New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
iodef.xml in trunk/CONFIG/GYRE_LOBSTER/EXP00 – NEMO

source: trunk/CONFIG/GYRE_LOBSTER/EXP00/iodef.xml @ 1712

Last change on this file since 1712 was 1705, checked in by smasson, 15 years ago

impact of HF winds in TKE, see ticket:585

File size: 13.9 KB
Line 
1<?xml version="1.0"?>
2
3<simulation>
4 
5  <context id="nemo"> 
6   
7    <!-- groups of variables definition -->
8   
9    <field_definition level="1" prec="4" operation="ave(X)" freq_op="7200" enabled=".TRUE.">
10     
11      <!-- T grid -->
12     
13      <group id="grid_T" axis_ref="none" grid_ref="grid_T"> 
14   <field id="toce"         description="temperature"                               unit="degC" axis_ref="deptht"   />
15   <field id="soce"         description="salinity"                                  unit="psu"  axis_ref="deptht"   />
16   <field id="sst"          description="sea surface temperature"                   unit="degC"                     />
17   <field id="sss"          description="sea surface salinity"                      unit="psu"                      />
18   <field id="ssh"          description="sea surface height"                        unit="m"                        />
19   <field id="mldkz5"       description="mixing layer depth (Turbocline)"           unit="m"                        />
20   <field id="mldr10_1"     description="Mixed Layer Depth 0.01 ref.10m"            unit="m"                        />
21   <!-- next variables available with key_diahth -->
22   <field id="mlddzt"       description="Thermocline Depth (max dT/dz)"             unit="m"                        />
23   <field id="mldr10_3"     description="Mixed Layer Depth dr=0.03 (ref.10m)"       unit="m"                        />
24   <field id="mldr0_1"      description="Mixed Layer Depth dr=0.01 (ref.surf)"      unit="m"                        />
25   <field id="mldr0_3"      description="Mixed Layer Depth dr=0.03 (ref.surf)"      unit="m"                        />
26   <field id="mld|dt|"      description="Mixed Layer Depth |dt|=0.2 (ref.10m)"      unit="m"                        />
27   <field id="topthdep"     description="Top of the thermocline dt=-0.2 (ref.10m)"  unit="m"                        />
28   <field id="pycndep"      description="Pycnocline depth dr~dt=-0.2 (ref.10m)"     unit="m"                        />
29   <field id="BLT"          description="Barrier Layer Thickness"                   unit="m"                        />
30   <field id="tinv"         description="Max of vertical invertion of temperature"  unit="degC"                     />
31   <field id="depti"        description="Depth of max. vert. inv. of temperature"   unit="m"                        />
32        <field id="20d"          description="Depth of 20C isotherm"                     unit="m"                        />
33   <field id="28d"          description="Depth of 28C isotherm"                     unit="m"                        />
34   <field id="hc300"        description="Heat content 300 m"                        unit="W"                        />
35     </group>
36       
37      <!-- SBC -->
38     
39      <group id="SBC" axis_ref="none" grid_ref="grid_T">
40   <field id="emp"          description="Net Upward Water Flux"                     unit="kg/m2/s"  />
41   <field id="emps"         description="concentration/dilution water flux"         unit="kg/m2/s"  />
42   <field id="qns+qsr"      description="Net Downward Heat Flux"                    unit="W/m2"     />
43   <field id="qns"          description="non solar Downward Heat Flux"              unit="W/m2"     />
44   <field id="qsr"          description="Shortwave Radiation"                       unit="W/m2"     />
45   <field id="taum"         description="wind stress module"                        unit="N/m2"     />
46   <field id="wspd"         description="Wind speed module at 10 m "                unit="m/s"      />
47   <field id="qrp"          description="Surface Heat Flux: Damping"                unit="W/m2"     />
48   <field id="erp"          description="Surface Water Flux: Damping"               unit="Kg/m2/s"  />
49      </group>
50
51      <!-- U grid -->
52     
53     <group id="grid_U"  axis_ref="depthu" grid_ref="grid_U">
54   <field id="utau"        description="Wind Stress along i-axis"                  unit="N/m2" axis_ref="none" />
55   <field id="uoce"        description="ocean current along i-axis"                unit="m/s"                  />
56   <field id="uoce_eff"    description="Effective ocean current along i-axis"      unit="m/s"                  />
57   <!-- uoce_eiv: available with key_traldf_eiv and key_diaeiv -->
58   <field id="uoce_eiv"    description="EIV ocean current along i-axis"            unit="m/s"                  />
59   <!-- uoce_eiv: available with key_trabbl_adv -->
60   <field id="uoce_bbl"    description="BBL ocean current along i-axis"            unit="m/s"                  />
61     </group>
62     
63     <!-- V grid -->
64           
65     <group id="grid_V"  axis_ref="depthv" grid_ref="grid_V">
66   <field id="vtau"        description="Wind Stress along j-axis"                  unit="N/m2" axis_ref="none" />
67   <field id="voce"        description="ocean current along j-axis"                unit="m/s"                  />
68   <field id="voce_eff"    description="Effective ocean current along j-axis"      unit="m/s"                  />
69   <!-- voce_eiv: available with key_traldf_eiv and key_diaeiv -->
70   <field id="voce_eiv"    description="EIV ocean current along j-axis"            unit="m/s"                  />
71   <!-- voce_eiv: available with key_trabbl_adv -->
72   <field id="voce_bbl"    description="BBL ocean current along j-axis"            unit="m/s"                  />
73     </group>
74           
75     <!-- W grid -->
76     
77     <group id="grid_W"  axis_ref="depthw" grid_ref="grid_W">
78   <field id="woce"        description="ocean vertical velocity"                   unit="m/s"                  />
79   <field id="woce_eff"    description="effective ocean vertical velocity"         unit="m/s"                  />
80   <!-- woce_eiv: available with key_traldf_eiv and key_diaeiv -->
81   <field id="woce_eiv"    description="EIV ocean vertical velocity"               unit="m/s"                  />
82   <!-- woce_eiv: available with key_trabbl_adv -->
83   <field id="woce_bbl"    description="BBL ocean vertical velocity"               unit="m/s"                  />
84   
85   <field id="avt"         description="vertical eddy diffusivity"                 unit="m2/s"                 />
86   <field id="avm"         description="vertical eddy viscosity"                   unit="m2/s"                 />
87   <!-- avs: available with key_zdfddm -->
88   <field id="avs"         description="salt vertical eddy diffusivity"            unit="m2/s"                 />
89   <!-- avt_evd and avm_evd: available with ln_zdfevd -->
90   <field id="avt_evd"     description="enhanced vertical diffusivity"             unit="m2/s"                 />
91   <field id="avm_evd"     description="enhanced vertical viscosity"               unit="m2/s"                 />
92   <!-- aht2d and  aht2d_eiv: available with key_traldf_eiv and key_traldf_c2d -->
93   <field id="aht2d"       description="lateral eddy diffusivity"                 unit="m2/s" axis_ref="none"  />
94   <field id="aht2d_eiv"   description="EIV lateral eddy diffusivity"             unit="m2/s" axis_ref="none"  />
95   <!-- avt_tide: available with key_zdftmx -->
96   <field id="av_tide"     description="tidal vertical diffusivity"               unit="m2/s"                 />
97     </group>
98
99
100      <!-- ptrc on T grid -->
101
102     <group id="ptrc_T" axis_ref="deptht" grid_ref="grid_T">
103       <field id="DET"      description="Detritus"                                      unit="mmole-N/m3" />
104       <field id="ZOO"      description="Zooplankton Concentration"                     unit="mmole-N/m3" />
105       <field id="PHY"      description="Phytoplankton Concentration"                   unit="mmole-N/m3" />
106       <field id="NO3"      description="Nitrate Concentration"                         unit="mmole-N/m3" />
107       <field id="NH4"      description="Ammonium Concentration"                        unit="mmole-N/m3" />
108       <field id="DOM"      description="Dissolved Organic Matter"                      unit="mmole-N/m3" />
109     </group>
110
111     <!-- diad on T grid -->
112
113     <group id="diad_T" axis_ref="none" grid_ref="grid_T"> 
114       <field id="FNO3PHY"  description="FNO3PHY"                             unit="-"  axis_ref="deptht" /> 
115       <field id="FNH4PHY"  description="FNH4PHY"                             unit="-"  axis_ref="deptht" /> 
116       <field id="FNH4NO3"  description="FNH4NO3"                             unit="-"  axis_ref="deptht" /> 
117       <field id="TNO3PHY"  description="TNO3PHY"                             unit="-"  /> 
118       <field id="TNH4PHY"  description="TNH4PHY"                             unit="-"  /> 
119       <field id="TPHYDOM"  description="TPHYDOM"                             unit="-"  /> 
120       <field id="TPHYNH4"  description="TPHYNH4"                             unit="-"  /> 
121       <field id="TPHYZOO"  description="TPHYZOO"                             unit="-"  /> 
122       <field id="TPHYDET"  description="TPHYDET"                             unit="-"  /> 
123       <field id="TDETZOO"  description="TDETZOO"                             unit="-"  /> 
124       <field id="TDETSED"  description="TDETSED"                             unit="-"  /> 
125       <field id="TZOODET"  description="TZOODET"                             unit="-"  /> 
126       <field id="TZOOBOD"  description="TZOOBOD"                             unit="-"  /> 
127       <field id="TZOONH4"  description="TZOONH4"                             unit="-"  /> 
128       <field id="TZOODOM"  description="TZOODOM"                             unit="-"  /> 
129       <field id="TNH4NO3"  description="TNH4NO3"                             unit="-"  /> 
130       <field id="TDOMNH4"  description="TDOMNH4"                             unit="-"  /> 
131       <field id="TDETNH4"  description="TDETNH4"                             unit="-"  /> 
132       <field id="TPHYTOT"  description="TPHYTOT"                             unit="-"  /> 
133       <field id="TZOOTOT"  description="TZOOTOT"                             unit="-"  /> 
134       <field id="TDETDOM"  description="TDETDOM"                             unit="-"  /> 
135       <field id="SEDPOC"   description="SEDPOC"                              unit="-"  /> 
136     </group>
137
138  </field_definition>
139
140<!-- file definition -->
141
142  <file_definition output_level="10" enabled=".TRUE.">
143     
144     <file id="GYREL_1m_grid_T" description="ocean T grid variables" output_freq="2592000" output_level="5" >
145   <field ref="toce"         name="votemper"  />
146   <field ref="soce"         name="vosaline"  />
147   <field ref="sst"          name="sosstsst"  />
148   <field ref="sss"          name="sosaline"  />
149   <field ref="ssh"          name="sossheig"  />
150   <field ref="emp"          name="sowaflup"  />
151   <field ref="qsr"          name="soshfldo"  />
152   <field ref="emps"         name="sowaflcd"  />
153   <field ref="qns+qsr"      name="sohefldo"  />
154   <field ref="mldr10_1"     name="somxl010"  />
155   <field ref="mldkz5"       name="somixhgt"  />
156   <field ref="wspd"         name="sowindsp"  />
157   <field ref="qrp"          name="sohefldp"  />
158   <field ref="erp"          name="sowafldp"  />
159   <field ref="mldr10_1"     name="sobowlin"  operation="t_max(X)" />
160   <field ref="mlddzt"       name="sothedep"  />
161   <field ref="20d"          name="so20chgt"  />
162   <field ref="28d"          name="so28chgt"  />
163   <field ref="hc300"        name="sohtc300"  />
164    </file>
165   
166    <file id="GYREL_1m_grid_U" description="ocean U grid variables" output_freq="2592000" output_level="5" >
167   <field ref="uoce"         name="vozocrtx"  />
168   <field ref="uoce_eiv"     name="vozoeivu"  />
169   <field ref="utau"         name="sozotaux"  />
170    </file>
171 
172    <file id="GYREL_1m_grid_V" description="ocean V grid variables" output_freq="2592000" output_level="5" >
173   <field ref="voce"         name="vomecrty"  />
174   <field ref="voce_eiv"     name="vomeeivv"  />
175   <field ref="vtau"         name="sometauy"  />
176    </file>
177 
178    <file id="GYREL_1m_grid_W" description="ocean W grid variables" output_freq="2592000" output_level="5" >
179   <field ref="woce"         name="vovecrtz" />
180   <field ref="woce_eiv"     name="voveeivw" />
181   <field ref="avt"          name="votkeavt" />
182   <field ref="avt_evd"      name="votkeevd" />
183   <field ref="avm"          name="votkeavm" />
184   <field ref="avm_evd"      name="votkeevm" />
185   <field ref="avs"          name="voddmavs" />
186   <field ref="aht2d"        name="soleahtw" />
187   <field ref="aht2d_eiv"    name="soleaeiw" />
188    </file>
189 
190    <file id="GYREL_1m_ptrc_T" description="lobster sms variables" output_freq="2592000" output_level="5" >
191       <field ref="DET"      />
192       <field ref="ZOO"      />
193       <field ref="PHY"      />
194       <field ref="NO3"      />
195       <field ref="NH4"      />
196       <field ref="DOM"      />
197    </file>
198
199    <file id="GYREL_1m_diad_T" description="additional lobster diagnostics" output_freq="2592000" output_level="5" > 
200       <field ref="FNO3PHY"   /> 
201       <field ref="FNH4PHY"   /> 
202       <field ref="FNH4NO3"   /> 
203       <field ref="TNO3PHY"   /> 
204       <field ref="TNH4PHY"   /> 
205       <field ref="TPHYDOM"   /> 
206       <field ref="TPHYNH4"   /> 
207       <field ref="TPHYZOO"   /> 
208       <field ref="TPHYDET"   /> 
209       <field ref="TDETZOO"   /> 
210       <field ref="TDETSED"   /> 
211       <field ref="TZOODET"   /> 
212       <field ref="TZOOBOD"   /> 
213       <field ref="TZOONH4"   /> 
214       <field ref="TZOODOM"   /> 
215       <field ref="TNH4NO3"   /> 
216       <field ref="TDOMNH4"   /> 
217       <field ref="TDETNH4"   /> 
218       <field ref="TPHYTOT"   /> 
219       <field ref="TZOOTOT"   /> 
220       <field ref="TDETDOM"   /> 
221       <field ref="SEDPOC"    /> 
222     </file>
223 
224  </file_definition>
225
226  <axis_definition> 
227     <axis id="deptht" description="Vertical T levels" unit="m" positive=".false." />
228     <axis id="depthu" description="Vertical U levels" unit="m" positive=".false." />
229     <axis id="depthv" description="Vertical V levels" unit="m" positive=".false." />
230     <axis id="depthw" description="Vertical W levels" unit="m" positive=".false." />
231     <axis id="none" description="axe non defini" unit="none" size="1" />
232  </axis_definition> 
233
234  <grid_definition>
235    <grid id="grid_T" description="grid T" />
236    <grid id="grid_U" description="grid U" />
237    <grid id="grid_V" description="grid V" />
238    <grid id="grid_W" description="grid W" />
239  </grid_definition>   
240
241</context>
242
243</simulation>
Note: See TracBrowser for help on using the repository browser.