Skip to content

Commit a2d134d

Browse files
committed
Updated ROMS standard input files
https://www.myroms.org/projects/src/ticket/980
1 parent c8422e4 commit a2d134d

File tree

98 files changed

+12313
-5023
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+12313
-5023
lines changed

DAMEE_4/scoord11/roms_damee_4.in

+125-52
Large diffs are not rendered by default.

DAMEE_4/scoord22/roms_damee_4.in

+125-52
Large diffs are not rendered by default.

External/varinfo.yaml

+111-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ROMS I/O NetCDF Metadata Dictionary
22
#
3-
# git $Id$
3+
#git $Id$
44
#========================================================= Hernan G. Arango ==#
55
# Copyright (c) 2002-2025 The ROMS Group #
66
# Licensed under a MIT/X style license #
@@ -151,7 +151,7 @@ metadata:
151151
standard_name: eastward_sea_water_velocity
152152
long_name: eastward momentum component at RHO-points
153153
units: meter second-1 # [m/s]
154-
field: u-velocity
154+
field: u-eastward
155155
time: ocean_time
156156
index_code: idu3dE
157157
type: r3dvar
@@ -162,7 +162,7 @@ metadata:
162162
standard_name: northward_sea_water_velocity
163163
long_name: northward momentum component at RHO-points
164164
units: meter second-1 # [m/s]
165-
field: v-velocity
165+
field: v-northward
166166
time: ocean_time
167167
index_code: idv3dN
168168
type: r3dvar
@@ -195,7 +195,7 @@ metadata:
195195
standard_name: surface_eastward_sea_water_velocity
196196
long_name: surface eastward momentum component at RHO-points
197197
units: meter second-1 # [m/s]
198-
field: surface u-velocity
198+
field: surface u-eastward
199199
time: ocean_time
200200
index_code: idUsuE
201201
type: r2dvar
@@ -206,13 +206,57 @@ metadata:
206206
standard_name: surface_northward_sea_water_velocity
207207
long_name: surface northward momentum component at RHO-points
208208
units: meter second-1 # [m/s]
209-
field: surface v-velocity
209+
field: surface v-northward
210210
time: ocean_time
211211
index_code: idVsuN
212212
type: r2dvar
213213
add_offset: 0.0d0
214214
scale: 1.0d0
215215

216+
- variable: u_slice # Output
217+
standard_name: sea_water_surface_x_velocity
218+
long_name: u-momentum component
219+
units: meter second-1 # [m/s]
220+
field: u-velocity constant depth slice
221+
time: ocean_time
222+
index_code: idUzsl
223+
type: u3dvar
224+
add_offset: 0.0d0
225+
scale: 1.0d0
226+
227+
- variable: v_slice # Output
228+
standard_name: sea_water_surface_y_velocity
229+
long_name: v-momentum component
230+
units: meter second-1 # [m/s]
231+
field: v-velocity constant depth slice
232+
time: ocean_time
233+
index_code: idVzsl
234+
type: v3dvar
235+
add_offset: 0.0d0
236+
scale: 1.0d0
237+
238+
- variable: u_eastward_slice # Output
239+
standard_name: eastward_sea_water_velocity
240+
long_name: eastward momentum component at RHO-points
241+
units: meter second-1 # [m/s]
242+
field: u-eastward constant depth slice
243+
time: ocean_time
244+
index_code: idUzsE
245+
type: r3dvar
246+
add_offset: 0.0d0
247+
scale: 1.0d0
248+
249+
- variable: v_northward_slice # Output
250+
standard_name: northward_sea_water_velocity
251+
long_name: northward momentum component at RHO-points
252+
units: meter second-1 # [m/s]
253+
field: v-northward constant depth slice
254+
time: ocean_time
255+
index_code: idVzsN
256+
type: r3dvar
257+
add_offset: 0.0d0
258+
scale: 1.0d0
259+
216260
- variable: w # Output
217261
standard_name: upward_sea_water_velocity
218262
long_name: vertical momentum component
@@ -301,6 +345,29 @@ metadata:
301345
add_offset: 0.0d0
302346
scale: 1.0d0
303347

