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/EXP00 – NEMO

source: trunk/CONFIG/GYRE/EXP00/iodef.xml @ 1705

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

impact of HF winds in TKE, see ticket:585

File size: 9.8 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  </field_definition>
100
101<!-- file definition -->
102
103  <file_definition output_level="10" enabled=".TRUE.">
104     
105     <file id="GYRE_5d_grid_T" description="ocean T grid variables" output_freq="432000" output_level="5" >
106   <field ref="toce"         name="votemper"  />
107   <field ref="soce"         name="vosaline"  />
108   <field ref="sst"          name="sosstsst"  />
109   <field ref="sss"          name="sosaline"  />
110   <field ref="ssh"          name="sossheig"  />
111   <field ref="emp"          name="sowaflup"  />
112   <field ref="qsr"          name="soshfldo"  />
113   <field ref="emps"         name="sowaflcd"  />
114   <field ref="qns+qsr"      name="sohefldo"  />
115   <field ref="mldr10_1"     name="somxl010"  />
116   <field ref="mldkz5"       name="somixhgt"  />
117   <field ref="wspd"         name="sowindsp"  />
118   <field ref="qrp"          name="sohefldp"  />
119   <field ref="erp"          name="sowafldp"  />
120   <field ref="mldr10_1"     name="sobowlin"  operation="t_max(X)" />
121   <field ref="mlddzt"       name="sothedep"  />
122   <field ref="20d"          name="so20chgt"  />
123   <field ref="28d"          name="so28chgt"  />
124   <field ref="hc300"        name="sohtc300"  />
125    </file>
126   
127    <file id="GYRE_5d_grid_U" description="ocean U grid variables" output_freq="432000" output_level="5" >
128   <field ref="uoce"         name="vozocrtx"  />
129   <field ref="uoce_eiv"     name="vozoeivu"  />
130   <field ref="utau"         name="sozotaux"  />
131    </file>
132 
133    <file id="GYRE_5d_grid_V" description="ocean V grid variables" output_freq="432000" output_level="5" >
134   <field ref="voce"         name="vomecrty"  />
135   <field ref="voce_eiv"     name="vomeeivv"  />
136   <field ref="vtau"         name="sometauy"  />
137    </file>
138 
139    <file id="GYRE_5d_grid_W" description="ocean W grid variables" output_freq="432000" output_level="5" >
140   <field ref="woce"         name="vovecrtz" />
141   <field ref="woce_eiv"     name="voveeivw" />
142   <field ref="avt"          name="votkeavt" />
143   <field ref="avt_evd"      name="votkeevd" />
144   <field ref="avm"          name="votkeavm" />
145   <field ref="avm_evd"      name="votkeevm" />
146   <field ref="avs"          name="voddmavs" />
147   <field ref="aht2d"        name="soleahtw" />
148   <field ref="aht2d_eiv"    name="soleaeiw" />
149    </file>
150 
151  </file_definition>
152
153
154  <axis_definition> 
155     <axis id="deptht" description="Vertical T levels" unit="m" positive=".false." />
156     <axis id="depthu" description="Vertical U levels" unit="m" positive=".false." />
157     <axis id="depthv" description="Vertical V levels" unit="m" positive=".false." />
158     <axis id="depthw" description="Vertical W levels" unit="m" positive=".false." />
159     <axis id="none" description="axe non defini" unit="none" size="1" />
160  </axis_definition> 
161
162  <grid_definition>
163    <grid id="grid_T" description="grid T" />
164    <grid id="grid_U" description="grid U" />
165    <grid id="grid_V" description="grid V" />
166    <grid id="grid_W" description="grid W" />
167  </grid_definition>   
168
169</context>
170
171</simulation>
Note: See TracBrowser for help on using the repository browser.