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 @ 1650

Last change on this file since 1650 was 1650, checked in by cetlod, 15 years ago

update iodef.xml files relative to changeset:1649

File size: 12.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   <field id="bowl"         description="Bowl Index"                                unit="W-point"                  />
22   <!-- next variables available with key_diahth -->
23   <field id="mlddzt"       description="Thermocline Depth (max dT/dz)"             unit="m"                        />
24   <field id="mldr10_3"     description="Mixed Layer Depth dr=0.03 (ref.10m)"       unit="m"                        />
25   <field id="mldr0_1"      description="Mixed Layer Depth dr=0.01 (ref.surf)"      unit="m"                        />
26   <field id="mldr0_1"      description="Mixed Layer Depth dr=0.01 (ref.surf)"      unit="m"                        />
27   <field id="mld|dt|"      description="Mixed Layer Depth |dt|=0.2 (ref.10m)"      unit="m"                        />
28   <field id="topthdep"     description="Top of the thermocline dt=-0.2 (ref.10m)"  unit="m"                        />
29   <field id="pycndep"      description="Pycnocline depth dr~dt=-0.2 (ref.10m)"     unit="m"                        />
30   <field id="BLT"          description="Barrier Layer Thickness"                   unit="m"                        />
31   <field id="tinv"         description="Max of vertical invertion of temperature"  unit="degC"                     />
32   <field id="depti"        description="Depth of max. vert. inv. of temperature"   unit="m"                        />
33        <field id="20d"          description="Depth of 20C isotherm"                     unit="m"                        />
34   <field id="28d"          description="Depth of 28C isotherm"                     unit="m"                        />
35   <field id="hc300"        description="Heat content 300 m"                        unit="W"                        />
36     </group>
37       
38      <!-- SBC -->
39     
40      <group id="SBC" axis_ref="none" grid_ref="grid_T">
41   <field id="emp"          description="Net Upward Water Flux"                     unit="kg/m2/s"  />
42   <field id="emps"         description="concentration/dilution water flux"         unit="kg/m2/s"  />
43   <field id="qns+qsr"      description="Net Downward Heat Flux"                    unit="W/m2"     />
44   <field id="qns"          description="non solar Downward Heat Flux"              unit="W/m2"     />
45   <field id="qsr"          description="Shortwave Radiation"                       unit="W/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="none" 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="none" 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     </group>
96
97     <group id="diad_T" axis_ref="none" grid_ref="grid_T"> 
98       <field id="FNO3PHY"  description="FNO3PHY"                             unit="-"  axis_ref="deptht" /> 
99       <field id="FNH4PHY"  description="FNH4PHY"                             unit="-"  axis_ref="deptht" /> 
100       <field id="FNH4NO3"  description="FNH4NO3"                             unit="-"  axis_ref="deptht" /> 
101       <field id="TNO3PHY"  description="TNO3PHY"                             unit="-"  /> 
102       <field id="TNH4PHY"  description="TNH4PHY"                             unit="-"  /> 
103       <field id="TPHYDOM"  description="TPHYDOM"                             unit="-"  /> 
104       <field id="TPHYNH4"  description="TPHYNH4"                             unit="-"  /> 
105       <field id="TPHYZOO"  description="TPHYZOO"                             unit="-"  /> 
106       <field id="TPHYDET"  description="TPHYDET"                             unit="-"  /> 
107       <field id="TDETZOO"  description="TDETZOO"                             unit="-"  /> 
108       <field id="TDETSED"  description="TDETSED"                             unit="-"  /> 
109       <field id="TZOODET"  description="TZOODET"                             unit="-"  /> 
110       <field id="TZOOBOD"  description="TZOOBOD"                             unit="-"  /> 
111       <field id="TZOONH4"  description="TZOONH4"                             unit="-"  /> 
112       <field id="TZOODOM"  description="TZOODOM"                             unit="-"  /> 
113       <field id="TNH4NO3"  description="TNH4NO3"                             unit="-"  /> 
114       <field id="TDOMNH4"  description="TDOMNH4"                             unit="-"  /> 
115       <field id="TDETNH4"  description="TDETNH4"                             unit="-"  /> 
116       <field id="TPHYTOT"  description="TPHYTOT"                             unit="-"  /> 
117       <field id="TZOOTOT"  description="TZOOTOT"                             unit="-"  /> 
118       <field id="TDETDOM"  description="TDETDOM"                             unit="-"  /> 
119       <field id="SEDPOC"   description="SEDPOC"                              unit="-"  /> 
120     </group>
121
122  </field_definition>
123
124<!-- file definition -->
125
126  <file_definition output_level="10" enabled=".TRUE.">
127     
128     <file id="GYREL_1m_grid_T" description="ocean T grid variables" output_freq="2592000" output_level="5" >
129   <field ref="toce"         name="votemper"  />
130   <field ref="soce"         name="vosaline"  />
131   <field ref="sst"          name="sosstsst"  />
132   <field ref="sss"          name="sosaline"  />
133   <field ref="ssh"          name="sossheig"  />
134   <field ref="emp"          name="sowaflup"  />
135   <field ref="qsr"          name="soshfldo"  />
136   <field ref="emps"         name="sowaflcd"  />
137   <field ref="qns+qsr"      name="sohefldo"  />
138   <field ref="mldr10_1"     name="somxl010"  />
139   <field ref="mldkz5"       name="somixhgt"  />
140   <field ref="ice_cover"    name="soicecov"  />
141   <field ref="wspd"         name="sowindsp"  />
142   <field ref="qrp"          name="sohefldp"  />
143   <field ref="erp"          name="sowafldp"  />
144   <field ref="bowl"         name="sobowlin"  />
145   <field ref="mlddzt"       name="sothedep"  />
146   <field ref="20d"          name="so20chgt"  />
147   <field ref="28d"          name="so28chgt"  />
148   <field ref="hc300"        name="sohtc300"  />
149    </file>
150   
151    <file id="GYREL_1m_grid_U" description="ocean U grid variables" output_freq="2592000" output_level="5" >
152   <field ref="uoce"         name="vozocrtx"  />
153   <field ref="uoce_eiv"     name="vozoeivu"  />
154   <field ref="utau"         name="sozotaux"  />
155    </file>
156 
157    <file id="GYREL_1m_grid_V" description="ocean V grid variables" output_freq="2592000" output_level="5" >
158   <field ref="voce"         name="vomecrty"  />
159   <field ref="voce_eiv"     name="vomeeivv"  />
160   <field ref="vtau"         name="sometauy"  />
161    </file>
162 
163    <file id="GYREL_1m_grid_W" description="ocean W grid variables" output_freq="2592000" output_level="5" >
164   <field ref="woce"         name="vovecrtz" />
165   <field ref="woce_eiv"     name="voveeivw" />
166   <field ref="avt"          name="votkeavt" />
167   <field ref="avt_evd"      name="votkeevd" />
168   <field ref="avm"          name="votkeavm" />
169   <field ref="avm_evd"      name="votkeevm" />
170   <field ref="avs"          name="voddmavs" />
171   <field ref="aht2d"        name="soleahtw" />
172   <field ref="aht2d_eiv"    name="soleaeiw" />
173    </file>
174 
175    <file id="GYREL_1m_ptrc_T" description="lobster sms variables" output_freq="2592000" output_level="5" >
176       <field ref="DET"      />
177       <field ref="ZOO"      />
178       <field ref="PHY"      />
179       <field ref="NO3"      />
180       <field ref="NH4"      />
181       <field ref="DOM"      />
182    </file>
183
184    <file id="GYREL_1m_diad_T" description="additional lobster diagnostics" output_freq="2592000" output_level="5" > 
185       <field ref="FNO3PHY"   /> 
186       <field ref="FNH4PHY"   /> 
187       <field ref="FNH4NO3"   /> 
188       <field ref="TNO3PHY"   /> 
189       <field ref="TNH4PHY"   /> 
190       <field ref="TPHYDOM"   /> 
191       <field ref="TPHYNH4"   /> 
192       <field ref="TPHYZOO"   /> 
193       <field ref="TPHYDET"   /> 
194       <field ref="TDETZOO"   /> 
195       <field ref="TDETSED"   /> 
196       <field ref="TZOODET"   /> 
197       <field ref="TZOOBOD"   /> 
198       <field ref="TZOONH4"   /> 
199       <field ref="TZOODOM"   /> 
200       <field ref="TNH4NO3"   /> 
201       <field ref="TDOMNH4"   /> 
202       <field ref="TDETNH4"   /> 
203       <field ref="TPHYTOT"   /> 
204       <field ref="TZOOTOT"   /> 
205       <field ref="TDETDOM"   /> 
206       <field ref="SEDPOC"    /> 
207     </file>
208 
209  </file_definition>
210
211  <axis_definition> 
212     <axis id="deptht" description="Vertical T levels" unit="m" />
213     <axis id="depthu" description="Vertical U levels" unit="m" />
214     <axis id="depthv" description="Vertical V levels" unit="m" />
215     <axis id="depthw" description="Vertical W levels" unit="m" />
216     <axis id="none" description="axe non defini" unit="none" size="1" />
217  </axis_definition> 
218
219  <grid_definition>
220    <grid id="grid_T" description="grid T" />
221    <grid id="grid_U" description="grid U" />
222    <grid id="grid_V" description="grid V" />
223    <grid id="grid_W" description="grid W" />
224  </grid_definition>   
225
226</context>
227
228</simulation>
Note: See TracBrowser for help on using the repository browser.