348+
- variable: temp_slice # Output
349+
standard_name: sea_water_potential_temperature
350+
long_name: potential temperature
351+
units: Celsius # [Celsius]
352+
field: temperature constant depth slices
353+
time: ocean_time
354+
index_code: idzslT(itemp)
355+
type: r3dvar
356+
add_offset: 0.0d0
357+
scale: 1.0d0
358+
359+
- variable: salt_slice # Output
360+
standard_name: sea_water_practical_salinity
361+
standard_name: sea_surface_salinity
362+
long_name: salinity
363+
units: nondimensional # [PSS]
364+
field: salinity constant depth slices
365+
time: ocean_time
366+
index_code: idzslT(isalt)
367+
type: r3dvar
368+
add_offset: 0.0d0
369+
scale: 1.0d0
370+
304371
#######################
305372
### Grid Geometry ###
306373
#######################
@@ -624,6 +691,17 @@ metadata:
624691
add_offset: 0.0d0
625692
scale: 1.0d0
626693

694+
- variable: Hz # Output
695+
standard_name: model_level_thickness_at_cell_center
696+
long_name: level thickness of RHO-points
697+
units: meter # [m]
698+
field: Hz
699+
time: ocean_time
700+
index_code: idHzdz
701+
type: r3dvar
702+
add_offset: 0.0d0
703+
scale: 1.0d0
704+
627705
- variable: z_rho # Output
628706
standard_name: model_level_depth_at_cell_center
629707
long_name: depth of RHO-points
@@ -6280,7 +6358,7 @@ metadata:
62806358
# 2D Momentum Terms
62816359

62826360
- variable: pvorticity_bar # Input/Output
6283-
standard_name: ocean_barotropic_potential_vorticity
6361+
standard_name: sea_water_barotropic_potential_vorticity
62846362
long_name: 2D potential vorticity
62856363
units: meter-1 second-1 # [1/m/s]
62866364
field: barotropic potential vorticity
@@ -6291,7 +6369,7 @@ metadata:
62916369
scale: 1.0d0
62926370

62936371
- variable: rvorticity_bar # Input/Output
6294-
standard_name: ocean_barotropic_relative_vorticity
6372+
standard_name: sea_water_barotropic_relative_vorticity
62956373
long_name: 2D relative vorticity
62966374
units: second-1 # [1/s]
62976375
field: barotropic relative vorticity
@@ -6567,8 +6645,8 @@ metadata:
65676645

65686646
# 3D Momentum Terms
65696647

6570-
- variable: pvorticity # Input/Output
6571-
standard_name: ocean_potential_vorticity
6648+
- variable: pvorticity # Output
6649+
standard_name: sea_water_potential_vorticity
65726650
long_name: potential vorticity
65736651
units: meter-1 second-1 # [1/m/s]
65746652
field: potential vorticity
@@ -6578,8 +6656,19 @@ metadata:
65786656
add_offset: 0.0d0
65796657
scale: 1.0d0
65806658

6581-
- variable: rvorticity # Input/Output
6582-
standard_name: ocean_relative_vorticity
6659+
- variable: pvorticity_slice # Output
6660+
standard_name: sea_water_potential_vorticity
6661+
long_name: potential vorticity
6662+
units: meter-1 second-1 # [1/m/s]
6663+
field: potential vorticity constant depth slice
6664+
time: ocean_time
6665+
index_code: idPVzs
6666+
type: p3dvar
6667+
add_offset: 0.0d0
6668+
scale: 1.0d0
6669+
6670+
- variable: rvorticity # Output
6671+
standard_name: sea_water_relative_vorticity
65836672
long_name: relative vorticity, vertical component
65846673
units: second-1 # [1/s]
65856674
field: relative vorticity
@@ -6589,6 +6678,17 @@ metadata:
65896678
add_offset: 0.0d0
65906679
scale: 1.0d0
65916680

6681+
- variable: rvorticity_slice # Output
6682+
standard_name: sea_water_relative_vorticity
6683+
long_name: surface relative vorticity
6684+
units: second-1 # [1/s]
6685+
field: relative vorticity constant depth slice
6686+
time: ocean_time
6687+
index_code: idRVzs
6688+
type: p3dvar
6689+
add_offset: 0.0d0
6690+
scale: 1.0d0
6691+
65926692
- variable: u_accel # Input/Output
65936693
standard_name: sea_water_x_velocity_tendency
65946694
long_name: 3D u-momentum, acceleration term

0 commit comments

Comments
 (0)