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

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

update BB_make related to ticket:437

File size: 10.7 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     <group id="grid_T" axis_ref="none" grid_ref="grid_T"> 
12       <field id="votemper" description="Temperature"                       unit="C"    axis_ref="deptht" />
13       <field id="vosaline" description="Salinity"                          unit="PSU"  axis_ref="deptht" />
14       <field id="sosstsst" description="Sea Surface temperature"           unit="C"   />
15       <field id="sosaline" description="Sea Surface Salinity"              unit="PSU"  />
16       <field id="sobarstf" description="Barotropic StreamFunction"         unit="m3/s2"  />
17       <field id="sossheig" description="Sea Surface Height"                unit="m"  />
18       <field id="sowaflup" description="Net Upward Water Flux"             unit="Kg/m2/s"   />
19       <field id="sowaflcd" description="concentration/dilution water flux" unit="Kg/m2/s"   />
20       <field id="sosalflx" description="Surface Salt Flux"                 unit="Kg/m2/s"   />
21       <field id="sohefldo" description="Net Downward Heat Flux"            unit="W/m2"   />
22       <field id="soshfldo" description="Shortwave Radiation"               unit="W/m2"   />
23       <field id="somxl010" description="Mixed Layer Depth 0.01"            unit="m"  />
24       <field id="somixhgt" description="Turbocline Depth"                  unit="m"   />
25       <field id="soicecov" description="Ice fraction"                      unit="[0,1]"   />
26       <field id="sohefldp" description="Surface Heat Flux: Damping"        unit="W/m2"      enabled=".FALSE."/>
27       <field id="sowafldp" description="Surface Water Flux: Damping"       unit="Kg/m2/s"   enabled=".FALSE."/>
28       <field id="sosafldp" description="Surface salt flux: Damping"        unit="Kg/m2/s"   enabled=".FALSE."/>
29       <field id="sosurfps" description="Surface Pressure"                  unit="cm"   />
30       <field id="sobowlin" description="Bowl Index"                        unit="W-point"  />
31       <field id="sothedep" description="Thermocline Depth"                 unit="m"   />
32       <field id="so20chgt" description="Depth of 20C isotherm"             unit="m"  />
33       <field id="so28chgt" description="Depth of 28C isotherm"             unit="m"   />
34       <field id="sohtc300" description="Heat content 300 m"                unit="W" />
35     </group>
36       
37     <group id="grid_U"  axis_ref="none" grid_ref="grid_U">
38       <field id="vozocrtx" description="Zonal Current"                     unit="m/s"  axis_ref="depthu" />
39       <field id="vozoeivu" description="Zonal EIV Current"                 unit="m/s"  axis_ref="depthu" />
40       <field id="sozotaux" description="Wind Stress along i-axis"          unit="N/m2"    />
41       <field id="sozospgx" description="Zonal Surface Pressure Gradient"   unit="N/kg"  />
42     </group>
43     
44     <group id="grid_V"  axis_ref="none" grid_ref="grid_V">
45       <field id="vomecrty" description="Meridional Current"                unit="m/s"  axis_ref="depthv" />
46       <field id="vomeeivv" description="Meridional EIV Current"            unit="m/s"  axis_ref="depthv" />
47       <field id="sometauy" description="Wind Stress along j-axis"          unit="N/m2"  />
48       <field id="somespgy" description="Meridional Surface Pressure Grad." unit="N/kg"  />
49     </group>
50     
51     <group id="grid_W"  axis_ref="depthw" grid_ref="grid_W">
52       <field id="vovecrtz" description="Vertical Velocity"                   unit="m/s"   />
53       <field id="voveeivw" description="Vertical EIV Velocity"               unit="m/s"   />
54       <field id="votkeavt" description="Vertical Eddy Diffusivity"           unit="m2/s"  />
55       <field id="votkeevd" description="Enhanced Vertical Diffusivity"       unit="m2/s"  />
56       <field id="votkeavm" description="Vertical Eddy Viscosity"             unit="m2/s"  />
57       <field id="votkeevm" description="Enhanced Vertical Viscosity"         unit="m2/s"  />
58       <field id="voddmavs" description="Salt Vertical Eddy Diffusivity"      unit="m2/s" enabled=".FALSE." />
59       <field id="soleahtw" description="lateral eddy diffusivity"            unit="m2/s" axis_ref="none"  />
60       <field id="soleaeiw" description="eddy induced vel. coeff. at w-point" unit="m2/s" axis_ref="none"/>
61     </group>
62
63     <group id="ptrc_T" axis_ref="deptht" grid_ref="grid_T"> 
64       <field id="DET"      description="Detritus"                            unit="mmole-N/m3" />
65       <field id="ZOO"      description="Zooplankton Concentration"           unit="mmole-N/m3" />
66       <field id="PHY"      description="Phytoplankton Concentration"         unit="mmole-N/m3" />
67       <field id="NO3"      description="Nitrates Concentration"              unit="mmole-N/m3" />
68       <field id="NH4"      description="Ammonium Concentration"              unit="mmole-N/m3" />
69       <field id="DOM"      description="Dissolved organic matter"            unit="mmole-N/m3" />
70     </group>
71
72     <group id="diad_T" axis_ref="none" grid_ref="grid_T"> 
73       <field id="FNO3PHY"  description="FNO3PHY"                             unit="-"  axis_ref="deptht" /> 
74       <field id="FNH4PHY"  description="FNH4PHY"                             unit="-"  axis_ref="deptht" /> 
75       <field id="FNH4NO3"  description="FNH4NO3"                             unit="-"  axis_ref="deptht" /> 
76       <field id="TNO3PHY"  description="TNO3PHY"                             unit="-"  /> 
77       <field id="TNH4PHY"  description="TNH4PHY"                             unit="-"  /> 
78       <field id="TPHYDOM"  description="TPHYDOM"                             unit="-"  /> 
79       <field id="TPHYNH4"  description="TPHYNH4"                             unit="-"  /> 
80       <field id="TPHYZOO"  description="TPHYZOO"                             unit="-"  /> 
81       <field id="TPHYDET"  description="TPHYDET"                             unit="-"  /> 
82       <field id="TDETZOO"  description="TDETZOO"                             unit="-"  /> 
83       <field id="TDETSED"  description="TDETSED"                             unit="-"  /> 
84       <field id="TZOODET"  description="TZOODET"                             unit="-"  /> 
85       <field id="TZOOBOD"  description="TZOOBOD"                             unit="-"  /> 
86       <field id="TZOONH4"  description="TZOONH4"                             unit="-"  /> 
87       <field id="TZOODOM"  description="TZOODOM"                             unit="-"  /> 
88       <field id="TNH4NO3"  description="TNH4NO3"                             unit="-"  /> 
89       <field id="TDOMNH4"  description="TDOMNH4"                             unit="-"  /> 
90       <field id="TDETNH4"  description="TDETNH4"                             unit="-"  /> 
91       <field id="TPHYTOT"  description="TPHYTOT"                             unit="-"  /> 
92       <field id="TZOOTOT"  description="TZOOTOT"                             unit="-"  /> 
93       <field id="TDETDOM"  description="TDETDOM"                             unit="-"  /> 
94       <field id="SEDPOC"   description="SEDPOC"                              unit="-"  /> 
95     </group>
96
97  </field_definition>
98
99<!-- file definition -->
100
101  <file_definition output_level="10" enabled=".TRUE.">
102     
103     <file id="GYREL_1m_grid_T" description="ocean T grid variables" output_freq="2592000" output_level="5" >
104       <field ref="votemper"  />
105       <field ref="vosaline"  />
106       <field ref="sosstsst"  />
107       <field ref="sosaline"  />
108       <field ref="sobarstf"  />
109       <field ref="sossheig"  />
110       <field ref="sowaflup"  />
111       <field ref="sosalflx"  />
112       <field ref="soshfldo"  />
113       <field ref="sowaflcd"  />
114       <field ref="sohefldo"  />
115       <field ref="somxl010"  />
116       <field ref="somixhgt"  />
117       <field ref="soicecov"  />
118       <field ref="sohefldp"  />
119       <field ref="sowafldp"  />
120       <field ref="sosafldp"  />
121       <field ref="sosurfps"  />
122       <field ref="sobowlin"  />
123       <field ref="sothedep"  />
124       <field ref="so20chgt"  />
125       <field ref="so28chgt"  />
126       <field ref="sohtc300"  />
127    </file>
128   
129    <file id="GYREL_1m_grid_U" description="ocean U grid variables" output_freq="2592000" level="5" >
130       <field ref="vozocrtx"  />
131       <field ref="vozoeivu"  />
132       <field ref="sozotaux"  />
133       <field ref="sozospgx"  />
134    </file>
135 
136    <file id="GYREL_1m_grid_V" description="ocean V grid variables" output_freq="2592000" level="5" >
137       <field ref="vomecrty"  />
138       <field ref="vomeeivv"  />
139       <field ref="sometauy"  />
140       <field ref="somespgy"  />
141    </file>
142 
143    <file id="GYREL_1m_grid_W" description="ocean W grid variables" output_freq="2592000" level="5" >
144       <field ref="vovecrtz" />
145       <field ref="voveeivw" />
146       <field ref="votkeavt" />
147       <field ref="votkeevd" />
148       <field ref="votkeavm" />
149       <field ref="votkeevm" />
150       <field ref="voddmavs" />
151       <field ref="soleahtw" />
152       <field ref="soleaeiw" />
153    </file>
154 
155    <file id="GYREL_1m_ptrc_T" description="lobster sms variables" output_freq="2592000" level="5" >
156       <field ref="DET"      />
157       <field ref="ZOO"      />
158       <field ref="PHY"      />
159       <field ref="NO3"      />
160       <field ref="NH4"      />
161       <field ref="DOM"      />
162    </file>
163
164    <file id="GYREL_1m_diad_T" description="additional lobster diagnostics" output_freq="2592000" level="5" > 
165       <field ref="FNO3PHY"   /> 
166       <field ref="FNH4PHY"   /> 
167       <field ref="FNH4NO3"   /> 
168       <field ref="TNO3PHY"   /> 
169       <field ref="TNH4PHY"   /> 
170       <field ref="TPHYDOM"   /> 
171       <field ref="TPHYNH4"   /> 
172       <field ref="TPHYZOO"   /> 
173       <field ref="TPHYDET"   /> 
174       <field ref="TDETZOO"   /> 
175       <field ref="TDETSED"   /> 
176       <field ref="TZOODET"   /> 
177       <field ref="TZOOBOD"   /> 
178       <field ref="TZOONH4"   /> 
179       <field ref="TZOODOM"   /> 
180       <field ref="TNH4NO3"   /> 
181       <field ref="TDOMNH4"   /> 
182       <field ref="TDETNH4"   /> 
183       <field ref="TPHYTOT"   /> 
184       <field ref="TZOOTOT"   /> 
185       <field ref="TDETDOM"   /> 
186       <field ref="SEDPOC"    /> 
187     </file>
188 
189  </file_definition>
190
191  <axis_definition> 
192     <axis id="deptht" description="Vertical T levels" unit="m" />
193     <axis id="depthu" description="Vertical U levels" unit="m" />
194     <axis id="depthv" description="Vertical V levels" unit="m" />
195     <axis id="depthw" description="Vertical W levels" unit="m" />
196     <axis id="none" description="axe non defini" unit="none" size="1" />
197  </axis_definition> 
198
199  <grid_definition>
200    <grid id="grid_T" description="grid T" />
201    <grid id="grid_U" description="grid U" />
202    <grid id="grid_V" description="grid V" />
203    <grid id="grid_W" description="grid W" />
204  </grid_definition>   
205
206</context>
207
208</simulation>
Note: See TracBrowser for help on using the repository browser.