1 | <?xml version="1.0"?> |
---|
2 | <!-- $id$ --> |
---|
3 | |
---|
4 | <!-- |
---|
5 | ============================================================================================================ |
---|
6 | = definition of all existing variables = |
---|
7 | = DO NOT CHANGE = |
---|
8 | ============================================================================================================ |
---|
9 | --> |
---|
10 | <field_definition level="1" prec="4" operation="average" enabled=".TRUE." default_value="1.e20" > <!-- time step automaticaly defined --> |
---|
11 | |
---|
12 | <!-- |
---|
13 | ============================================================================================================ |
---|
14 | Physical ocean model variables |
---|
15 | ============================================================================================================ |
---|
16 | --> |
---|
17 | |
---|
18 | <!-- T grid --> |
---|
19 | |
---|
20 | <field_group id="grid_T" grid_ref="grid_T_2D" > |
---|
21 | <field id="e3t" long_name="T-cell thickness" standard_name="cell_thickness" unit="m" grid_ref="grid_T_3D"/> |
---|
22 | <field id="e3t_surf" long_name="T-cell thickness" field_ref="e3t" standard_name="cell_thickness" unit="m" grid_ref="grid_T_SFC"/> |
---|
23 | <field id="e3t_0" long_name="Initial T-cell thickness" standard_name="ref_cell_thickness" unit="m" grid_ref="grid_T_3D"/> |
---|
24 | |
---|
25 | <field id="toce" long_name="temperature" standard_name="sea_water_potential_temperature" unit="degC" grid_ref="grid_T_3D"/> |
---|
26 | <field id="toce_e3t" long_name="temperature (thickness weighted)" unit="degC" grid_ref="grid_T_3D" > toce * e3t </field > |
---|
27 | <field id="soce" long_name="salinity" standard_name="sea_water_practical_salinity" unit="1e-3" grid_ref="grid_T_3D"/> |
---|
28 | <field id="soce_e3t" long_name="salinity (thickness weighted)" unit="1e-3" grid_ref="grid_T_3D" > soce * e3t </field > |
---|
29 | |
---|
30 | <!-- t-eddy viscosity coefficients (ldfdyn) --> |
---|
31 | <field id="ahmt_2d" long_name=" surface t-eddy viscosity coefficient" unit="m2/s or m4/s" /> |
---|
32 | <field id="ahmt_3d" long_name=" 3D t-eddy viscosity coefficient" unit="m2/s or m4/s" grid_ref="grid_T_3D"/> |
---|
33 | |
---|
34 | <field id="sst" long_name="sea surface temperature" standard_name="sea_surface_temperature" unit="degC" /> |
---|
35 | <field id="sst2" long_name="square of sea surface temperature" standard_name="square_of_sea_surface_temperature" unit="degC2" > sst * sst </field > |
---|
36 | <field id="sstmax" long_name="max of sea surface temperature" field_ref="sst" operation="maximum" /> |
---|
37 | <field id="sstmin" long_name="min of sea surface temperature" field_ref="sst" operation="minimum" /> |
---|
38 | <field id="sstgrad" long_name="module of sst gradient" unit="degC/m" /> |
---|
39 | <field id="sstgrad2" long_name="square of module of sst gradient" unit="degC2/m2" /> |
---|
40 | <field id="sbt" long_name="sea bottom temperature" unit="degC" /> |
---|
41 | <field id="tosmint" long_name="vertical integral of temperature times density" standard_name="integral_wrt_depth_of_product_of_density_and_potential_temperature" unit="(kg m2) degree_C" /> |
---|
42 | <field id="sst_wl" long_name="Delta SST of warm layer" unit="degC" /> |
---|
43 | <field id="sst_cs" long_name="Delta SST of cool skin" unit="degC" /> |
---|
44 | <field id="temp_3m" long_name="temperature at 3m" unit="degC" /> |
---|
45 | |
---|
46 | <field id="sss" long_name="sea surface salinity" standard_name="sea_surface_salinity" unit="1e-3" /> |
---|
47 | <field id="sss2" long_name="square of sea surface salinity" unit="1e-6" > sss * sss </field > |
---|
48 | <field id="sssmax" long_name="max of sea surface salinity" field_ref="sss" operation="maximum" /> |
---|
49 | <field id="sssmin" long_name="min of sea surface salinity" field_ref="sss" operation="minimum" /> |
---|
50 | <field id="sbs" long_name="sea bottom salinity" unit="0.001" /> |
---|
51 | <field id="somint" long_name="vertical integral of salinity times density" standard_name="integral_wrt_depth_of_product_of_density_and_salinity" unit="(kg m2) x (1e-3)" /> |
---|
52 | |
---|
53 | <field id="taubot" long_name="bottom stress module" unit="N/m2" /> |
---|
54 | |
---|
55 | <field id="ssh" long_name="sea surface height" standard_name="sea_surface_height_above_geoid" unit="m" /> |
---|
56 | <field id="ssh2" long_name="square of sea surface height" standard_name="square_of_sea_surface_height_above_geoid" unit="m2" > ssh * ssh </field > |
---|
57 | <field id="wetdep" long_name="wet depth" standard_name="wet_depth" unit="m" /> |
---|
58 | <field id="sshmax" long_name="max of sea surface height" field_ref="ssh" operation="maximum" /> |
---|
59 | |
---|
60 | <field id="mldkz5" long_name="Turbocline depth (Kz = 5e-4)" standard_name="ocean_mixed_layer_thickness_defined_by_vertical_tracer_diffusivity" unit="m" /> |
---|
61 | <field id="mldr10_1" long_name="Mixed Layer Depth (dsigma = 0.01 wrt 10m)" standard_name="ocean_mixed_layer_thickness_defined_by_sigma_theta" unit="m" /> |
---|
62 | <field id="mldr10_1max" long_name="Max of Mixed Layer Depth (dsigma = 0.01 wrt 10m)" field_ref="mldr10_1" operation="maximum" /> |
---|
63 | <field id="mldr10_1min" long_name="Min of Mixed Layer Depth (dsigma = 0.01 wrt 10m)" field_ref="mldr10_1" operation="minimum" /> |
---|
64 | <field id="heatc" long_name="Heat content vertically integrated" standard_name="integral_of_sea_water_potential_temperature_wrt_depth_expressed_as_heat_content" unit="J/m2" /> |
---|
65 | <field id="saltc" long_name="Salt content vertically integrated" unit="1e-3*kg/m2" /> |
---|
66 | |
---|
67 | <!-- EOS --> |
---|
68 | <field id="alpha" long_name="thermal expansion" unit="degC-1" grid_ref="grid_T_3D" /> |
---|
69 | <field id="beta" long_name="haline contraction" unit="1e3" grid_ref="grid_T_3D" /> |
---|
70 | <field id="bn2" long_name="squared Brunt-Vaisala frequency" unit="s-1" grid_ref="grid_T_3D" /> |
---|
71 | <field id="rhop" long_name="potential density (sigma0)" standard_name="sea_water_sigma_theta" unit="kg/m3" grid_ref="grid_T_3D" /> |
---|
72 | |
---|
73 | <!-- Energy - horizontal divergence --> |
---|
74 | <field id="eken" long_name="kinetic energy" standard_name="specific_kinetic_energy_of_sea_water" unit="m2/s2" grid_ref="grid_T_3D" /> |
---|
75 | <field id="hdiv" long_name="horizontal divergence" unit="s-1" grid_ref="grid_T_3D" /> |
---|
76 | |
---|
77 | <!-- variables available with MLE --> |
---|
78 | <field id="Lf_NHpf" long_name="MLE: Lf = N H / f" unit="m" /> |
---|
79 | |
---|
80 | <!-- next variables available with key_diahth --> |
---|
81 | <field id="mlddzt" long_name="Thermocline Depth (depth of max dT/dz)" standard_name="depth_at_maximum_upward_derivative_of_sea_water_potential_temperature" unit="m" /> |
---|
82 | <field id="mldr10_3" long_name="Mixed Layer Depth (dsigma = 0.03 wrt 10m)" standard_name="ocean_mixed_layer_thickness_defined_by_sigma_theta" unit="m" /> |
---|
83 | <field id="mldr0_1" long_name="Mixed Layer Depth (dsigma = 0.01 wrt sfc)" standard_name="ocean_mixed_layer_thickness_defined_by_sigma_theta" unit="m" /> |
---|
84 | <field id="mldr0_3" long_name="Mixed Layer Depth (dsigma = 0.03 wrt sfc)" standard_name="ocean_mixed_layer_thickness_defined_by_sigma_theta" unit="m" /> |
---|
85 | <field id="mld_dt02" long_name="Mixed Layer Depth (|dT| = 0.2 wrt 10m)" standard_name="ocean_mixed_layer_thickness_defined_by_temperature" unit="m" /> |
---|
86 | <field id="topthdep" long_name="Top of Thermocline Depth (dT = -0.2 wrt 10m)" standard_name="ocean_mixed_layer_thickness_defined_by_temperature" unit="m" /> |
---|
87 | <field id="pycndep" long_name="Pycnocline Depth (dsigma[dT=-0.2] wrt 10m)" standard_name="ocean_mixed_layer_thickness_defined_by_sigma_theta" unit="m" /> |
---|
88 | <field id="BLT" long_name="Barrier Layer Thickness" unit="m" > topthdep - pycndep </field> |
---|
89 | <field id="tinv" long_name="Max of vertical invertion of temperature" unit="degC" /> |
---|
90 | <field id="depti" long_name="Depth of max. vert. inv. of temperature" unit="m" /> |
---|
91 | <field id="20d" long_name="Depth of 20C isotherm" standard_name="depth_of_isosurface_of_sea_water_potential_temperature" unit="m" axis_ref="iax_20C" /> |
---|
92 | <field id="28d" long_name="Depth of 28C isotherm" standard_name="depth_of_isosurface_of_sea_water_potential_temperature" unit="m" axis_ref="iax_28C" /> |
---|
93 | <field id="hc300" long_name="Heat content 0-300m" standard_name="integral_of_sea_water_potential_temperature_wrt_depth_expressed_as_heat_content" unit="J/m2" /> |
---|
94 | |
---|
95 | <!-- variables available with diaar5 --> |
---|
96 | <field id="botpres" long_name="Sea Water Pressure at Sea Floor" standard_name="sea_water_pressure_at_sea_floor" unit="dbar" /> |
---|
97 | <field id="sshdyn" long_name="dynamic sea surface height" standard_name="dynamic_sea_surface_height_above_geoid" unit="m" /> |
---|
98 | <field id="sshdyn2" long_name="square of dynamic sea surface height" standard_name="dynamic_sea_surface_height_above_geoid_squared" unit="m2" > sshdyn * sshdyn </field> |
---|
99 | <field id="tnpeo" long_name="Tendency of ocean potential energy content" unit="W/m2" /> |
---|
100 | |
---|
101 | <!-- variables available ln_linssh=.FALSE. --> |
---|
102 | <field id="tpt_dep" long_name="T-point depth" standard_name="depth_below_geoid" unit="m" grid_ref="grid_T_3D" /> |
---|
103 | <field id="e3tdef" long_name="T-cell thickness deformation" unit="%" grid_ref="grid_T_3D" /> |
---|
104 | </field_group> |
---|
105 | |
---|
106 | <!-- Tides --> |
---|
107 | |
---|
108 | <field_group id="Tides_T" grid_ref="grid_T_2D" operation="once" > |
---|
109 | <!-- tidal composante --> |
---|
110 | <field id="M2x" long_name="M2 Elevation harmonic real part " unit="m" /> |
---|
111 | <field id="M2y" long_name="M2 Elevation harmonic imaginary part" unit="m" /> |
---|
112 | <field id="S2x" long_name="S2 Elevation harmonic real part " unit="m" /> |
---|
113 | <field id="S2y" long_name="S2 Elevation harmonic imaginary part" unit="m" /> |
---|
114 | <field id="N2x" long_name="N2 Elevation harmonic real part " unit="m" /> |
---|
115 | <field id="N2y" long_name="N2 Elevation harmonic imaginary part" unit="m" /> |
---|
116 | <field id="K1x" long_name="K1 Elevation harmonic real part " unit="m" /> |
---|
117 | <field id="K1y" long_name="K1 Elevation harmonic imaginary part" unit="m" /> |
---|
118 | <field id="O1x" long_name="O1 Elevation harmonic real part " unit="m" /> |
---|
119 | <field id="O1y" long_name="O1 Elevation harmonic imaginary part" unit="m" /> |
---|
120 | <field id="Q1x" long_name="Q1 Elevation harmonic real part " unit="m" /> |
---|
121 | <field id="Q1y" long_name="Q1 Elevation harmonic imaginary part" unit="m" /> |
---|
122 | <field id="M4x" long_name="M4 Elevation harmonic real part " unit="m" /> |
---|
123 | <field id="M4y" long_name="M4 Elevation harmonic imaginary part" unit="m" /> |
---|
124 | <field id="K2x" long_name="K2 Elevation harmonic real part " unit="m" /> |
---|
125 | <field id="K2y" long_name="K2 Elevation harmonic imaginary part" unit="m" /> |
---|
126 | <field id="P1x" long_name="P1 Elevation harmonic real part " unit="m" /> |
---|
127 | <field id="P1y" long_name="P1 Elevation harmonic imaginary part" unit="m" /> |
---|
128 | <field id="Mfx" long_name="Mf Elevation harmonic real part " unit="m" /> |
---|
129 | <field id="Mfy" long_name="Mf Elevation harmonic imaginary part" unit="m" /> |
---|
130 | <field id="Mmx" long_name="Mm Elevation harmonic real part " unit="m" /> |
---|
131 | <field id="Mmy" long_name="Mm Elevation harmonic imaginary part" unit="m" /> |
---|
132 | </field_group> |
---|
133 | |
---|
134 | <field_group id="Tides_U" grid_ref="grid_U_2D" operation="once" > |
---|
135 | <field id="M2x_u" long_name="M2 current barotrope along i-axis harmonic real part " unit="m/s" /> |
---|
136 | <field id="M2y_u" long_name="M2 current barotrope along i-axis harmonic imaginary part " unit="m/s" /> |
---|
137 | <field id="S2x_u" long_name="S2 current barotrope along i-axis harmonic real part " unit="m/s" /> |
---|
138 | <field id="S2y_u" long_name="S2 current barotrope along i-axis harmonic imaginary part " unit="m/s" /> |
---|
139 | <field id="N2x_u" long_name="N2 current barotrope along i-axis harmonic real part " unit="m/s" /> |
---|
140 | <field id="N2y_u" long_name="N2 current barotrope along i-axis harmonic imaginary part " unit="m/s" /> |
---|
141 | <field id="K1x_u" long_name="K1 current barotrope along i-axis harmonic real part " unit="m/s" /> |
---|
142 | <field id="K1y_u" long_name="K1 current barotrope along i-axis harmonic imaginary part " unit="m/s" /> |
---|
143 | <field id="O1x_u" long_name="O1 current barotrope along i-axis harmonic real part " unit="m/s" /> |
---|
144 | <field id="O1y_u" long_name="O1 current barotrope along i-axis harmonic imaginary part " unit="m/s" /> |
---|
145 | <field id="Q1x_u" long_name="Q1 current barotrope along i-axis harmonic real part " unit="m/s" /> |
---|
146 | <field id="Q1y_u" long_name="Q1 current barotrope along i-axis harmonic imaginary part " unit="m/s" /> |
---|
147 | <field id="M4x_u" long_name="M4 current barotrope along i-axis harmonic real part " unit="m/s" /> |
---|
148 | <field id="M4y_u" long_name="M4 current barotrope along i-axis harmonic imaginary part " unit="m/s" /> |
---|
149 | <field id="K2x_u" long_name="K2 current barotrope along i-axis harmonic real part " unit="m/s" /> |
---|
150 | <field id="K2y_u" long_name="K2 current barotrope along i-axis harmonic imaginary part " unit="m/s" /> |
---|
151 | <field id="P1x_u" long_name="P1 current barotrope along i-axis harmonic real part " unit="m/s" /> |
---|
152 | <field id="P1y_u" long_name="P1 current barotrope along i-axis harmonic imaginary part " unit="m/s" /> |
---|
153 | <field id="Mfx_u" long_name="Mf current barotrope along i-axis harmonic real part " unit="m/s" /> |
---|
154 | <field id="Mfy_u" long_name="Mf current barotrope along i-axis harmonic imaginary part " unit="m/s" /> |
---|
155 | <field id="Mmx_u" long_name="Mm current barotrope along i-axis harmonic real part " unit="m/s" /> |
---|
156 | <field id="Mmy_u" long_name="Mm current barotrope along i-axis harmonic imaginary part " unit="m/s" /> |
---|
157 | </field_group> |
---|
158 | |
---|
159 | <field_group id="Tides_V" grid_ref="grid_V_2D" operation="once" > |
---|
160 | <field id="M2x_v" long_name="M2 current barotrope along j-axis harmonic real part " unit="m/s" /> |
---|
161 | <field id="M2y_v" long_name="M2 current barotrope along j-axis harmonic imaginary part " unit="m/s" /> |
---|
162 | <field id="S2x_v" long_name="S2 current barotrope along j-axis harmonic real part " unit="m/s" /> |
---|
163 | <field id="S2y_v" long_name="S2 current barotrope along j-axis harmonic imaginary part " unit="m/s" /> |
---|
164 | <field id="N2x_v" long_name="N2 current barotrope along j-axis harmonic real part " unit="m/s" /> |
---|
165 | <field id="N2y_v" long_name="N2 current barotrope along j-axis harmonic imaginary part " unit="m/s" /> |
---|
166 | <field id="K1x_v" long_name="K1 current barotrope along j-axis harmonic real part " unit="m/s" /> |
---|
167 | <field id="K1y_v" long_name="K1 current barotrope along j-axis harmonic imaginary part " unit="m/s" /> |
---|
168 | <field id="O1x_v" long_name="O1 current barotrope along j-axis harmonic real part " unit="m/s" /> |
---|
169 | <field id="O1y_v" long_name="O1 current barotrope along j-axis harmonic imaginary part " unit="m/s" /> |
---|
170 | <field id="Q1x_v" long_name="Q1 current barotrope along j-axis harmonic real part " unit="m/s" /> |
---|
171 | <field id="Q1y_v" long_name="Q1 current barotrope along j-axis harmonic imaginary part " unit="m/s" /> |
---|
172 | <field id="M4x_v" long_name="M4 current barotrope along j-axis harmonic real part " unit="m/s" /> |
---|
173 | <field id="M4y_v" long_name="M4 current barotrope along j-axis harmonic imaginary part " unit="m/s" /> |
---|
174 | <field id="K2x_v" long_name="K2 current barotrope along j-axis harmonic real part " unit="m/s" /> |
---|
175 | <field id="K2y_v" long_name="K2 current barotrope along j-axis harmonic imaginary part " unit="m/s" /> |
---|
176 | <field id="P1x_v" long_name="P1 current barotrope along j-axis harmonic real part " unit="m/s" /> |
---|
177 | <field id="P1y_v" long_name="P1 current barotrope along j-axis harmonic imaginary part " unit="m/s" /> |
---|
178 | <field id="Mfx_v" long_name="Mf current barotrope along j-axis harmonic real part " unit="m/s" /> |
---|
179 | <field id="Mfy_v" long_name="Mf current barotrope along j-axis harmonic imaginary part " unit="m/s" /> |
---|
180 | <field id="Mmx_v" long_name="Mm current barotrope along j-axis harmonic real part " unit="m/s" /> |
---|
181 | <field id="Mmy_v" long_name="Mm current barotrope along j-axis harmonic imaginary part " unit="m/s" /> |
---|
182 | </field_group> |
---|
183 | |
---|
184 | <!-- OSMOSIS variables (available with ln_zdfosm=.true.) --> |
---|
185 | |
---|
186 | <field_group id="OSMOSIS_T" grid_ref="grid_T_2D"> |
---|
187 | <field id="zwth0" long_name="surface non-local temperature flux" unit="deg m/s" /> |
---|
188 | <field id="zws0" long_name="surface non-local salinity flux" unit="psu m/s" /> |
---|
189 | <field id="hbl" long_name="boundary layer depth" unit="m" /> |
---|
190 | <field id="hbli" long_name="initial boundary layer depth" unit="m" /> |
---|
191 | <field id="dstokes" long_name="stokes drift depth scale" unit="m" /> |
---|
192 | <field id="zustke" long_name="magnitude of stokes drift at T-points" unit="m/s" /> |
---|
193 | <field id="zwstrc" long_name="convective velocity scale" unit="m/s" /> |
---|
194 | <field id="zwstrl" long_name="langmuir velocity scale" unit="m/s" /> |
---|
195 | <field id="zustar" long_name="friction velocity" unit="m/s" /> |
---|
196 | <field id="zhbl" long_name="boundary layer depth" unit="m" /> |
---|
197 | <field id="zhml" long_name="mixed layer depth" unit="m" /> |
---|
198 | <field id="wind_wave_abs_power" long_name="\rho |U_s| x u*^2" unit="mW" /> |
---|
199 | <field id="wind_wave_power" long_name="U_s \dot tau" unit="mW" /> |
---|
200 | <field id="wind_power" long_name="\rho u*^3" unit="mW" /> |
---|
201 | |
---|
202 | <!-- extra OSMOSIS diagnostics --> |
---|
203 | <field id="zwthav" long_name="av turb flux of T in ml" unit="deg m/s" /> |
---|
204 | <field id="zt_ml" long_name="av T in ml" unit="deg" /> |
---|
205 | <field id="zwth_ent" long_name="entrainment turb flux of T" unit="deg m/s" /> |
---|
206 | <field id="zhol" long_name="Hoenekker number" unit="#" /> |
---|
207 | <field id="zdh" long_name="Pycnocline depth - grid" unit=" m" /> |
---|
208 | </field_group> |
---|
209 | |
---|
210 | <field_group id="OSMOSIS_W" grid_ref="grid_W_3D" operation="instant" > |
---|
211 | <field id="ghamt" long_name="non-local temperature flux" unit="deg m/s" /> |
---|
212 | <field id="ghams" long_name="non-local salinity flux" unit="psu m/s" /> |
---|
213 | <field id="zdtdz_pyc" long_name="Pycnocline temperature gradient" unit=" deg/m" /> |
---|
214 | </field_group> |
---|
215 | |
---|
216 | <field_group id="OSMOSIS_U" grid_ref="grid_U_2D" > |
---|
217 | <field id="ghamu" long_name="non-local u-momentum flux" grid_ref="grid_U_3D" unit="m^2/s^2" /> |
---|
218 | <field id="us_x" long_name="i component of Stokes drift" unit="m/s" /> |
---|
219 | </field_group> |
---|
220 | |
---|
221 | <field_group id="OSMOSIS_V" grid_ref="grid_V_2D" > |
---|
222 | <field id="ghamv" long_name="non-local v-momentum flux" grid_ref="grid_V_3D" unit="m^2/s^2" /> |
---|
223 | <field id="us_y" long_name="j component of Stokes drift" unit="m/s" /> |
---|
224 | </field_group> |
---|
225 | |
---|
226 | <!-- SBC --> |
---|
227 | |
---|
228 | <field_group id="SBC" grid_ref="grid_T_2D" > <!-- time step automaticaly defined based on nn_fsbc --> |
---|
229 | <field id="empmr" long_name="Net Upward Water Flux" standard_name="water_flux_out_of_sea_ice_and_sea_water" unit="kg/m2/s" /> |
---|
230 | <field id="empbmr" long_name="Net Upward Water Flux at pre. tstep" standard_name="water_flux_out_of_sea_ice_and_sea_water" unit="kg/m2/s" /> |
---|
231 | <field id="emp_oce" long_name="Evap minus Precip over ocean" standard_name="evap_minus_precip_over_sea_water" unit="kg/m2/s" /> |
---|
232 | <field id="emp_ice" long_name="Evap minus Precip over ice" standard_name="evap_minus_precip_over_sea_ice" unit="kg/m2/s" /> |
---|
233 | <field id="saltflx" long_name="Downward salt flux" unit="1e-3/m2/s" /> |
---|
234 | <field id="fmmflx" long_name="Water flux due to freezing/melting" unit="kg/m2/s" /> |
---|
235 | <field id="snowpre" long_name="Snow precipitation" standard_name="snowfall_flux" unit="kg/m2/s" /> |
---|
236 | <field id="runoffs" long_name="River Runoffs" standard_name="water_flux_into_sea_water_from_rivers" unit="kg/m2/s" /> |
---|
237 | <field id="precip" long_name="Total precipitation" standard_name="precipitation_flux" unit="kg/m2/s" /> |
---|
238 | |
---|
239 | <field id="qt" long_name="Net Downward Heat Flux" standard_name="surface_downward_heat_flux_in_sea_water" unit="W/m2" /> |
---|
240 | <field id="qns" long_name="non solar Downward Heat Flux" unit="W/m2" /> |
---|
241 | <field id="qsr" long_name="Shortwave Radiation" standard_name="net_downward_shortwave_flux_at_sea_water_surface" unit="W/m2" /> |
---|
242 | <field id="qsr3d" long_name="Shortwave Radiation 3D distribution" standard_name="downwelling_shortwave_flux_in_sea_water" unit="W/m2" grid_ref="grid_T_3D" /> |
---|
243 | <field id="qrp" long_name="Surface Heat Flux: Damping" standard_name="heat_flux_into_sea_water_due_to_newtonian_relaxation" unit="W/m2" /> |
---|
244 | <field id="erp" long_name="Surface Water Flux: Damping" standard_name="water_flux_out_of_sea_water_due_to_newtonian_relaxation" unit="kg/m2/s" /> |
---|
245 | <field id="taum" long_name="wind stress module" standard_name="magnitude_of_surface_downward_stress" unit="N/m2" /> |
---|
246 | <field id="wspd" long_name="wind speed module" standard_name="wind_speed" unit="m/s" /> |
---|
247 | |
---|
248 | <!-- * variable relative to atmospheric pressure forcing : available with ln_apr_dyn --> |
---|
249 | <field id="ssh_ib" long_name="Inverse barometer sea surface height" standard_name="sea_surface_height_correction_due_to_air_pressure_at_low_frequency" unit="m" /> |
---|
250 | |
---|
251 | <!-- * variable related to ice shelf forcing * --> |
---|
252 | <field id="fwfisf" long_name="Ice shelf melting" unit="kg/m2/s" /> |
---|
253 | <field id="fwfisf3d" long_name="Ice shelf melting" unit="kg/m2/s" grid_ref="grid_T_3D" /> |
---|
254 | <field id="qlatisf" long_name="Ice shelf latent heat flux" unit="W/m2" /> |
---|
255 | <field id="qlatisf3d" long_name="Ice shelf latent heat flux" unit="W/m2" grid_ref="grid_T_3D" /> |
---|
256 | <field id="qhcisf" long_name="Ice shelf heat content flux" unit="W/m2" /> |
---|
257 | <field id="qhcisf3d" long_name="Ice shelf heat content flux" unit="W/m2" grid_ref="grid_T_3D" /> |
---|
258 | <field id="isfgammat" long_name="transfert coefficient for isf (temperature) " unit="m/s" /> |
---|
259 | <field id="isfgammas" long_name="transfert coefficient for isf (salinity) " unit="m/s" /> |
---|
260 | <field id="stbl" long_name="salinity in the Losh tbl " unit="PSU" /> |
---|
261 | <field id="ttbl" long_name="temperature in the Losh tbl " unit="C" /> |
---|
262 | <field id="utbl" long_name="zonal current in the Losh tbl at T point " unit="m/s" /> |
---|
263 | <field id="vtbl" long_name="merid current in the Losh tbl at T point " unit="m/s" /> |
---|
264 | <field id="thermald" long_name="thermal driving of ice shelf melting " unit="C" /> |
---|
265 | <field id="tfrz" long_name="top freezing point (used to compute melt) " unit="C" /> |
---|
266 | <field id="tinsitu" long_name="top insitu temperature (used to cmpt melt) " unit="C" /> |
---|
267 | <field id="ustar" long_name="ustar at T point used in ice shelf melting " unit="m/s" /> |
---|
268 | |
---|
269 | <!-- *_oce variables available with ln_blk_clio or ln_blk_core --> |
---|
270 | <field id="qlw_oce" long_name="Longwave Downward Heat Flux over open ocean" standard_name="surface_net_downward_longwave_flux" unit="W/m2" /> |
---|
271 | <field id="qsb_oce" long_name="Sensible Downward Heat Flux over open ocean" standard_name="surface_downward_sensible_heat_flux" unit="W/m2" /> |
---|
272 | <field id="qla_oce" long_name="Latent Downward Heat Flux over open ocean" standard_name="surface_downward_latent_heat_flux" unit="W/m2" /> |
---|
273 | <field id="qt_oce" long_name="total flux at ocean surface" standard_name="surface_downward_heat_flux_in_sea_water" unit="W/m2" /> |
---|
274 | <field id="qsr_oce" long_name="solar heat flux at ocean surface" standard_name="net_downward_shortwave_flux_at_sea_water_surface" unit="W/m2" /> |
---|
275 | <field id="qns_oce" long_name="non-solar heat flux at ocean surface (including E-P)" unit="W/m2" /> |
---|
276 | <field id="qemp_oce" long_name="Downward Heat Flux from E-P over open ocean" unit="W/m2" /> |
---|
277 | <field id="taum_oce" long_name="wind stress module over open ocean" standard_name="magnitude_of_surface_downward_stress" unit="N/m2" /> |
---|
278 | |
---|
279 | <!-- available key_oasis3 --> |
---|
280 | <field id="snow_ao_cea" long_name="Snow over ice-free ocean (cell average)" standard_name="snowfall_flux" unit="kg/m2/s" /> |
---|
281 | <field id="snow_ai_cea" long_name="Snow over sea-ice (cell average)" standard_name="snowfall_flux" unit="kg/m2/s" /> |
---|
282 | <field id="subl_ai_cea" long_name="Sublimation over sea-ice (cell average)" standard_name="surface_snow_and_ice_sublimation_flux" unit="kg/m2/s" /> |
---|
283 | <field id="icealb_cea" long_name="Ice albedo (cell average)" standard_name="sea_ice_albedo" unit="1" /> |
---|
284 | <field id="calving_cea" long_name="Calving" standard_name="water_flux_into_sea_water_from_icebergs" unit="kg/m2/s" /> |
---|
285 | <field id="iceberg_cea" long_name="Iceberg" standard_name="water_flux_into_sea_water_from_icebergs" unit="kg/m2/s" /> |
---|
286 | <field id="iceshelf_cea" long_name="Iceshelf" standard_name="water_flux_into_sea_water_from_iceshelf" unit="kg/m2/s" /> |
---|
287 | |
---|
288 | |
---|
289 | <!-- available if key_oasis3 + conservative method --> |
---|
290 | <field id="rain" long_name="Liquid precipitation" standard_name="rainfall_flux" unit="kg/m2/s" /> |
---|
291 | <field id="evap_ao_cea" long_name="Evaporation over ice-free ocean (cell average)" standard_name="water_evaporation_flux" unit="kg/m2/s" /> |
---|
292 | <field id="isnwmlt_cea" long_name="Snow over Ice melting (cell average)" standard_name="surface_snow_melt_flux" unit="kg/m2/s" /> |
---|
293 | <field id="fsal_virt_cea" long_name="Virtual salt flux due to ice formation (cell average)" standard_name="virtual_salt_flux_into_sea_water_due_to_sea_ice_thermodynamics" unit="kg/m2/s" /> |
---|
294 | <field id="fsal_real_cea" long_name="Real salt flux due to ice formation (cell average)" standard_name="downward_sea_ice_basal_salt_flux" unit="kg/m2/s" /> |
---|
295 | <field id="hflx_rain_cea" long_name="heat flux due to rainfall" standard_name="temperature_flux_due_to_rainfall_expressed_as_heat_flux_into_sea_water" unit="W/m2" /> |
---|
296 | <field id="hflx_evap_cea" long_name="heat flux due to evaporation" standard_name="temperature_flux_due_to_evaporation_expressed_as_heat_flux_out_of_sea_water" unit="W/m2" /> |
---|
297 | <field id="hflx_snow_cea" long_name="heat flux due to snow falling" standard_name="heat_flux_onto_ocean_and_ice_due_to_snow_thermodynamics" unit="W/m2" /> |
---|
298 | <field id="hflx_snow_ai_cea" long_name="heat flux due to snow falling over ice" standard_name="heat_flux_onto_ice_due_to_snow_thermodynamics" unit="W/m2" /> |
---|
299 | <field id="hflx_snow_ao_cea" long_name="heat flux due to snow falling over ice-free ocean" standard_name="heat_flux_onto_sea_water_due_to_snow_thermodynamics" unit="W/m2" /> |
---|
300 | <field id="hflx_ice_cea" long_name="heat flux due to ice thermodynamics" standard_name="heat_flux_into_sea_water_due_to_sea_ice_thermodynamics" unit="W/m2" /> |
---|
301 | <field id="hflx_rnf_cea" long_name="heat flux due to runoffs" standard_name="temperature_flux_due_to_runoff_expressed_as_heat_flux_into_sea_water" unit="W/m2" /> |
---|
302 | <field id="hflx_cal_cea" long_name="heat flux due to calving" standard_name="heat_flux_into_sea_water_due_to_calving" unit="W/m2" /> |
---|
303 | <field id="hflx_icb_cea" long_name="heat flux due to iceberg" standard_name="heat_flux_into_sea_water_due_to_icebergs" unit="W/m2" /> |
---|
304 | <field id="hflx_isf_cea" long_name="heat flux due to iceshelf" standard_name="heat_flux_into_sea_water_due_to_iceshelf" unit="W/m2" /> |
---|
305 | <field id="bicemel_cea" long_name="Rate of Melt at Sea Ice Base (cell average)" standard_name="tendency_of_sea_ice_amount_due_to_basal_melting" unit="kg/m2/s" /> |
---|
306 | <field id="licepro_cea" long_name="Lateral Sea Ice Growth Rate (cell average)" standard_name="tendency_of_sea_ice_amount_due_to_lateral_growth_of_ice_floes" unit="kg/m2/s" /> |
---|
307 | <field id="snowmel_cea" long_name="Snow Melt Rate (cell average)" standard_name="surface_snow_melt_flux" unit="kg/m2/s" /> |
---|
308 | <field id="sntoice_cea" long_name="Snow-Ice Formation Rate (cell average)" standard_name="tendency_of_sea_ice_amount_due_to_snow_conversion" unit="kg/m2/s" /> |
---|
309 | <field id="ticemel_cea" long_name="Rate of Melt at Upper Surface of Sea Ice (cell average)" standard_name="tendency_of_sea_ice_amount_due_to_surface_melting" unit="kg/m2/s" /> |
---|
310 | |
---|
311 | <!-- ice field (nn_ice=1) --> |
---|
312 | <field id="ice_cover" long_name="Ice fraction" standard_name="sea_ice_area_fraction" unit="1" /> |
---|
313 | |
---|
314 | <!-- dilution --> |
---|
315 | <field id="emp_x_sst" long_name="Concentration/Dilution term on SST" unit="kg*degC/m2/s" /> |
---|
316 | <field id="emp_x_sss" long_name="Concentration/Dilution term on SSS" unit="kg*1e-3/m2/s" /> |
---|
317 | <field id="rnf_x_sst" long_name="Runoff term on SST" unit="kg*degC/m2/s" /> |
---|
318 | <field id="rnf_x_sss" long_name="Runoff term on SSS" unit="kg*1e-3/m2/s" /> |
---|
319 | |
---|
320 | <!-- sbcssm variables --> |
---|
321 | <field id="sst_m" unit="degC" /> |
---|
322 | <field id="sss_m" unit="psu" /> |
---|
323 | <field id="ssu_m" unit="m/s" /> |
---|
324 | <field id="ssv_m" unit="m/s" /> |
---|
325 | <field id="ssh_m" unit="m" /> |
---|
326 | <field id="e3t_m" unit="m" /> |
---|
327 | <field id="frq_m" unit="-" /> |
---|
328 | |
---|
329 | </field_group> |
---|
330 | |
---|
331 | <!-- U grid --> |
---|
332 | |
---|
333 | <field_group id="grid_U" grid_ref="grid_U_2D"> |
---|
334 | <field id="e3u" long_name="U-cell thickness" standard_name="cell_thickness" unit="m" grid_ref="grid_U_3D" /> |
---|
335 | <field id="e3u_0" long_name="Initial U-cell thickness" standard_name="ref_cell_thickness" unit="m" grid_ref="grid_U_3D"/> |
---|
336 | <field id="utau" long_name="Wind Stress along i-axis" standard_name="surface_downward_x_stress" unit="N/m2" /> |
---|
337 | <field id="uoce" long_name="ocean current along i-axis" standard_name="sea_water_x_velocity" unit="m/s" grid_ref="grid_U_3D" /> |
---|
338 | <field id="uoce_e3u" long_name="ocean current along i-axis (thickness weighted)" unit="m/s" grid_ref="grid_U_3D" > uoce * e3u </field> |
---|
339 | <field id="ssu" long_name="ocean surface current along i-axis" unit="m/s" /> |
---|
340 | <field id="sbu" long_name="ocean bottom current along i-axis" unit="m/s" /> |
---|
341 | <field id="ubar" long_name="ocean barotropic current along i-axis" unit="m/s" /> |
---|
342 | <field id="uocetr_eff" long_name="Effective ocean transport along i-axis" standard_name="ocean_volume_x_transport" unit="m3/s" grid_ref="grid_U_3D" /> |
---|
343 | <field id="uocet" long_name="ocean transport along i-axis times temperature (CRS)" unit="degC*m/s" grid_ref="grid_U_3D" /> |
---|
344 | <field id="uoces" long_name="ocean transport along i-axis times salinity (CRS)" unit="1e-3*m/s" grid_ref="grid_U_3D" /> |
---|
345 | |
---|
346 | <!-- u-eddy diffusivity coefficients (available if ln_traldf_OFF=F) --> |
---|
347 | <field id="ahtu_2d" long_name=" surface u-eddy diffusivity coefficient" unit="m2/s or m4/s" /> |
---|
348 | <field id="ahtu_3d" long_name=" 3D u-EIV coefficient" unit="m2/s or m4/s" grid_ref="grid_U_3D"/> |
---|
349 | <!-- u-eiv diffusivity coefficients (available if ln_ldfeiv=F) --> |
---|
350 | <field id="aeiu_2d" long_name=" surface u-EIV coefficient" unit="m2/s" /> |
---|
351 | <field id="aeiu_3d" long_name=" 3D u-EIV coefficient" unit="m2/s" grid_ref="grid_U_3D"/> |
---|
352 | |
---|
353 | <!-- variables available with MLE (ln_mle=T) --> |
---|
354 | <field id="psiu_mle" long_name="MLE streamfunction along i-axis" unit="m3/s" grid_ref="grid_U_3D" /> |
---|
355 | |
---|
356 | <!-- uoce_eiv: available EIV (ln_ldfeiv=T and ln_ldfeiv_dia=T) --> |
---|
357 | <field id="uoce_eiv" long_name="EIV ocean current along i-axis" standard_name="bolus_sea_water_x_velocity" unit="m/s" grid_ref="grid_U_3D" /> |
---|
358 | |
---|
359 | <!-- uoce_bbl: available with ln_trabbl=T and nn_bbl_adv=1 --> |
---|
360 | <field id="uoce_bbl" long_name="BBL ocean current along i-axis" unit="m/s" /> |
---|
361 | <!-- ahu_bbl : available with ln_trabbl=T and nn_bbl_ldf=1 --> |
---|
362 | <field id="ahu_bbl" long_name="BBL diffusive flux along i-axis" unit="m3/s" /> |
---|
363 | |
---|
364 | <!-- variables available with WAVE (ln_wave=T) --> |
---|
365 | <field id="ustokes" long_name="Stokes Drift Velocity i-axis" standard_name="StokesDrift_x_velocity" unit="m/s" grid_ref="grid_U_3D" /> |
---|
366 | <field id="ustokes_e3u" long_name="Stokes Drift Velocity i-axis (thickness weighted)" unit="m/s" grid_ref="grid_U_3D" > ustokes * e3u </field> |
---|
367 | |
---|
368 | <!-- variable for ice shelves --> |
---|
369 | <field id="utbl" long_name="zonal current in the Losh tbl" unit="m/s" /> |
---|
370 | |
---|
371 | <field id="u_masstr" long_name="Ocean Mass X Transport" standard_name="ocean_mass_x_transport" unit="kg/s" grid_ref="grid_U_3D" /> |
---|
372 | <field id="u_masstr_vint" long_name="vertical integral of ocean eulerian mass transport along i-axis" standard_name="vertical_integral_of_ocean_mass_x_transport" unit="kg/s" /> |
---|
373 | <field id="u_heattr" long_name="ocean eulerian heat transport along i-axis" standard_name="ocean_heat_x_transport" unit="W" /> |
---|
374 | <field id="u_salttr" long_name="ocean eulerian salt transport along i-axis" standard_name="ocean_salt_x_transport" unit="1e-3*kg/s" /> |
---|
375 | <field id="uadv_heattr" long_name="ocean advective heat transport along i-axis" standard_name="advectice_ocean_heat_x_transport" unit="W" /> |
---|
376 | <field id="uadv_salttr" long_name="ocean advective salt transport along i-axis" standard_name="advectice_ocean_salt_x_transport" unit="1e-3*kg/s" /> |
---|
377 | <field id="ueiv_heattr" long_name="ocean bolus heat transport along i-axis" standard_name="ocean_heat_x_transport_due_to_bolus_advection" unit="W" /> |
---|
378 | <field id="ueiv_salttr" long_name="ocean bolus salt transport along i-axis" standard_name="ocean_salt_x_transport_due_to_bolus_advection" unit="Kg" /> |
---|
379 | <field id="ueiv_heattr3d" long_name="ocean bolus heat transport along i-axis" standard_name="ocean_heat_x_transport_due_to_bolus_advection" unit="W" grid_ref="grid_U_3D" /> |
---|
380 | <field id="ueiv_salttr3d" long_name="ocean bolus salt transport along i-axis" standard_name="ocean_salt_x_transport_due_to_bolus_advection" unit="kg" grid_ref="grid_U_3D" /> |
---|
381 | <field id="udiff_heattr" long_name="ocean diffusion heat transport along i-axis" standard_name="ocean_heat_x_transport_due_to_diffusion" unit="W" /> |
---|
382 | <field id="udiff_salttr" long_name="ocean diffusion salt transport along i-axis" standard_name="ocean_salt_x_transport_due_to_diffusion" unit="1e-3*kg/s" /> |
---|
383 | </field_group> |
---|
384 | |
---|
385 | <!-- V grid --> |
---|
386 | |
---|
387 | <field_group id="grid_V" grid_ref="grid_V_2D"> |
---|
388 | <field id="e3v" long_name="V-cell thickness" standard_name="cell_thickness" unit="m" grid_ref="grid_V_3D" /> |
---|
389 | <field id="e3v_0" long_name="Initial V-cell thickness" standard_name="ref_cell_thickness" unit="m" grid_ref="grid_V_3D"/> |
---|
390 | <field id="vtau" long_name="Wind Stress along j-axis" standard_name="surface_downward_y_stress" unit="N/m2" /> |
---|
391 | <field id="voce" long_name="ocean current along j-axis" standard_name="sea_water_y_velocity" unit="m/s" grid_ref="grid_V_3D" /> |
---|
392 | <field id="voce_e3v" long_name="ocean current along j-axis (thickness weighted)" unit="m/s" grid_ref="grid_V_3D" > voce * e3v </field> |
---|
393 | <field id="ssv" long_name="ocean surface current along j-axis" unit="m/s" /> |
---|
394 | <field id="sbv" long_name="ocean bottom current along j-axis" unit="m/s" /> |
---|
395 | <field id="vbar" long_name="ocean barotropic current along j-axis" unit="m/s" /> |
---|
396 | <field id="vocetr_eff" long_name="Effective ocean transport along j-axis" standard_name="ocean_volume_y_transport" unit="m3/s" grid_ref="grid_V_3D" /> |
---|
397 | <field id="vocet" long_name="ocean transport along j-axis times temperature (CRS)" unit="degC*m/s" grid_ref="grid_V_3D" /> |
---|
398 | <field id="voces" long_name="ocean transport along j-axis times salinity (CRS)" unit="1e-3*m/s" grid_ref="grid_V_3D" /> |
---|
399 | |
---|
400 | <!-- v-eddy diffusivity coefficients (available if ln_traldf_OFF=F) --> |
---|
401 | <field id="ahtv_2d" long_name=" surface v-eddy diffusivity coefficient" unit="m2/s or (m4/s)^1/2" /> |
---|
402 | <field id="ahtv_3d" long_name=" 3D v-eddy diffusivity coefficient" unit="m2/s or (m4/s)^1/2" grid_ref="grid_V_3D"/> |
---|
403 | <!-- v-eiv diffusivity coefficients (available if ln_ldfeiv=F) --> |
---|
404 | <field id="aeiv_2d" long_name=" surface v-EIV coefficient" unit="m2/s" /> |
---|
405 | <field id="aeiv_3d" long_name=" 3D v-EIV coefficient" unit="m2/s" grid_ref="grid_V_3D" /> |
---|
406 | |
---|
407 | <!-- variables available with MLE (ln_mle=T) --> |
---|
408 | <field id="psiv_mle" long_name="MLE streamfunction along j-axis" unit="m3/s" grid_ref="grid_V_3D" /> |
---|
409 | |
---|
410 | <!-- voce_eiv: available EIV (ln_ldfeiv=T and ln_ldfeiv_dia=T) --> |
---|
411 | <field id="voce_eiv" long_name="EIV ocean current along j-axis" standard_name="bolus_sea_water_y_velocity" unit="m/s" grid_ref="grid_V_3D" /> |
---|
412 | |
---|
413 | <!-- voce_bbl: available with ln_trabbl=T and nn_bbl_adv=1 --> |
---|
414 | <field id="voce_bbl" long_name="BBL ocean current along j-axis" unit="m/s" /> |
---|
415 | <!-- ahu_bbl : available with ln_trabbl=T and nn_bbl_ldf=1 --> |
---|
416 | <field id="ahv_bbl" long_name="BBL diffusive flux along j-axis" unit="m3/s" /> |
---|
417 | |
---|
418 | <!-- variables available with WAVE (ln_wave=T) --> |
---|
419 | <field id="vstokes" long_name="Stokes Drift Velocity j-axis" standard_name="StokesDrift_y_velocity" unit="m/s" grid_ref="grid_V_3D" /> |
---|
420 | <field id="vstokes_e3v" long_name="Stokes Drift Velocity j-axis (thickness weighted)" unit="m/s" grid_ref="grid_V_3D" > vstokes * e3v </field> |
---|
421 | |
---|
422 | <!-- variable for ice shelves --> |
---|
423 | <field id="vtbl" long_name="meridional current in the Losh tbl" unit="m/s" /> |
---|
424 | |
---|
425 | <!-- variables available with diaar5 --> |
---|
426 | <field id="v_masstr" long_name="ocean eulerian mass transport along j-axis" standard_name="ocean_mass_y_transport" unit="kg/s" grid_ref="grid_V_3D" /> |
---|
427 | <field id="v_heattr" long_name="ocean eulerian heat transport along j-axis" standard_name="ocean_heat_y_transport" unit="W" /> |
---|
428 | <field id="v_salttr" long_name="ocean eulerian salt transport along i-axis" standard_name="ocean_salt_y_transport" unit="1e-3*kg/s" /> |
---|
429 | <field id="vadv_heattr" long_name="ocean advective heat transport along j-axis" standard_name="advectice_ocean_heat_y_transport" unit="W" /> |
---|
430 | <field id="vadv_salttr" long_name="ocean advective salt transport along j-axis" standard_name="advectice_ocean_salt_y_transport" unit="1e-3*kg/s" /> |
---|
431 | <field id="veiv_heattr" long_name="ocean bolus heat transport along j-axis" standard_name="ocean_heat_y_transport_due_to_bolus_advection" unit="W" /> |
---|
432 | <field id="veiv_salttr" long_name="ocean bolus salt transport along j-axis" standard_name="ocean_salt_x_transport_due_to_bolus_advection" unit="Kg" /> |
---|
433 | <field id="veiv_heattr3d" long_name="ocean bolus heat transport along j-axis" standard_name="ocean_heat_y_transport_due_to_bolus_advection" unit="W" grid_ref="grid_V_3D" /> |
---|
434 | <field id="veiv_salttr3d" long_name="ocean bolus salt transport along j-axis" standard_name="ocean_salt_y_transport_due_to_bolus_advection" unit="kg" grid_ref="grid_V_3D" /> |
---|
435 | <field id="vdiff_heattr" long_name="ocean diffusion heat transport along j-axis" standard_name="ocean_heat_y_transport_due_to_diffusion" unit="W" /> |
---|
436 | <field id="vdiff_salttr" long_name="ocean diffusion salt transport along j-axis" standard_name="ocean_salt_y_transport_due_to_diffusion" unit="1e-3*kg/s" /> |
---|
437 | </field_group> |
---|
438 | |
---|
439 | <!-- W grid --> |
---|
440 | |
---|
441 | <field_group id="grid_W" grid_ref="grid_W_3D"> |
---|
442 | <field id="e3w" long_name="W-cell thickness" standard_name="cell_thickness" unit="m" /> |
---|
443 | <field id="woce" long_name="ocean vertical velocity" standard_name="upward_sea_water_velocity" unit="m/s" /> |
---|
444 | <field id="wocetr_eff" long_name="effective ocean vertical transport" unit="m3/s" /> |
---|
445 | |
---|
446 | <!-- woce_eiv: available with EIV (ln_ldfeiv=T and ln_ldfeiv_dia=T) --> |
---|
447 | <field id="woce_eiv" long_name="EIV ocean vertical velocity" standard_name="bolus_upward_sea_water_velocity" unit="m/s" /> |
---|
448 | |
---|
449 | <field id="avt" long_name="vertical eddy diffusivity" standard_name="ocean_vertical_heat_diffusivity" unit="m2/s" /> |
---|
450 | <field id="logavt" long_name="logarithm of vertical eddy diffusivity" standard_name="ocean_vertical_heat_diffusivity" unit="m2/s" /> |
---|
451 | <field id="avm" long_name="vertical eddy viscosity" standard_name="ocean_vertical_momentum_diffusivity" unit="m2/s" /> |
---|
452 | |
---|
453 | <!-- avs: /= avt with ln_zdfddm=T --> |
---|
454 | <field id="avs" long_name="salt vertical eddy diffusivity" standard_name="ocean_vertical_salt_diffusivity" unit="m2/s" /> |
---|
455 | <field id="logavs" long_name="logarithm of salt vertical eddy diffusivity" standard_name="ocean_vertical_heat_diffusivity" unit="m2/s" /> |
---|
456 | |
---|
457 | <!-- avt_evd and avm_evd: available with ln_zdfevd --> |
---|
458 | <field id="avt_evd" long_name="convective enhancement of vertical diffusivity" standard_name="ocean_vertical_tracer_diffusivity_due_to_convection" unit="m2/s" /> |
---|
459 | <field id="avm_evd" long_name="convective enhancement of vertical viscosity" standard_name="ocean_vertical_momentum_diffusivity_due_to_convection" unit="m2/s" /> |
---|
460 | |
---|
461 | <!-- avt_tide: available with ln_zdfiwm=T --> |
---|
462 | <field id="av_ratio" long_name="S over T diffusivity ratio" standard_name="salinity_over_temperature_diffusivity_ratio" unit="1" /> |
---|
463 | <field id="av_wave" long_name="internal wave-induced vertical diffusivity" standard_name="ocean_vertical_tracer_diffusivity_due_to_internal_waves" unit="m2/s" /> |
---|
464 | <field id="bflx_iwm" long_name="internal wave-induced buoyancy flux" standard_name="buoyancy_flux_due_to_internal_waves" unit="W/kg" /> |
---|
465 | <field id="pcmap_iwm" long_name="power consumed by wave-driven mixing" standard_name="vertically_integrated_power_consumption_by_wave_driven_mixing" unit="W/m2" grid_ref="grid_W_2D" /> |
---|
466 | <field id="emix_iwm" long_name="power density available for mixing" standard_name="power_available_for_mixing_from_breaking_internal_waves" unit="W/kg" /> |
---|
467 | |
---|
468 | <!-- variables available with WAVE (ln_wave=T) --> |
---|
469 | <field id="wstokes" long_name="Stokes Drift vertical velocity" standard_name="upward_StokesDrift_velocity" unit="m/s" /> |
---|
470 | |
---|
471 | <!-- variables available with diaar5 --> |
---|
472 | <field id="w_masstr" long_name="vertical mass transport" standard_name="upward_ocean_mass_transport" unit="kg/s" /> |
---|
473 | <field id="w_masstr2" long_name="square of vertical mass transport" standard_name="square_of_upward_ocean_mass_transport" unit="kg2/s2" /> |
---|
474 | |
---|
475 | </field_group> |
---|
476 | |
---|
477 | <!-- F grid --> |
---|
478 | <!-- f-eddy viscosity coefficients (ldfdyn) --> |
---|
479 | <field id="ahmf_2d" long_name=" surface f-eddy viscosity coefficient" unit="m2/s or m4/s" /> |
---|
480 | <field id="ahmf_3d" long_name=" 3D f-eddy viscosity coefficient" unit="m2/s or m4/s" grid_ref="grid_T_3D"/> |
---|
481 | |
---|
482 | <field_group id="scalar" grid_ref="grid_T_2D" > |
---|
483 | <!-- Need to have a salinity reference climatological file : sali_ref_clim_monthly --> |
---|
484 | <field id="voltot" long_name="global total volume" standard_name="sea_water_volume" unit="m3" /> |
---|
485 | <field id="sshtot" long_name="global mean ssh" standard_name="global_average_sea_level_change" unit="m" /> |
---|
486 | <field id="sshsteric" long_name="global mean ssh steric" standard_name="global_average_steric_sea_level_change" unit="m" /> |
---|
487 | <field id="sshthster" long_name="global mean ssh thermosteric" standard_name="global_average_thermosteric_sea_level_change" unit="m" /> |
---|
488 | <field id="masstot" long_name="global total mass" standard_name="sea_water_mass" unit="kg" /> |
---|
489 | <field id="temptot" long_name="global mean temperature" standard_name="sea_water_potential_temperature" unit="degC" /> |
---|
490 | <field id="saltot" long_name="global mean salinity" standard_name="sea_water_salinity" unit="1e-3" /> |
---|
491 | <field id="fram_trans" long_name="Sea Ice Mass Transport Through Fram Strait" standard_name="sea_ice_transport_across_line" unit="kg/s" /> |
---|
492 | |
---|
493 | <!-- available with ln_diahsb --> |
---|
494 | <field id="bgtemper" long_name="drift in global mean temperature wrt timestep 1" standard_name="change_over_time_in_sea_water_potential_temperature" unit="degC" /> |
---|
495 | <field id="bgsaline" long_name="drift in global mean salinity wrt timestep 1" standard_name="change_over_time_in_sea_water_practical_salinity" unit="1e-3" /> |
---|
496 | <field id="bgheatco" long_name="drift in global mean heat content wrt timestep 1" unit="1.e20J" /> |
---|
497 | <field id="bgheatfx" long_name="drift in global mean heat flux wrt timestep 1" unit="W/m2" /> |
---|
498 | <field id="bgsaltco" long_name="drift in global mean salt content wrt timestep 1" unit="1e-3*km3" /> |
---|
499 | <field id="bgvolssh" long_name="drift in global mean ssh volume wrt timestep 1" unit="km3" /> |
---|
500 | <field id="bgvole3t" long_name="drift in global mean volume variation (e3t) wrt timestep 1" unit="km3" /> |
---|
501 | <field id="bgfrcvol" long_name="global mean volume from forcing" unit="km3" /> |
---|
502 | <field id="bgfrctem" long_name="global mean heat content from forcing" unit="1.e20J" /> |
---|
503 | <field id="bgfrchfx" long_name="global mean heat flux from forcing" unit="W/m2" /> |
---|
504 | <field id="bgfrcsal" long_name="global mean salt content from forcing" unit="1e-3*km3" /> |
---|
505 | <field id="bgmistem" long_name="global mean temperature error due to free surface (linssh true)" unit="degC" /> |
---|
506 | <field id="bgmissal" long_name="global mean salinity error due to free surface (linssh true)" unit="1e-3" /> |
---|
507 | </field_group> |
---|
508 | |
---|
509 | <!-- variables available with key_float --> |
---|
510 | |
---|
511 | <field_group id="floatvar" grid_ref="grid_T_nfloat" operation="instant" > |
---|
512 | <field id="traj_lon" long_name="floats longitude" unit="degrees_east" /> |
---|
513 | <field id="traj_lat" long_name="floats latitude" unit="degrees_north" /> |
---|
514 | <field id="traj_dep" long_name="floats depth" unit="m" /> |
---|
515 | <field id="traj_temp" long_name="floats temperature" standard_name="sea_water_potential_temperature" unit="degC" /> |
---|
516 | <field id="traj_salt" long_name="floats salinity" standard_name="sea_water_practical_salinity" unit="1e-3" /> |
---|
517 | <field id="traj_dens" long_name="floats in-situ density" standard_name="sea_water_density" unit="kg/m3" /> |
---|
518 | <field id="traj_group" long_name="floats group" unit="1" /> |
---|
519 | </field_group> |
---|
520 | |
---|
521 | <!-- variables available with iceberg trajectories --> |
---|
522 | |
---|
523 | <field_group id="icbvar" domain_ref="grid_T" > |
---|
524 | <field id="berg_melt" long_name="icb melt rate of icebergs" unit="kg/m2/s" /> |
---|
525 | <field id="berg_buoy_melt" long_name="icb buoyancy component of iceberg melt rate" unit="kg/m2/s" /> |
---|
526 | <field id="berg_eros_melt" long_name="icb erosion component of iceberg melt rate" unit="kg/m2/s" /> |
---|
527 | <field id="berg_conv_melt" long_name="icb convective component of iceberg melt rate" unit="kg/m2/s" /> |
---|
528 | <field id="berg_virtual_area" long_name="icb virtual coverage by icebergs" unit="m2" /> |
---|
529 | <field id="bits_src" long_name="icb mass source of bergy bits" unit="kg/m2/s" /> |
---|
530 | <field id="bits_melt" long_name="icb melt rate of bergy bits" unit="kg/m2/s" /> |
---|
531 | <field id="bits_mass" long_name="icb bergy bit density field" unit="kg/m2" /> |
---|
532 | <field id="berg_mass" long_name="icb iceberg density field" unit="kg/m2" /> |
---|
533 | <field id="calving" long_name="icb calving mass input" unit="kg/s" /> |
---|
534 | <field id="berg_floating_melt" long_name="icb melt rate of icebergs + bits" unit="kg/m2/s" /> |
---|
535 | <field id="berg_real_calving" long_name="icb calving into iceberg class" unit="kg/s" axis_ref="icbcla" /> |
---|
536 | <field id="berg_stored_ice" long_name="icb accumulated ice mass by class" unit="kg" axis_ref="icbcla" /> |
---|
537 | </field_group> |
---|
538 | |
---|
539 | <!-- Poleward transport : ptr --> |
---|
540 | <field_group id="diaptr" > |
---|
541 | <field id="zomsfglo" long_name="Meridional Stream-Function: Global" unit="Sv" grid_ref="gznl_W_3D" /> |
---|
542 | <field id="zomsfatl" long_name="Meridional Stream-Function: Atlantic" unit="Sv" grid_ref="gznl_W_3D" /> |
---|
543 | <field id="zomsfpac" long_name="Meridional Stream-Function: Pacific" unit="Sv" grid_ref="gznl_W_3D" /> |
---|
544 | <field id="zomsfind" long_name="Meridional Stream-Function: Indian" unit="Sv" grid_ref="gznl_W_3D" /> |
---|
545 | <field id="zomsfipc" long_name="Meridional Stream-Function: Pacific+Indian" unit="Sv" grid_ref="gznl_W_3D" /> |
---|
546 | <field id="zotemglo" long_name="Zonal Mean Temperature : Global" unit="degree_C" grid_ref="gznl_T_3D" /> |
---|
547 | <field id="zotematl" long_name="Zonal Mean Temperature : Atlantic" unit="degree_C" grid_ref="gznl_T_3D" /> |
---|
548 | <field id="zotempac" long_name="Zonal Mean Temperature : Pacific" unit="degree_C" grid_ref="gznl_T_3D" /> |
---|
549 | <field id="zotemind" long_name="Zonal Mean Temperature : Indian" unit="degree_C" grid_ref="gznl_T_3D" /> |
---|
550 | <field id="zotemipc" long_name="Zonal Mean Temperature : Pacific+Indian" unit="degree_C" grid_ref="gznl_T_3D" /> |
---|
551 | <field id="zosalglo" long_name="Zonal Mean Salinity : Global" unit="0.001" grid_ref="gznl_T_3D" /> |
---|
552 | <field id="zosalatl" long_name="Zonal Mean Salinity : Atlantic" unit="0.001" grid_ref="gznl_T_3D" /> |
---|
553 | <field id="zosalpac" long_name="Zonal Mean Salinity : Pacific" unit="0.001" grid_ref="gznl_T_3D" /> |
---|
554 | <field id="zosalind" long_name="Zonal Mean Salinity : Indian" unit="0.001" grid_ref="gznl_T_3D" /> |
---|
555 | <field id="zosalipc" long_name="Zonal Mean Salinity : Pacific+Indian" unit="0.001" grid_ref="gznl_T_3D" /> |
---|
556 | <field id="zosrfglo" long_name="Zonal Mean Surface" unit="m2" grid_ref="gznl_T_3D" /> |
---|
557 | <field id="zosrfatl" long_name="Zonal Mean Surface : Atlantic" unit="m2" grid_ref="gznl_T_3D" /> |
---|
558 | <field id="zosrfpac" long_name="Zonal Mean Surface : Pacific" unit="m2" grid_ref="gznl_T_3D" /> |
---|
559 | <field id="zosrfind" long_name="Zonal Mean Surface : Indian" unit="m2" grid_ref="gznl_T_3D" /> |
---|
560 | <field id="zosrfipc" long_name="Zonal Mean Surface : Pacific+Indian" unit="m2" grid_ref="gznl_T_3D" /> |
---|
561 | <field id="sophtadv" long_name="Advective Heat Transport" unit="PW" grid_ref="gznl_T_2D" /> |
---|
562 | <field id="sophtadv_atl" long_name="Advective Heat Transport: Atlantic" unit="PW" grid_ref="gznl_T_2D" /> |
---|
563 | <field id="sophtadv_pac" long_name="Advective Heat Transport: Pacific" unit="PW" grid_ref="gznl_T_2D" /> |
---|
564 | <field id="sophtadv_ind" long_name="Advective Heat Transport: Indian" unit="PW" grid_ref="gznl_T_2D" /> |
---|
565 | <field id="sophtadv_ipc" long_name="Advective Heat Transport: Pacific+Indian" unit="PW" grid_ref="gznl_T_2D" /> |
---|
566 | <field id="sophtldf" long_name="Diffusive Heat Transport" unit="PW" grid_ref="gznl_T_2D" /> |
---|
567 | <field id="sophtldf_atl" long_name="Diffusive Heat Transport: Atlantic" unit="PW" grid_ref="gznl_T_2D" /> |
---|
568 | <field id="sophtldf_pac" long_name="Diffusive Heat Transport: Pacific" unit="PW" grid_ref="gznl_T_2D" /> |
---|
569 | <field id="sophtldf_ind" long_name="Diffusive Heat Transport: Indian" unit="PW" grid_ref="gznl_T_2D" /> |
---|
570 | <field id="sophtldf_ipc" long_name="Diffusive Heat Transport: Pacific+Indian" unit="PW" grid_ref="gznl_T_2D" /> |
---|
571 | <field id="sophtove" long_name="Overturning Heat Transport" unit="PW" grid_ref="gznl_T_2D" /> |
---|
572 | <field id="sophtove_atl" long_name="Overturning Heat Transport: Atlantic" unit="PW" grid_ref="gznl_T_2D" /> |
---|
573 | <field id="sophtove_pac" long_name="Overturning Heat Transport: Pacific" unit="PW" grid_ref="gznl_T_2D" /> |
---|
574 | <field id="sophtove_ind" long_name="Overturning Heat Transport: Indian" unit="PW" grid_ref="gznl_T_2D" /> |
---|
575 | <field id="sophtove_ipc" long_name="Overturning Heat Transport: Pacific+Indian" unit="PW" grid_ref="gznl_T_2D" /> |
---|
576 | <field id="sophtbtr" long_name="Barotropic Heat Transport" unit="PW" grid_ref="gznl_T_2D" /> |
---|
577 | <field id="sophtbtr_atl" long_name="Barotropic Heat Transport: Atlantic" unit="PW" grid_ref="gznl_T_2D" /> |
---|
578 | <field id="sophtbtr_pac" long_name="Barotropic Heat Transport: Pacific" unit="PW" grid_ref="gznl_T_2D" /> |
---|
579 | <field id="sophtbtr_ind" long_name="Barotropic Heat Transport: Indian" unit="PW" grid_ref="gznl_T_2D" /> |
---|
580 | <field id="sophtbtr_ipc" long_name="Barotropic Heat Transport: Pacific+Indian" unit="PW" grid_ref="gznl_T_2D" /> |
---|
581 | <field id="sophteiv" long_name="Heat Transport from mesoscale eddy advection" unit="PW" grid_ref="gznl_T_2D" /> |
---|
582 | <field id="sophteiv_atl" long_name="Heat Transport from mesoscale eddy advection: Atlantic" unit="PW" grid_ref="gznl_T_2D" /> |
---|
583 | <field id="sophteiv_pac" long_name="Heat Transport from mesoscale eddy advection: Pacific" unit="PW" grid_ref="gznl_T_2D" /> |
---|
584 | <field id="sophteiv_ind" long_name="Heat Transport from mesoscale eddy advection: Indian" unit="PW" grid_ref="gznl_T_2D" /> |
---|
585 | <field id="sophteiv_ipc" long_name="Heat Transport from mesoscale eddy advection: Pacific+Indian" unit="PW" grid_ref="gznl_T_2D" /> |
---|
586 | <field id="sopstadv" long_name="Advective Salt Transport" unit="Giga g/s" grid_ref="gznl_T_2D" /> |
---|
587 | <field id="sopstadv_atl" long_name="Advective Salt Transport: Atlantic" unit="Giga g/s" grid_ref="gznl_T_2D" /> |
---|
588 | <field id="sopstadv_pac" long_name="Advective Salt Transport: Pacific" unit="Giga g/s" grid_ref="gznl_T_2D" /> |
---|
589 | <field id="sopstadv_ind" long_name="Advective Salt Transport: Indian" unit="Giga g/s" grid_ref="gznl_T_2D" /> |
---|
590 | <field id="sopstadv_ipc" long_name="Advective Salt Transport: Pacific+Indian" unit="Giga g/s" grid_ref="gznl_T_2D" /> |
---|
591 | <field id="sopstove" long_name="Overturning Salt Transport" unit="Giga g/s" grid_ref="gznl_T_2D" /> |
---|
592 | <field id="sopstove_atl" long_name="Overturning Salt Transport: Atlantic" unit="Giga g/s" grid_ref="gznl_T_2D" /> |
---|
593 | <field id="sopstove_pac" long_name="Overturning Salt Transport: Pacific" unit="Giga g/s" grid_ref="gznl_T_2D" /> |
---|
594 | <field id="sopstove_ind" long_name="Overturning Salt Transport: Indian" unit="Giga g/s" grid_ref="gznl_T_2D" /> |
---|
595 | <field id="sopstove_ipc" long_name="Overturning Salt Transport: Pacific+Indian" unit="Giga g/s" grid_ref="gznl_T_2D" /> |
---|
596 | <field id="sopstbtr" long_name="Barotropic Salt Transport" unit="Giga g/s" grid_ref="gznl_T_2D" /> |
---|
597 | <field id="sopstbtr_atl" long_name="Barotropic Salt Transport: Atlantic" unit="Giga g/s" grid_ref="gznl_T_2D" /> |
---|
598 | <field id="sopstbtr_pac" long_name="Barotropic Salt Transport: Pacific" unit="Giga g/s" grid_ref="gznl_T_2D" /> |
---|
599 | <field id="sopstbtr_ind" long_name="Barotropic Salt Transport: Indian" unit="Giga g/s" grid_ref="gznl_T_2D" /> |
---|
600 | <field id="sopstbtr_ipc" long_name="Barotropic Salt Transport: Pacific+Indian" unit="Giga g/s" grid_ref="gznl_T_2D" /> |
---|
601 | <field id="sopstldf" long_name="Diffusive Salt Transport" unit="Giga g/s" grid_ref="gznl_T_2D" /> |
---|
602 | <field id="sopstldf_atl" long_name="Diffusive Salt Transport: Atlantic" unit="Giga g/s" grid_ref="gznl_T_2D" /> |
---|
603 | <field id="sopstldf_pac" long_name="Diffusive Salt Transport: Pacific" unit="Giga g/s" grid_ref="gznl_T_2D" /> |
---|
604 | <field id="sopstldf_ind" long_name="Diffusive Salt Transport: Indian" unit="Giga g/s" grid_ref="gznl_T_2D" /> |
---|
605 | <field id="sopstldf_ipc" long_name="Diffusive Salt Transport: Pacific+Indian" unit="Giga g/s" grid_ref="gznl_T_2D" /> |
---|
606 | <field id="sopsteiv" long_name="Salt Transport from mesoscale eddy advection" unit="Giga g/s" grid_ref="gznl_T_2D" /> |
---|
607 | <field id="sopsteiv_atl" long_name="Salt Transport from mesoscale eddy advection: Atlantic" unit="Giga g/s" grid_ref="gznl_T_2D" /> |
---|
608 | <field id="sopsteiv_pac" long_name="Salt Transport from mesoscale eddy advection: Pacific" unit="Giga g/s" grid_ref="gznl_T_2D" /> |
---|
609 | <field id="sopsteiv_ind" long_name="Salt Transport from mesoscale eddy advection: Indian" unit="Giga g/s" grid_ref="gznl_T_2D" /> |
---|
610 | <field id="sopsteiv_ipc" long_name="Salt Transport from mesoscale eddy advection: Pacific+Indian" unit="Giga g/s" grid_ref="gznl_T_2D" /> |
---|
611 | </field_group> |
---|
612 | |
---|
613 | <!-- |
---|
614 | ============================================================================================================ |
---|
615 | Physical ocean model trend diagnostics : temperature, KE, PE, momentum |
---|
616 | ============================================================================================================ |
---|
617 | --> |
---|
618 | |
---|
619 | <!-- variables available with ln_tra_trd --> |
---|
620 | <!-- Asselin trends calculated on odd time steps--> |
---|
621 | <field_group id="trendT_odd" grid_ref="grid_T_3D"> |
---|
622 | <field id="ttrd_atf" long_name="temperature-trend: asselin time filter" unit="degree_C/s" /> |
---|
623 | <field id="strd_atf" long_name="salinity -trend: asselin time filter" unit="0.001/s" /> |
---|
624 | <!-- Thickness weighted versions: --> |
---|
625 | <field id="ttrd_atf_e3t" unit="degC/s * m" > ttrd_atf * e3t </field> |
---|
626 | <field id="strd_atf_e3t" unit="1e-3/s * m" > strd_atf * e3t </field> |
---|
627 | <!-- OMIP layer-integrated trends --> |
---|
628 | <field id="ttrd_atf_li" long_name="layer integrated heat-trend: asselin time filter " unit="W/m^2" > ttrd_atf_e3t * 1026.0 * 3991.86795711963 </field> |
---|
629 | <field id="strd_atf_li" long_name="layer integrated salt -trend: asselin time filter " unit="kg/(m^2 s)" > strd_atf_e3t * 1026.0 * 0.001 </field> |
---|
630 | </field_group> |
---|
631 | |
---|
632 | <!-- Other trends calculated on even time steps--> |
---|
633 | <field_group id="trendT_even" grid_ref="grid_T_3D"> |
---|
634 | <field id="ttrd_xad" long_name="temperature-trend: i-advection" unit="degC/s" /> |
---|
635 | <field id="strd_xad" long_name="salinity -trend: i-advection" unit="1e-3/s" /> |
---|
636 | <field id="ttrd_yad" long_name="temperature-trend: j-advection" unit="degC/s" /> |
---|
637 | <field id="strd_yad" long_name="salinity -trend: j-advection" unit="1e-3/s" /> |
---|
638 | <field id="ttrd_zad" long_name="temperature-trend: k-advection" unit="degC/s" /> |
---|
639 | <field id="strd_zad" long_name="salinity -trend: k-advection" unit="1e-3/s" /> |
---|
640 | <field id="ttrd_ad" long_name="temperature-trend: advection" standard_name="tendency_of_sea_water_temperature_due_to_advection" unit="degC/s" > sqrt( ttrd_xad^2 + ttrd_yad^2 + ttrd_zad^2 ) </field> |
---|
641 | <field id="strd_ad" long_name="salinity -trend: advection" standard_name="tendency_of_sea_water_salinity_due_to_advection" unit="1e-3/s" > sqrt( strd_xad^2 + strd_yad^2 + strd_zad^2 ) </field> |
---|
642 | <field id="ttrd_totad" long_name="temperature-trend: total advection" standard_name="tendency_of_sea_water_salinity_due_to_advection" unit="degC/s" /> |
---|
643 | <field id="strd_totad" long_name="salinity -trend: total advection" standard_name="tendency_of_sea_water_salinity_due_to_advection" unit="1e-3/s" /> |
---|
644 | <field id="ttrd_sad" long_name="temperature-trend: surface adv. (linssh true)" unit="degC/s" grid_ref="grid_T_2D" /> |
---|
645 | <field id="strd_sad" long_name="salinity -trend: surface adv. (linssh true)" unit="1e-3/s" grid_ref="grid_T_2D" /> |
---|
646 | <field id="ttrd_ldf" long_name="temperature-trend: lateral diffusion" standard_name="tendency_of_sea_water_temperature_due_to_horizontal_mixing" unit="degC/s" /> |
---|
647 | <field id="strd_ldf" long_name="salinity -trend: lateral diffusion" standard_name="tendency_of_sea_water_salinity_due_to_horizontal_mixing" unit="1e-3/s" /> |
---|
648 | <field id="ttrd_zdf" long_name="temperature-trend: vertical diffusion" standard_name="tendency_of_sea_water_temperature_due_to_vertical_mixing" unit="degC/s" /> |
---|
649 | <field id="strd_zdf" long_name="salinity -trend: vertical diffusion" standard_name="tendency_of_sea_water_salinity_due_to_vertical_mixing" unit="1e-3/s" /> |
---|
650 | <field id="ttrd_evd" long_name="temperature-trend: EVD convection" unit="degC/s" /> |
---|
651 | <field id="strd_evd" long_name="salinity -trend: EVD convection" unit="1e-3/s" /> |
---|
652 | |
---|
653 | <!-- ln_traldf_iso=T only (iso-neutral diffusion) --> |
---|
654 | <field id="ttrd_iso" long_name="temperature-trend: isopycnal diffusion" unit="degC/s" > ttrd_ldf + ttrd_zdf - ttrd_zdfp </field> |
---|
655 | <field id="strd_iso" long_name="salinity -trend: isopycnal diffusion" unit="1e-3/s" > strd_ldf + strd_zdf - strd_zdfp </field> |
---|
656 | <field id="ttrd_zdfp" long_name="temperature-trend: pure vert. diffusion" unit="degC/s" /> |
---|
657 | <field id="strd_zdfp" long_name="salinity -trend: pure vert. diffusion" unit="1e-3/s" /> |
---|
658 | |
---|
659 | <!-- --> |
---|
660 | <field id="ttrd_dmp" long_name="temperature-trend: interior restoring" unit="degC/s" /> |
---|
661 | <field id="strd_dmp" long_name="salinity -trend: interior restoring" unit="1e-3/s" /> |
---|
662 | <field id="ttrd_bbl" long_name="temperature-trend: bottom boundary layer" unit="degC/s" /> |
---|
663 | <field id="strd_bbl" long_name="salinity -trend: bottom boundary layer" unit="1e-3/s" /> |
---|
664 | <field id="ttrd_npc" long_name="temperature-trend: non-penetrative conv." unit="degC/s" /> |
---|
665 | <field id="strd_npc" long_name="salinity -trend: non-penetrative conv." unit="1e-3/s" /> |
---|
666 | <field id="ttrd_qns" long_name="temperature-trend: non-solar flux + runoff" unit="degC/s" grid_ref="grid_T_2D" /> |
---|
667 | <field id="strd_cdt" long_name="salinity -trend: C/D term + runoff" unit="degC/s" grid_ref="grid_T_2D" /> |
---|
668 | <field id="ttrd_qsr" long_name="temperature-trend: solar penetr. heating" unit="degC/s" /> |
---|
669 | <field id="ttrd_bbc" long_name="temperature-trend: geothermal heating" unit="degC/s" /> |
---|
670 | |
---|
671 | <!-- Thickness weighted versions: --> |
---|
672 | <field id="ttrd_xad_e3t" unit="degC/s * m" > ttrd_xad * e3t </field> |
---|
673 | <field id="strd_xad_e3t" unit="1e-3/s * m" > strd_xad * e3t </field> |
---|
674 | <field id="ttrd_yad_e3t" unit="degC/s * m" > ttrd_yad * e3t </field> |
---|
675 | <field id="strd_yad_e3t" unit="1e-3/s * m" > strd_yad * e3t </field> |
---|
676 | <field id="ttrd_zad_e3t" unit="degC/s * m" > ttrd_zad * e3t </field> |
---|
677 | <field id="strd_zad_e3t" unit="1e-3/s * m" > strd_zad * e3t </field> |
---|
678 | <field id="ttrd_ad_e3t" unit="degC/s * m" > ttrd_ad * e3t </field> |
---|
679 | <field id="strd_ad_e3t" unit="1e-3/s * m" > strd_ad * e3t </field> |
---|
680 | <field id="ttrd_totad_e3t" unit="degC/s * m" > ttrd_totad * e3t </field> |
---|
681 | <field id="strd_totad_e3t" unit="1e-3/s * m" > strd_totad * e3t </field> |
---|
682 | <field id="ttrd_ldf_e3t" unit="degC/s * m" > ttrd_ldf * e3t </field> |
---|
683 | <field id="strd_ldf_e3t" unit="1e-3/s * m" > strd_ldf * e3t </field> |
---|
684 | <field id="ttrd_zdf_e3t" unit="degC/s * m" > ttrd_zdf * e3t </field> |
---|
685 | <field id="strd_zdf_e3t" unit="1e-3/s * m" > strd_zdf * e3t </field> |
---|
686 | <field id="ttrd_evd_e3t" unit="degC/s * m" > ttrd_evd * e3t </field> |
---|
687 | <field id="strd_evd_e3t" unit="1e-3/s * m" > strd_evd * e3t </field> |
---|
688 | |
---|
689 | <!-- ln_traldf_iso=T only (iso-neutral diffusion) --> |
---|
690 | <field id="ttrd_iso_e3t" unit="degC/s * m" > ttrd_iso * e3t </field> |
---|
691 | <field id="strd_iso_e3t" unit="1e-3/s * m" > strd_iso * e3t </field> |
---|
692 | <field id="ttrd_zdfp_e3t" unit="degC/s * m" > ttrd_zdfp * e3t </field> |
---|
693 | <field id="strd_zdfp_e3t" unit="1e-3/s * m" > strd_zdfp * e3t </field> |
---|
694 | |
---|
695 | <!-- --> |
---|
696 | <field id="ttrd_dmp_e3t" unit="degC/s * m" > ttrd_dmp * e3t </field> |
---|
697 | <field id="strd_dmp_e3t" unit="1e-3/s * m" > strd_dmp * e3t </field> |
---|
698 | <field id="ttrd_bbl_e3t" unit="degC/s * m" > ttrd_bbl * e3t </field> |
---|
699 | <field id="strd_bbl_e3t" unit="1e-3/s * m" > strd_bbl * e3t </field> |
---|
700 | <field id="ttrd_npc_e3t" unit="degC/s * m" > ttrd_npc * e3t </field> |
---|
701 | <field id="strd_npc_e3t" unit="1e-3/s * m" > strd_npc * e3t </field> |
---|
702 | <field id="ttrd_qns_e3t" unit="degC/s * m" > ttrd_qns * e3t_surf </field> |
---|
703 | <field id="strd_cdt_e3t" unit="degC/s * m" > strd_cdt * e3t_surf </field> |
---|
704 | <field id="ttrd_qsr_e3t" unit="degC/s * m" > ttrd_qsr * e3t </field> |
---|
705 | <field id="ttrd_bbc_e3t" unit="degC/s * m" > ttrd_bbc * e3t </field> |
---|
706 | |
---|
707 | <!-- OMIP layer-integrated trends --> |
---|
708 | <field id="ttrd_totad_li" long_name="layer integrated heat-trend : total advection" unit="W/m^2" > ttrd_totad_e3t * 1026.0 * 3991.86795711963 </field> |
---|
709 | <field id="strd_totad_li" long_name="layer integrated salt -trend : total advection" unit="kg/(m^2 s)" > strd_totad_e3t * 1026.0 * 0.001 </field> |
---|
710 | <field id="ttrd_evd_li" long_name="layer integrated heat-trend : EVD convection" unit="W/m^2" > ttrd_evd_e3t * 1026.0 * 3991.86795711963 </field> |
---|
711 | <field id="strd_evd_li" long_name="layer integrated salt -trend : EVD convection" unit="kg/(m^2 s)" > strd_evd_e3t * 1026.0 * 0.001 </field> |
---|
712 | <field id="ttrd_iso_li" long_name="layer integrated heat-trend : isopycnal diffusion" unit="W/m^2" > ttrd_iso_e3t * 1026.0 * 3991.86795711963 </field> |
---|
713 | <field id="strd_iso_li" long_name="layer integrated salt -trend : isopycnal diffusion" unit="kg/(m^2 s)" > strd_iso_e3t * 1026.0 * 0.001 </field> |
---|
714 | <field id="ttrd_zdfp_li" long_name="layer integrated heat-trend : pure vert. diffusion" unit="W/m^2" > ttrd_zdfp_e3t * 1026.0 * 3991.86795711963 </field> |
---|
715 | <field id="strd_zdfp_li" long_name="layer integrated salt -trend : pure vert. diffusion" unit="kg/(m^2 s)" > strd_zdfp_e3t * 1026.0 * 0.001 </field> |
---|
716 | <field id="ttrd_qns_li" long_name="layer integrated heat-trend : non-solar flux + runoff" unit="W/m^2" grid_ref="grid_T_2D"> ttrd_qns_e3t * 1026.0 * 3991.86795711963 </field> |
---|
717 | <field id="ttrd_qsr_li" long_name="layer integrated heat-trend : solar flux" unit="W/m^2" grid_ref="grid_T_3D"> ttrd_qsr_e3t * 1026.0 * 3991.86795711963 </field> |
---|
718 | <field id="ttrd_bbl_li" long_name="layer integrated heat-trend: bottom boundary layer " unit="W/m^2" > ttrd_bbl_e3t * 1026.0 * 3991.86795711963 </field> |
---|
719 | <field id="strd_bbl_li" long_name="layer integrated salt -trend: bottom boundary layer " unit="kg/(m^2 s)" > strd_bbl_e3t * 1026.0 * 0.001 </field> |
---|
720 | <field id="ttrd_evd_li" long_name="layer integrated heat -trend: evd convection " unit="W/m^2" >ttrd_evd_e3t * 1026.0 * 3991.86795711963 </field> |
---|
721 | <field id="strd_evd_li" long_name="layer integrated salt -trend: evd convection " unit="kg/(m^2 s)" > strd_evd_e3t * 1026.0 * 0.001 </field> |
---|
722 | |
---|
723 | </field_group> |
---|
724 | |
---|
725 | <!-- Total trends calculated every time step--> |
---|
726 | <field_group id="trendT" grid_ref="grid_T_3D"> |
---|
727 | <field id="ttrd_tot" long_name="temperature-trend: total model trend" unit="degC/s" /> |
---|
728 | <field id="strd_tot" long_name="salinity -trend: total model trend" unit="1e-3/s" /> |
---|
729 | <!-- Thickness weighted versions: --> |
---|
730 | <field id="ttrd_tot_e3t" unit="degC/s * m" > ttrd_tot * e3t </field> |
---|
731 | <field id="strd_tot_e3t" unit="1e-3/s * m" > strd_tot * e3t </field> |
---|
732 | <!-- OMIP layer-integrated total trends --> |
---|
733 | <field id="ttrd_tot_li" long_name="layer integrated heat-trend: total model trend :" unit="W/m^2" > ttrd_tot_e3t * 1026.0 * 3991.86795711963 </field> |
---|
734 | <field id="strd_tot_li" long_name="layer integrated salt -trend: total model trend :" unit="kg/(m^2 s)" > strd_tot_e3t * 1026.0 * 0.001 </field> |
---|
735 | |
---|
736 | <!-- **** these trends have not been apportioned to all/even/odd ts yet **** --> |
---|
737 | <!-- variables available with ln_KE_trd --> |
---|
738 | <field id="ketrd_hpg" long_name="ke-trend: hydrostatic pressure gradient" unit="W/s^3" /> |
---|
739 | <field id="ketrd_spg" long_name="ke-trend: surface pressure gradient" unit="W/s^3" /> |
---|
740 | <field id="ketrd_spgexp" long_name="ke-trend: surface pressure gradient (explicit)" unit="W/s^3" /> |
---|
741 | <field id="ketrd_spgflt" long_name="ke-trend: surface pressure gradient (filter)" unit="W/s^3" /> |
---|
742 | <field id="ssh_flt" long_name="filtered contribution to ssh (dynspg_flt)" unit="m" grid_ref="grid_T_2D" /> |
---|
743 | <field id="w0" long_name="surface vertical velocity" unit="m/s" grid_ref="grid_T_2D" /> |
---|
744 | <field id="pw0_exp" long_name="surface pressure flux due to ssh" unit="W/s^2" grid_ref="grid_T_2D" /> |
---|
745 | <field id="pw0_flt" long_name="surface pressure flux due to filtered ssh" unit="W/s^2" grid_ref="grid_T_2D" /> |
---|
746 | <field id="ketrd_keg" long_name="ke-trend: KE gradient or hor. adv." unit="W/s^3" /> |
---|
747 | <field id="ketrd_rvo" long_name="ke-trend: relative vorticity or metric term" unit="W/s^3" /> |
---|
748 | <field id="ketrd_pvo" long_name="ke-trend: planetary vorticity" unit="W/s^3" /> |
---|
749 | <field id="ketrd_zad" long_name="ke-trend: vertical advection" unit="W/s^3" /> |
---|
750 | <field id="ketrd_udx" long_name="ke-trend: U.dx[U]" unit="W/s^3" /> |
---|
751 | <field id="ketrd_ldf" long_name="ke-trend: lateral diffusion" unit="W/s^3" /> |
---|
752 | <field id="ketrd_zdf" long_name="ke-trend: vertical diffusion" unit="W/s^3" /> |
---|
753 | <field id="ketrd_tau" long_name="ke-trend: wind stress " unit="W/s^3" grid_ref="grid_T_2D" /> |
---|
754 | <field id="ketrd_bfr" long_name="ke-trend: bottom friction (explicit)" unit="W/s^3" /> |
---|
755 | <field id="ketrd_bfri" long_name="ke-trend: bottom friction (implicit)" unit="W/s^3" /> |
---|
756 | <field id="ketrd_atf" long_name="ke-trend: asselin time filter trend" unit="W/s^3" /> |
---|
757 | <field id="ketrd_convP2K" long_name="ke-trend: conversion (potential to kinetic)" unit="W/s^3" /> |
---|
758 | <field id="KE" long_name="kinetic energy: u(n)*u(n+1)/2" unit="W/s^2" /> |
---|
759 | |
---|
760 | <!-- variables available when explicit lateral mixing is used (ln_dynldf_OFF=F) --> |
---|
761 | <field id="dispkexyfo" long_name="KE-trend: lateral mixing induced dissipation" standard_name="ocean_kinetic_energy_dissipation_per_unit_area_due_to_xy_friction" unit="W/m^2" grid_ref="grid_T_2D" /> |
---|
762 | <field id="dispkevfo" long_name="KE-trend: vertical mixing induced dissipation" standard_name="ocean_kinetic_energy_dissipation_per_unit_area_due_to_vertical_friction" unit="W/m^2" grid_ref="grid_T_2D" /> |
---|
763 | <!-- variables available with ln_traadv_eiv=T and ln_diaeiv=T --> |
---|
764 | <field id="eketrd_eiv" long_name="EKE-trend due to parameterized eddy advection" standard_name="tendency_of_ocean_eddy_kinetic_energy_content_due_to_parameterized_eddy_advection" unit="W/m^2" grid_ref="grid_T_2D" /> |
---|
765 | |
---|
766 | <!-- variables available with ln_PE_trd --> |
---|
767 | <field id="petrd_xad" long_name="pe-trend: i-advection" unit="W/m^3" /> |
---|
768 | <field id="petrd_yad" long_name="pe-trend: j-advection" unit="W/m^3" /> |
---|
769 | <field id="petrd_zad" long_name="pe-trend: k-advection" unit="W/m^3" /> |
---|
770 | <field id="petrd_sad" long_name="pe-trend: surface adv. (linssh true)" unit="W/m^3" grid_ref="grid_T_2D" /> |
---|
771 | <field id="petrd_ldf" long_name="pe-trend: lateral diffusion" unit="W/m^3" /> |
---|
772 | <field id="petrd_zdf" long_name="pe-trend: vertical diffusion" unit="W/m^3" /> |
---|
773 | <field id="petrd_zdfp" long_name="pe-trend: pure vert. diffusion" unit="W/m^3" /> |
---|
774 | <field id="petrd_dmp" long_name="pe-trend: interior restoring" unit="W/m^3" /> |
---|
775 | <field id="petrd_bbl" long_name="pe-trend: bottom boundary layer" unit="W/m^3" /> |
---|
776 | <field id="petrd_npc" long_name="pe-trend: non-penetrative conv." unit="W/m^3" /> |
---|
777 | <field id="petrd_nsr" long_name="pe-trend: surface forcing + runoff" unit="W/m^3" /> |
---|
778 | <field id="petrd_qsr" long_name="pe-trend: solar penetr. heating" unit="W/m^3" /> |
---|
779 | <field id="petrd_bbc" long_name="pe-trend: geothermal heating" unit="W/m^3" /> |
---|
780 | <field id="petrd_atf" long_name="pe-trend: asselin time filter" unit="W/m^3" /> |
---|
781 | <field id="PEanom" long_name="potential energy anomaly" unit="1" /> |
---|
782 | <field id="alphaPE" long_name="partial deriv. of PEanom wrt T" unit="degC-1" /> |
---|
783 | <field id="betaPE" long_name="partial deriv. of PEanom wrt S" unit="1e3" /> |
---|
784 | </field_group> |
---|
785 | |
---|
786 | <field_group id="trendU" grid_ref="grid_U_3D"> |
---|
787 | <!-- variables available with ln_dyn_trd --> |
---|
788 | <field id="utrd_hpg" long_name="i-trend: hydrostatic pressure gradient" unit="m/s^2" /> |
---|
789 | <field id="utrd_spg" long_name="i-trend: surface pressure gradient" unit="m/s^2" /> |
---|
790 | <field id="utrd_spgexp" long_name="i-trend: surface pressure gradient (explicit)" unit="m/s^2" /> |
---|
791 | <field id="utrd_spgflt" long_name="i-trend: surface pressure gradient (filtered)" unit="m/s^2" /> |
---|
792 | <field id="utrd_keg" long_name="i-trend: KE gradient or hor. adv." unit="m/s^2" /> |
---|
793 | <field id="utrd_rvo" long_name="i-trend: relative vorticity or metric term" unit="m/s^2" /> |
---|
794 | <field id="utrd_pvo" long_name="i-trend: planetary vorticity" unit="m/s^2" /> |
---|
795 | <field id="utrd_zad" long_name="i-trend: vertical advection" unit="m/s^2" /> |
---|
796 | <field id="utrd_udx" long_name="i-trend: U.dx[U]" unit="m/s^2" /> |
---|
797 | <field id="utrd_ldf" long_name="i-trend: lateral diffusion" unit="m/s^2" /> |
---|
798 | <field id="utrd_zdf" long_name="i-trend: vertical diffusion" unit="m/s^2" /> |
---|
799 | <field id="utrd_tau" long_name="i-trend: wind stress " unit="m/s^2" grid_ref="grid_U_2D" /> |
---|
800 | <field id="utrd_bfr" long_name="i-trend: bottom friction (explicit)" unit="m/s^2" /> |
---|
801 | <field id="utrd_bfri" long_name="i-trend: bottom friction (implicit)" unit="m/s^2" /> |
---|
802 | <field id="utrd_tot" long_name="i-trend: total momentum trend before atf" unit="m/s^2" /> |
---|
803 | <field id="utrd_atf" long_name="i-trend: asselin time filter trend" unit="m/s^2" /> |
---|
804 | </field_group> |
---|
805 | |
---|
806 | <field_group id="trendV" grid_ref="grid_V_3D"> |
---|
807 | <!-- variables available with ln_dyn_trd --> |
---|
808 | <field id="vtrd_hpg" long_name="j-trend: hydrostatic pressure gradient" unit="m/s^2" /> |
---|
809 | <field id="vtrd_spg" long_name="j-trend: surface pressure gradient" unit="m/s^2" /> |
---|
810 | <field id="vtrd_spgexp" long_name="j-trend: surface pressure gradient (explicit)" unit="m/s^2" /> |
---|
811 | <field id="vtrd_spgflt" long_name="j-trend: surface pressure gradient (filtered)" unit="m/s^2" /> |
---|
812 | <field id="vtrd_keg" long_name="j-trend: KE gradient or hor. adv." unit="m/s^2" /> |
---|
813 | <field id="vtrd_rvo" long_name="j-trend: relative vorticity or metric term" unit="m/s^2" /> |
---|
814 | <field id="vtrd_pvo" long_name="j-trend: planetary vorticity" unit="m/s^2" /> |
---|
815 | <field id="vtrd_zad" long_name="j-trend: vertical advection" unit="m/s^2" /> |
---|
816 | <field id="vtrd_vdy" long_name="i-trend: V.dx[V]" unit="m/s^2" /> |
---|
817 | <field id="vtrd_ldf" long_name="j-trend: lateral diffusion" unit="m/s^2" /> |
---|
818 | <field id="vtrd_zdf" long_name="j-trend: vertical diffusion" unit="m/s^2" /> |
---|
819 | <field id="vtrd_tau" long_name="j-trend: wind stress " unit="m/s^2" grid_ref="grid_V_2D" /> |
---|
820 | <field id="vtrd_bfr" long_name="j-trend: bottom friction (explicit)" unit="m/s^2" /> |
---|
821 | <field id="vtrd_bfri" long_name="j-trend: bottom friction (implicit)" unit="m/s^2" /> |
---|
822 | <field id="vtrd_tot" long_name="j-trend: total momentum trend before atf" unit="m/s^2" /> |
---|
823 | <field id="vtrd_atf" long_name="j-trend: asselin time filter trend" unit="m/s^2" /> |
---|
824 | </field_group> |
---|
825 | |
---|
826 | |
---|
827 | <!-- |
---|
828 | ============================================================================================================ |
---|
829 | Definitions for iodef_demo.xml |
---|
830 | ============================================================================================================ |
---|
831 | --> |
---|
832 | |
---|
833 | <field_group id="TRD" > |
---|
834 | <field field_ref="ttrd_totad_li" name="opottempadvect" /> |
---|
835 | <field field_ref="ttrd_iso_li" name="opottemppmdiff" /> |
---|
836 | <field field_ref="ttrd_zdfp_li" name="opottempdiff" /> |
---|
837 | <field field_ref="ttrd_evd_li" name="opottempevd" /> |
---|
838 | <field field_ref="strd_evd_li" name="osaltevd" /> |
---|
839 | <field field_ref="ttrd_qns_li" name="opottempqns" /> |
---|
840 | <field field_ref="ttrd_qsr_li" name="rsdoabsorb" operation="accumulate" /> |
---|
841 | <field field_ref="strd_totad_li" name="osaltadvect" /> |
---|
842 | <field field_ref="strd_iso_li" name="osaltpmdiff" /> |
---|
843 | <field field_ref="strd_zdfp_li" name="osaltdiff" /> |
---|
844 | </field_group> |
---|
845 | |
---|
846 | <field_group id="mooring" > |
---|
847 | <field field_ref="toce" name="thetao" long_name="sea_water_potential_temperature" /> |
---|
848 | <field field_ref="soce" name="so" long_name="sea_water_salinity" /> |
---|
849 | <field field_ref="uoce" name="uo" long_name="sea_water_x_velocity" /> |
---|
850 | <field field_ref="voce" name="vo" long_name="sea_water_y_velocity" /> |
---|
851 | <field field_ref="woce" name="wo" long_name="sea_water_z_velocity" /> |
---|
852 | <field field_ref="avt" name="difvho" long_name="ocean_vertical_heat_diffusivity" /> |
---|
853 | <field field_ref="avm" name="difvmo" long_name="ocean_vertical_momentum_diffusivity" /> |
---|
854 | |
---|
855 | <field field_ref="sst" name="tos" long_name="sea_surface_temperature" /> |
---|
856 | <field field_ref="sst2" name="tossq" long_name="square_of_sea_surface_temperature" /> |
---|
857 | <field field_ref="sstgrad" name="tosgrad" long_name="module_of_sea_surface_temperature_gradient" /> |
---|
858 | <field field_ref="sss" name="sos" long_name="sea_surface_salinity" /> |
---|
859 | <field field_ref="ssh" name="zos" long_name="sea_surface_height_above_geoid" /> |
---|
860 | <field field_ref="empmr" name="wfo" long_name="water_flux_into_sea_water" /> |
---|
861 | <field field_ref="qsr" name="rsntds" long_name="surface_net_downward_shortwave_flux" /> |
---|
862 | <field field_ref="qt" name="tohfls" long_name="surface_net_downward_total_heat_flux" /> |
---|
863 | <field field_ref="taum" /> |
---|
864 | <field field_ref="20d" /> |
---|
865 | <field field_ref="mldkz5" /> |
---|
866 | <field field_ref="mldr10_1" /> |
---|
867 | <field field_ref="mldr10_3" /> |
---|
868 | <field field_ref="mldr0_1" /> |
---|
869 | <field field_ref="mldr0_3" /> |
---|
870 | <field field_ref="mld_dt02" /> |
---|
871 | <field field_ref="topthdep" /> |
---|
872 | <field field_ref="pycndep" /> |
---|
873 | <field field_ref="tinv" /> |
---|
874 | <field field_ref="depti" /> |
---|
875 | <field field_ref="BLT" name="blt" long_name="barrier_layer_thickness" /> |
---|
876 | <field field_ref="utau" name="tauuo" long_name="surface_downward_x_stress" /> |
---|
877 | <field field_ref="vtau" name="tauvo" long_name="surface_downward_y_stress" /> |
---|
878 | </field_group> |
---|
879 | |
---|
880 | <field_group id="groupT" > |
---|
881 | <field field_ref="toce" name="thetao" long_name="sea_water_potential_temperature" /> |
---|
882 | <field field_ref="soce" name="so" long_name="sea_water_salinity" /> |
---|
883 | <field field_ref="sst" name="tos" long_name="sea_surface_temperature" /> |
---|
884 | <field field_ref="sst2" name="tossq" long_name="square_of_sea_surface_temperature" /> |
---|
885 | <field field_ref="sss" name="sos" long_name="sea_surface_salinity" /> |
---|
886 | <field field_ref="ssh" name="zos" long_name="sea_surface_height_above_geoid" /> |
---|
887 | <field field_ref="empmr" name="wfo" long_name="water_flux_into_sea_water" /> |
---|
888 | <field field_ref="qsr" name="rsntds" long_name="surface_net_downward_shortwave_flux" /> |
---|
889 | <field field_ref="qt" name="tohfls" long_name="surface_net_downward_total_heat_flux" /> |
---|
890 | <field field_ref="taum" /> |
---|
891 | <field field_ref="20d" /> |
---|
892 | <field field_ref="mldkz5" /> |
---|
893 | <field field_ref="mldr10_1" /> |
---|
894 | <field field_ref="mldr10_3" /> |
---|
895 | <field field_ref="mld_dt02" /> |
---|
896 | <field field_ref="topthdep" /> |
---|
897 | <field field_ref="pycndep" /> |
---|
898 | <field field_ref="tinv" /> |
---|
899 | <field field_ref="depti" /> |
---|
900 | <field field_ref="BLT" name="blt" long_name="Barrier Layer Thickness" /> |
---|
901 | </field_group> |
---|
902 | |
---|
903 | <field_group id="groupU" > |
---|
904 | <field field_ref="uoce" name="uo" long_name="sea_water_x_velocity" /> |
---|
905 | <field field_ref="ssu" name="uos" long_name="sea_surface_x_velocity" /> |
---|
906 | <field field_ref="utau" name="tauuo" long_name="surface_downward_x_stress" /> |
---|
907 | </field_group> |
---|
908 | |
---|
909 | <field_group id="groupV" > |
---|
910 | <field field_ref="voce" name="vo" long_name="sea_water_y_velocity" /> |
---|
911 | <field field_ref="ssv" name="vos" long_name="sea_surface_y_velocity" /> |
---|
912 | <field field_ref="vtau" name="tauvo" long_name="surface_downward_y_stress" /> |
---|
913 | </field_group> |
---|
914 | |
---|
915 | <field_group id="groupW" > |
---|
916 | <field field_ref="woce" name="wo" long_name="ocean vertical velocity" /> |
---|
917 | </field_group> |
---|
918 | |
---|
919 | <!-- TMB diagnostic output --> |
---|
920 | <field_group id="1h_grid_T_tmb" grid_ref="grid_T_2D" operation="instant"> |
---|
921 | <field id="top_temp" name="votemper_top" unit="degC" /> |
---|
922 | <field id="mid_temp" name="votemper_mid" unit="degC" /> |
---|
923 | <field id="bot_temp" name="votemper_bot" unit="degC" /> |
---|
924 | <field id="top_sal" name="vosaline_top" unit="psu" /> |
---|
925 | <field id="mid_sal" name="vosaline_mid" unit="psu" /> |
---|
926 | <field id="bot_sal" name="vosaline_bot" unit="psu" /> |
---|
927 | <field id="sshnmasked" name="sossheig" unit="m" /> |
---|
928 | </field_group> |
---|
929 | |
---|
930 | <field_group id="1h_grid_U_tmb" grid_ref="grid_U_2D" operation="instant"> |
---|
931 | <field id="top_u" name="vozocrtx_top" unit="m/s" /> |
---|
932 | <field id="mid_u" name="vozocrtx_mid" unit="m/s" /> |
---|
933 | <field id="bot_u" name="vozocrtx_bot" unit="m/s" /> |
---|
934 | <field id="baro_u" name="vobtcrtx" unit="m/s" /> |
---|
935 | </field_group> |
---|
936 | |
---|
937 | <field_group id="1h_grid_V_tmb" grid_ref="grid_V_2D" operation="instant"> |
---|
938 | <field id="top_v" name="vomecrty_top" unit="m/s" /> |
---|
939 | <field id="mid_v" name="vomecrty_mid" unit="m/s" /> |
---|
940 | <field id="bot_v" name="vomecrty_bot" unit="m/s" /> |
---|
941 | <field id="baro_v" name="vobtcrty" unit="m/s" /> |
---|
942 | </field_group> |
---|
943 | |
---|
944 | <!-- 25h diagnostic output --> |
---|
945 | <field_group id="25h_grid_T" grid_ref="grid_T_3D" operation="instant"> |
---|
946 | <field id="temper25h" name="potential temperature 25h mean" unit="degC" /> |
---|
947 | <field id="tempis25h" name="insitu temperature 25h mean" unit="degC" /> |
---|
948 | <field id="salin25h" name="salinity 25h mean" unit="psu" /> |
---|
949 | <field id="ssh25h" name="sea surface height 25h mean" grid_ref="grid_T_2D" unit="m" /> |
---|
950 | </field_group> |
---|
951 | |
---|
952 | <field_group id="25h_grid_U" grid_ref="grid_U_3D" operation="instant" > |
---|
953 | <field id="vozocrtx25h" name="i current 25h mean" unit="m/s" /> |
---|
954 | </field_group> |
---|
955 | |
---|
956 | <field_group id="25h_grid_V" grid_ref="grid_V_3D" operation="instant"> |
---|
957 | <field id="vomecrty25h" name="j current 25h mean" unit="m/s" /> |
---|
958 | </field_group> |
---|
959 | |
---|
960 | <field_group id="25h_grid_W" grid_ref="grid_W_3D" operation="instant"> |
---|
961 | <field id="vomecrtz25h" name="k current 25h mean" unit="m/s" /> |
---|
962 | <field id="avt25h" name="vertical diffusivity25h mean" unit="m2/s" /> |
---|
963 | <field id="avm25h" name="vertical viscosity 25h mean" unit="m2/s" /> |
---|
964 | <field id="tke25h" name="turbulent kinetic energy 25h mean" /> |
---|
965 | <field id="mxln25h" name="mixing length 25h mean" unit="m" /> |
---|
966 | </field_group> |
---|
967 | |
---|
968 | <!-- |
---|
969 | ============================================================================================================ |
---|
970 | --> |
---|
971 | <!-- output variables for my configuration (example) --> |
---|
972 | |
---|
973 | <field_group id="myvarOCE" > |
---|
974 | <!-- grid T --> |
---|
975 | <field field_ref="e3t" name="e3t" long_name="vertical scale factor" /> |
---|
976 | <field field_ref="sst" name="tos" long_name="sea_surface_temperature" /> |
---|
977 | <field field_ref="sss" name="sos" long_name="sea_surface_salinity" /> |
---|
978 | <field field_ref="ssh" name="zos" long_name="sea_surface_height_above_geoid" /> |
---|
979 | |
---|
980 | <!-- grid U --> |
---|
981 | <field field_ref="e3u" name="e3u" long_name="vertical scale factor" /> |
---|
982 | <field field_ref="ssu" name="uos" long_name="sea_surface_x_velocity" /> |
---|
983 | |
---|
984 | <!-- grid V --> |
---|
985 | <field field_ref="e3v" name="e3v" long_name="vertical scale factor" /> |
---|
986 | <field field_ref="ssv" name="vos" long_name="sea_surface_y_velocity" /> |
---|
987 | </field_group> |
---|
988 | |
---|
989 | </field_definition> |
---|