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