source: CMIP5/rcp45/v3.rcp45.2/PARAM/iodef.xml @ 1276

Last change on this file since 1276 was 1276, checked in by sdipsl, 13 years ago

Register used configuration files for v3.rcp45.2

File size: 53.5 KB
Line 
1<?xml version="1.0"?>
2<simulation> 
3 
4  <context id="nemo">
5
6    <!-- $id$ -->
7   
8    <!--
9============================================================================================================
10=                                  definition of all existing variables                                    =
11=                                            DO NOT CHANGE                                                 =
12============================================================================================================
13    -->
14   
15    <field_definition level="0" prec="4" operation="ave(X)" enabled=".TRUE."> <!-- time step automaticaly defined -->
16
17      <!-- T grid -->
18     
19      <group id="grid_T" axis_ref="none" grid_ref="grid_T">
20        <field id="toce"         description="temperature"                               unit="degC" axis_ref="deptht"   />
21        <field id="soce"         description="salinity"                                  unit="psu"  axis_ref="deptht"   />
22        <field id="sst"          description="sea surface temperature"                   unit="degC"                     />
23        <field id="sst2"         description="square of sea surface temperature"         unit="degC2"                    />
24        <field id="|sstgrad|"    description="module of sst gradient"                    unit="degC/m"                   />
25        <field id="|sstgrad|2"   description="square of module of sst gradient"          unit="degC2/m2"                 />
26        <field id="sss"          description="sea surface salinity"                      unit="psu"                      />
27        <field id="sss2"         description="square of sea surface salinity"            unit="psu2"                     />
28        <field id="ssh"          description="sea surface height"                        unit="m"                        />
29        <field id="ssh2"         description="square of sea surface height"              unit="m2"                       />
30        <field id="mldkz5"       description="mixing layer depth (Turbocline)"           unit="m"                        />
31        <field id="mldr10_1"     description="Mixed Layer Depth 0.01 ref.10m"            unit="m"                        />
32        <field id="rhop"         description="potential density (sigma0)"                unit="kg/m3" axis_ref="deptht"  />
33        <!-- next variables available with key_diahth -->
34        <field id="mlddzt"       description="Thermocline Depth (max dT/dz)"             unit="m"                        />
35        <field id="mldr10_3"     description="Mixed Layer Depth dr=0.03 (ref.10m)"       unit="m"                        />
36        <field id="mldr0_1"      description="Mixed Layer Depth dr=0.01 (ref.surf)"      unit="m"                        />
37        <field id="mldr0_3"      description="Mixed Layer Depth dr=0.03 (ref.surf)"      unit="m"                        />
38        <field id="mld|dt|"      description="Mixed Layer Depth |dt|=0.2 (ref.10m)"      unit="m"                        />
39        <field id="topthdep"     description="Top of the thermocline dt=-0.2 (ref.10m)"  unit="m"                        />
40        <field id="pycndep"      description="Pycnocline depth dr~dt=-0.2 (ref.10m)"     unit="m"                        />
41        <field id="BLT"          description="Barrier Layer Thickness"                   unit="m"                        />
42        <field id="tinv"         description="Max of vertical invertion of temperature"  unit="degC"                     />
43        <field id="depti"        description="Depth of max. vert. inv. of temperature"   unit="m"                        />
44        <field id="20d"          description="Depth of 20C isotherm"                     unit="m"                        />
45        <field id="28d"          description="Depth of 28C isotherm"                     unit="m"                        />
46        <field id="hc300"        description="Heat content 300 m"                        unit="W"                        />
47        <!-- variables available with key_diaar5 -->
48        <field id="botpres"      description="Pressure at sea floor"                     unit="dbar"                     />
49        <field id="cellthc"      description="Cell thickness"                            unit="m"     axis_ref="deptht"  />
50     </group>
51
52      <!-- SBC -->
53     
54      <group id="SBC" axis_ref="none" grid_ref="grid_T" > <!-- time step automaticaly defined based on nn_fsbc -->
55
56        <field id="emp"          description="Net Upward Water Flux"                                        unit="kg/m2/s"  />
57        <field id="emps"         description="concentration/dilution water flux"                            unit="kg/m2/s"  />
58        <field id="snowpre"      description="Snow precipitation"                                           unit="kg/m2/s"  />
59        <field id="runoffs"      description="River Runoffs"                                                unit="kg/m2/s"  />
60
61        <field id="qns+qsr"      description="Net Downward Heat Flux"                                       unit="W/m2"     />
62        <field id="qns"          description="non solar Downward Heat Flux"                                 unit="W/m2"     />
63        <field id="qsr"          description="Shortwave Radiation"                                          unit="W/m2"     />
64        <field id="qsr3d"        description="Shortwave Radiation 3D distribution"        axis_ref="deptht" unit="W/m2"     />
65        <field id="qrp"          description="Surface Heat Flux: Damping"                                   unit="W/m2"     />
66        <field id="erp"          description="Surface Water Flux: Damping"                                  unit="kg/m2/s"  />
67        <field id="taum"         description="wind stress module"                                           unit="N/m2"     />
68        <field id="wspd"         description="Wind speed module at 10 m"                                    unit="m/s"      />
69       
70        <!-- *_oce variables available with ln_blk_clio or ln_blk_core -->
71        <field id="qns_oce"      description="Non solar Downward Heat Flux over open ocean"                 unit="W/m2"     />
72        <field id="qlw_oce"      description="Longwave Downward Heat Flux over open ocean"                  unit="W/m2"     />
73        <field id="qsb_oce"      description="Sensible Downward Heat Flux over open ocean"                  unit="W/m2"     />
74        <field id="qla_oce"      description="Latent Downward Heat Flux over open ocean"                    unit="W/m2"     />
75        <field id="taum_oce"     description="wind stress module over open ocean"                           unit="N/m2"     />
76
77        <field id="ice_cover"    description="Ice fraction"                                                 unit="1"        />
78
79        <field id="ioceflxb"     description="Oceanic flux at the ice base"                                 unit="W/m2"     />
80        <field id="qsr_ai_cea"   description="Air-Ice downward solar heat flux (cell average)"              unit="W/m2"     />
81        <field id="qns_ai_cea"   description="Air-Ice downward non-solar heat flux (cell average)"          unit="W/m2"     />
82        <field id="qla_ai_cea"   description="Air-Ice downward Latent heat flux (cell average)"             unit="W/m2"     />
83       
84        <field id="qsr_io_cea"   description="Ice-Oce downward solar heat flux (cell average)"              unit="W/m2"     />
85        <field id="qns_io_cea"   description="Ice-Oce downward non-solar heat flux (cell average)"          unit="W/m2"     />
86       
87        <field id="snowthic_cea" description="Snow thickness (cell average)"                                unit="m"        />
88        <field id="icethic_cea"  description="Ice thickness (cell average)"                                 unit="m"        />
89        <field id="iceprod_cea"  description="Ice production (cell average)"                                unit="m/s"      />
90       
91        <field id="ice_pres"     description="Ice presence"                                                 unit="-"        />
92        <field id="ist_cea"      description="Ice surface temperature (cell average)"                       unit="degC"     />
93        <field id="ist_ipa"      description="Ice surface temperature (ice presence average)"               unit="degC"     />     
94        <field id="uice_ipa"     description="Ice velocity along i-axis at I-point (ice presence average)"  unit="m/s"      />     
95        <field id="vice_ipa"     description="Ice velocity along j-axis at I-point (ice presence average)"  unit="m/s"      />     
96       
97        <field id="utau_ice"     description="Wind stress along i-axis over the ice at i-point"             unit="N/m2"     />
98        <field id="vtau_ice"     description="Wind stress along j-axis over the ice at i-point"             unit="N/m2"     />
99       
100        <field id="u_imasstr"    description="Sea-ice mass transport along i-axis"                          unit="kg/s"     />
101        <field id="v_imasstr"    description="Sea-ice mass transport along j-axis"                          unit="kg/s"     />
102
103        <!-- available key_coupled -->
104        <field id="snow_ao_cea"  description="Snow over ice-free ocean (cell average)"                      unit="kg/m2/s"  />
105        <field id="snow_ai_cea"  description="Snow over sea-ice (cell average)"                             unit="kg/m2/s"  />
106        <field id="subl_ai_cea"  description="Sublimation over sea-ice (cell average)"                      unit="kg/m2/s"  />
107        <field id="icealb_cea"   description="Ice albedo (cell average)"                                    unit="1"        />
108        <field id="calving"      description="Calving"                                                      unit="kg/m2/s"  />
109        <!-- available if key_coupled + conservative method -->
110        <field id="rain"         description="Liquid precipitation"                                         unit="kg/m2/s"  />
111        <field id="evap_ao_cea"  description="Evaporation over ice-free ocean (cell average)"               unit="kg/m2/s"  />
112        <!-- variables available with key_diaar5 -->
113        <field id="isnwmlt_cea"   description="Snow over Ice melting (cell average)"                        unit="kg/m2/s"  />
114        <field id="fsal_virt_cea" description="Virtual salt flux due to ice formation (cell average)"       unit="kg/m2/s"  />
115        <field id="fsal_real_cea" description="Real salt flux due to ice formation (cell average)"          unit="kg/m2/s"  />
116        <field id="hflx_rain_cea" description="heat flux due to rainfall"                                   unit="W/m2"     />
117        <field id="hflx_evap_cea" description="heat flux due to evaporation"                                unit="W/m2"     />
118        <field id="hflx_snow_cea" description="heat flux due to snow falling over ice-free ocean"           unit="W/m2"     />
119        <field id="hflx_ice_cea"  description="heat flux due to ice thermodynamics"                         unit="W/m2"     />
120        <field id="hflx_rnf_cea"  description="heat flux due to runoffs"                                    unit="W/m2"     />
121        <field id="hflx_cal_cea"  description="heat flux due to calving"                                    unit="W/m2"     />
122        <field id="bicemel_cea"  description="Rate of Melt at Sea Ice Base (cell average)"                  unit="kg/m2/s"  />
123        <field id="licepro_cea"  description="Lateral Sea Ice Growth Rate (cell average)"                   unit="kg/m2/s"  />
124        <field id="snowmel_cea"  description="Snow Melt Rate (cell average)"                                unit="kg/m2/s"  />
125        <field id="sntoice_cea"  description="Snow-Ice Formation Rate (cell average)"                       unit="kg/m2/s"  />
126        <field id="ticemel_cea"  description="Rate of Melt at Upper Surface of Sea Ice (cell average)"      unit="kg/m2/s"  />
127
128      </group>
129
130      <!-- U grid -->
131     
132      <group id="grid_U"  axis_ref="depthu" grid_ref="grid_U">
133        <field id="utau"         description="Wind Stress along i-axis"                    unit="N/m2" axis_ref="none" />
134        <field id="uoce"         description="ocean current along i-axis"                  unit="m/s"                  />
135        <field id="uoce_eff"     description="Effective ocean current along i-axis"        unit="m/s"                  />
136        <!-- uoce_eiv: available with key_traldf_eiv and key_diaeiv -->
137        <field id="uoce_eiv"     description="EIV ocean current along i-axis"              unit="m/s"                  />
138        <!-- uoce_eiv: available with key_trabbl_adv -->
139        <field id="uoce_bbl"     description="BBL ocean current along i-axis"              unit="m/s"                  />
140        <!-- variables available with key_diaar5 -->
141        <field id="u_masstr"     description="ocean eulerian mass transport along i-axis"  unit="kg/s"                 />
142        <field id="u_heattr"     description="ocean eulerian heat transport along i-axis"  unit="W"    axis_ref="none" />
143        <field id="ueiv_heattr"  description="ocean bolus heat transport along i-axis"     unit="W"    axis_ref="none" />
144        <field id="udiff_heattr" description="ocean diffusion heat transport along i-axis" unit="W"    axis_ref="none" />
145     </group>
146     
147      <!-- V grid -->
148     
149      <group id="grid_V"  axis_ref="depthv" grid_ref="grid_V">
150        <field id="vtau"         description="Wind Stress along j-axis"                    unit="N/m2" axis_ref="none" />
151        <field id="voce"         description="ocean current along j-axis"                  unit="m/s"                  />
152        <field id="voce_eff"     description="Effective ocean current along j-axis"        unit="m/s"                  />
153        <!-- voce_eiv: available with key_traldf_eiv and key_diaeiv -->
154        <field id="voce_eiv"     description="EIV ocean current along j-axis"              unit="m/s"                  />
155        <!-- voce_eiv: available with key_trabbl_adv -->
156        <field id="voce_bbl"     description="BBL ocean current along j-axis"              unit="m/s"                  />
157        <!-- variables available with key_diaar5 -->
158        <field id="v_masstr"     description="ocean eulerian mass transport along j-axis"  unit="kg/s"                 />
159        <field id="v_heattr"     description="ocean eulerian heat transport along j-axis"  unit="W"    axis_ref="none" />
160        <field id="veiv_heattr"  description="ocean bolus heat transport along j-axis"     unit="W"    axis_ref="none" />
161        <field id="vdiff_heattr" description="ocean diffusion heat transport along j-axis" unit="W"    axis_ref="none" />
162      </group>
163     
164      <!-- W grid -->
165     
166      <group id="grid_W"  axis_ref="depthw" grid_ref="grid_W">
167        <field id="woce"         description="ocean vertical velocity"                     unit="m/s"                  />
168        <field id="woce_eff"     description="effective ocean vertical velocity"           unit="m/s"                  />
169        <!-- woce_eiv: available with key_traldf_eiv and key_diaeiv -->
170        <field id="woce_eiv"     description="EIV ocean vertical velocity"                 unit="m/s"                  />
171        <!-- woce_eiv: available with key_trabbl_adv -->
172        <field id="woce_bbl"     description="BBL ocean vertical velocity"                 unit="m/s"                  />
173        <field id="avt"          description="vertical eddy diffusivity"                   unit="m2/s"                 />
174        <field id="avm"          description="vertical eddy viscosity"                     unit="m2/s"                 />
175        <!-- avs: available with key_zdfddm -->
176        <field id="avs"          description="salt vertical eddy diffusivity"              unit="m2/s"                 />
177        <!-- avt_evd and avm_evd: available with ln_zdfevd -->
178        <field id="avt_evd"      description="enhanced vertical diffusivity"               unit="m2/s"                 />
179        <field id="avm_evd"      description="enhanced vertical viscosity"                 unit="m2/s"                 />
180        <!-- aht2d and  aht2d_eiv: available with key_traldf_eiv and key_traldf_c2d -->
181        <field id="aht2d"        description="lateral eddy diffusivity"                    unit="m2/s" axis_ref="none" />
182        <field id="aht2d_eiv"    description="EIV lateral eddy diffusivity"                unit="m2/s" axis_ref="none" />
183        <!-- avt_tide: available with key_zdftmx -->
184        <field id="av_tide"      description="tidal vertical diffusivity"                  unit="m2/s"                 />
185        <!-- variables available with key_diaar5 -->   
186        <field id="w_masstr"     description="vertical mass trasport"                      unit="kg/s"                 />
187        <field id="w_masstr2"    description="square of vertical mass trasport"            unit="kg2/s2"               />
188      </group>
189         
190      <!-- scalar -->
191     
192      <!-- variables available with key_diaar5 -->
193      <group id="scalar" axis_ref="none" grid_ref="scalarpoint" zoom_ref="1point" >
194        <field id="voltot"     description="global mean volume"                         unit="m3"   />
195        <field id="sshtot"     description="global mean ssh"                            unit="m"    />
196        <field id="sshsteric"  description="global mean ssh steric"                     unit="m"    />
197        <field id="sshthster"  description="global mean ssh thermosteric"               unit="m"    />
198        <field id="masstot"    description="global mean mass"                           unit="kg"   />
199        <field id="temptot"    description="global mean temperature"                    unit="degC" />
200        <field id="saltot"     description="global mean salinity"                       unit="psu"  />
201        <field id="fram_trans" description="Sea Ice Mass Transport Through Fram Strait" unit="kg/s" />
202      </group>
203
204      <!-- ptrc on T grid -->
205         
206     <group id="ptrc_T" axis_ref="deptht" grid_ref="grid_T"> 
207       <field id="DIC"      description="Dissolved inorganic Concentration"        unit="molC/L" />
208       <field id="Alkalini" description="Total Alkalinity Concentration"           unit="eq/L"    />
209       <field id="O2"       description="Oxygen Concentration"                     unit="molO2/L" />
210       <field id="CaCO3"    description="Calcite Concentration"                    unit="molC/L" />
211       <field id="PO4"      description="Phosphate Concentration"                  unit="molC/L" />
212       <field id="POC"      description="Small organic carbon Concentration"       unit="molC/L" />
213       <field id="Si"       description="Silicate Concentration"                   unit="molSi/L" />
214       <field id="PHY"      description="Nanophytoplankton Concentration"          unit="molC/L" />
215       <field id="ZOO"      description="Microzooplankton Concentration"           unit="molC/L" />
216       <field id="DOC"      description="Dissolved organic Concentration"          unit="molC/L" />
217       <field id="PHY2"     description="Diatoms Concentration"                    unit="molC/L" />
218       <field id="ZOO2"     description="Mesozooplankton Concentration"            unit="molC/L" />
219       <field id="BSi"      description="Diatoms Silicate Concentration"           unit="molC/L" />
220       <field id="Fer"      description="Dissolved Iron Concentration"             unit="molFe/L" />
221       <field id="BFe"      description="Big iron particles Concentration"         unit="molFe/L" />
222       <field id="GOC"      description="Big organic carbon Concentration"         unit="molC/L" />
223       <field id="SFe"      description="Small iron particles Concentration"       unit="molFe/L" />
224       <field id="DFe"      description="Diatoms iron  Concentration"              unit="molFe/L" />
225       <field id="DSi"      description="Sinking biogenic Silicate Concentration"  unit="molC/L" />
226       <field id="NFe"      description="Nano iron Concentration"                  unit="molC/L" />
227       <field id="NCHL"     description="Nano chlorophyl Concentration"            unit="gChl/L" />
228       <field id="DCHL"     description="Diatoms chlorophyl Concentration"         unit="gChl/L" />
229       <field id="NO3"      description="Nitrates Concentration"                   unit="molC/L" />
230       <field id="NH4"      description="Ammonium Concentration"                   unit="molC/L" />
231     </group>
232
233      <!-- diad on T grid : : variables available with key_trc_diaadd && key_trc_dia3d -->
234
235     <group id="diad_T" axis_ref="none" grid_ref="grid_T">
236       <field id="PH"          description="PH"                                       unit="-"           axis_ref="deptht" />
237       <field id="CO3"         description="Bicarbonates"                             unit="mol/L"       axis_ref="deptht" />
238       <field id="CO3sat"      description="CO3 saturation"                           unit="mol/L"       axis_ref="deptht" />
239       <field id="PAR"         description="Photosynthetically Available Radiation"   unit="W/m2"        axis_ref="deptht" />
240       <field id="PPPHY"       description="Primary production of nanophyto"          unit="molC/m3/s"   axis_ref="deptht" />
241       <field id="PPPHY2"      description="Primary production of diatoms"            unit="molC/m3/s"   axis_ref="deptht" />
242       <field id="PPNEWN"      description="New Primary production of nanophyto"      unit="molC/m3/s"   axis_ref="deptht" />
243       <field id="PPNEWD"      description="New Primary production of diatoms"        unit="molC/m3/s"   axis_ref="deptht" />
244       <field id="PBSi"        description="Primary production of Si diatoms"         unit="molSi/m3/s"  axis_ref="deptht" />
245       <field id="PFeN"        description="Primary production of nano iron"          unit="molFe/m3/s"  axis_ref="deptht" />
246       <field id="PFeD"        description="Primary production of diatoms iron"       unit="molFe/m3/s"  axis_ref="deptht" />
247       <field id="PCAL"        description="Calcite production"                       unit="molC/m3/s"   axis_ref="deptht" />
248       <field id="DCAL"        description="Calcite dissolution"                      unit="molC/m3/s"   axis_ref="deptht" />
249       <field id="GRAZ"        description="Grazing by zooplankton"                   unit="molC/m3/s"   axis_ref="deptht" />
250       <field id="Nfix"        description="Nitrogen fixation at surface"             unit="molN/m2/s"      />
251       <field id="EPC100"      description="Export of carbon particles at 100 m"      unit="molC/m2/s"      />
252       <field id="EPFE100"     description="Export of biogenic iron at 100 m"         unit="molFe/m2/s"     />
253       <field id="EPSI100"     description="Export of Silicate at 100 m"              unit="molSi/m2/s"     />
254       <field id="EPCAL100"    description="Export of Calcite at 100 m"               unit="molC/m2/s"      />
255       <field id="Cflx"        description="DIC flux"                                 unit="molC/m2/s"      />
256       <field id="Oflx"        description="Oxygen flux"                              unit="molC/m2/s"      />
257       <field id="Kg"          description="Gas transfer"                             unit="molC/m2/s/uatm" />
258       <field id="Dpco2"       description="Delta CO2"                                unit="uatm"            />
259       <field id="Dpo2"        description="Delta O2"                                 unit="uatm"            />
260       <field id="Heup"        description="Euphotic layer depth"                     unit="m"               />
261       <field id="Irondep"     description="Iron deposition"                          unit="molFe/m2/s"     />
262     </group>
263
264      <!-- dbio_T on T grid : variables available with key_diaar5 -->
265     <group id="dbio_T" axis_ref="none" grid_ref="grid_T">
266       <field id="PHYT"        description="Total phytoplankton Concentration"                   unit="molC/L"     axis_ref="deptht" />
267       <field id="ZOOT"        description="Total zooplankton Concentration"                     unit="molC/L"     axis_ref="deptht" />
268       <field id="CHLT"        description="Total chlorophyll Concentration"                     unit="gChl/L"     axis_ref="deptht" />
269       <field id="POCT"        description="Total carbon particles Concentration"                unit="molC/L"     axis_ref="deptht" />
270       <field id="PFET"        description="Total biogenic Iron Concentration"                   unit="molFe/L"     axis_ref="deptht" />
271       <field id="TPP"         description="Total Primary production of phyto"                   unit="molC/m3/s"  axis_ref="deptht" />
272       <field id="TPNEW"       description="New Primary production of phyto"                     unit="molC/m3/s"  axis_ref="deptht" />
273       <field id="TPBFE"       description="Total biogenic iron production"                      unit="molFe/m3/s" axis_ref="deptht" />
274       <field id="EXPC"        description="Export of carbon"                                    unit="molC/m2/s"  axis_ref="deptht" />
275       <field id="EXPFE"       description="Export of biogenic iron"                             unit="molFe/m2/s" axis_ref="deptht" />
276       <field id="EXPSI"       description="Export of Silicate"                                  unit="molSi/m2/s" axis_ref="deptht" />
277       <field id="EXPCAL"      description="Export of Calcite"                                   unit="molC/m2/s"  axis_ref="deptht" />
278       <field id="PHSFC"       description="PH at surface"                                       unit="-"       />
279       <field id="INTDIC"      description="DIC content"                                         unit="kg/m2"   />
280       <field id="O2MIN"       description="Oxygen minimum concentration"                        unit="molC/L" />
281       <field id="ZO2MIN"      description="Depth of oxygen minimum concentration"               unit="m"       />
282       <field id="INTNFIX"     description="Nitrogen fixation rate : vert. integrated"           unit="molN/m2/s"  />
283       <field id="INTPPPHY"    description="Vertically integrated primary production by nanophy" unit="molC/m2/s"  />
284       <field id="INTPPPHY2"   description="Vertically integrated primary production by diatom"  unit="molC/m2/s"  />
285       <field id="INTPP"       description="Vertically integrated primary production by phyto"   unit="molC/m2/s"  />
286       <field id="INTPNEW"     description="Vertically integrated new primary production"        unit="molC/m2/s"  />
287       <field id="INTPBFE"     description="Vertically integrated of biogenic iron production"   unit="molFe/m2/s" />
288       <field id="INTPBSI"     description="Vertically integrated of biogenic Si production"     unit="molSi/m2/s" />
289       <field id="INTPCAL"     description="Vertically integrated of calcite production"         unit="molSi/m2/s" />
290     </group>
291
292    </field_definition>
293   
294    <!--
295============================================================================================================
296=                                                                                                          =
297=                                           output files definition                                        =
298=                                                                                                          =
299=                  http://www2-pcmdi.llnl.gov/svn/repository/cmor/trunk/Tables/CMIP5_Oclim                 =
300=                  http://www2-pcmdi.llnl.gov/svn/repository/cmor/trunk/Tables/CMIP5_Omon                  =
301=                  http://www2-pcmdi.llnl.gov/svn/repository/cmor/trunk/Tables/CMIP5_Oimon                 =             
302=          http://www.clivar.org/organization/wgomd/references/WGOMD_CMIP5_ocean_fields.June2009.pdf       =
303=                                                                                                          =
304============================================================================================================
305    -->
306   
307    <file_definition output_level="<OUTPUT_LEVEL>" >
308      <!--
309+++++++++++++++++++++++++++++++++++++++++++++++   daily   ++++++++++++++++++++++++++++++++++++++++++++++++++
310        -->
311      <group id="1d" output_freq="86400"  enabled="<1D_ENABLE>">                             <!-- 1d files -->
312        <!--
313..............................................    grid T   .................................................
314          -->
315        <file id="ORCA2_1d_grid_T" description="table 2.2" >                                 <!-- grid T  Table 2.2 -->
316          <field ref="sst"          name="sosstsst" description="sea_surface_temperature"                              level="2"                      />
317          <field ref="sst2"         name="tossq"    description="square_of_sea_surface_temperature"                    level="2"                      />
318          <field ref="mldkz5"       name="omldamax" description="ocean_mixed_layer_thickness_defined_by_mixing_scheme" level="2" operation="t_max(X)" />
319         <!--  IPSL variables -->
320          <field ref="sss"          name="sosaline" description="sea_surface_salinity"                                 level="3"                      />
321          <field ref="ssh"          name="sossheig" description="sea_surface_height_above_geoid"                       level="3"                      />
322          <field ref="toce"         name="votemper" description="sea_water_potential_temperature"                      level="3"                      />
323          <field ref="soce"         name="vosaline" description="sea_water_salinity"                                   level="3"                      />
324        </file> 
325        <!--
326..............................................    grid U   .................................................
327          -->
328        <file id="ORCA2_1d_grid_U" description="ocean U grid variables : table 2.3" >                       <!-- grid U -->
329
330          <!--  table 2.3 -->
331            <field ref="uoce"         name="vozocrtx" description="sea_water_x_velocity"                                level="3"       />
332
333        </file> 
334
335        <!--
336..............................................    grid V   .................................................
337          -->
338        <file id="ORCA2_1d_grid_V" description="ocean V grid variables : table 2.3" >                      <!-- grid V -->
339
340          <!-- table 2.3 -->
341            <field ref="voce"         name="vomecrty" description="sea_water_y_velocity"                                level="3"       />
342
343        </file>   
344 
345        <!--
346..............................................    icemod   .................................................
347          -->
348        <file id="ORCA2_1d_icemod" description=" ice variables" >                                           <!-- icemod -->
349
350         <!-- table 2.2 -->
351          <field ref="uice_ipa"     name="iicevelu"   description="Ice velocity along i-axis at I-point (ice presence average)"  level="3"    />
352          <field ref="vice_ipa"     name="iicevelv"   description="Ice velocity along j-axis at I-point (ice presence average)"  level="3"    />
353          <field ref="ice_cover"    name="ileadfra"   description="sea_ice_area_fraction"                                        level="3"    />
354          <field ref="icethic_cea"  name="iicethic"   description="sea_ice_thickness"                                            level="3"    />
355        </file>   
356
357      </group>
358        <!--
359++++++++++++++++++++++++++++++++++++++++++++++   monthly   +++++++++++++++++++++++++++++++++++++++++++++++++
360          -->
361      <group id="1m" output_freq="-1"     enabled="<1M_ENABLE>">                             <!-- real monthly files -->
362        <!--
363..............................................    grid T   .................................................
364          -->
365        <file id="ORCA2_1m_grid_T" description="ocean T grid variables table 2.2 2.5 2.6 2.7"> <!-- grid T -->
366
367          <!-- table 2.2 -->
368            <field ref="botpres"      name="pbo"      description="sea_water_pressure_at_sea_floor"                               />
369            <!-- pso : sea_water_pressure_at_sea_water_surface = 0 -->
370            <field ref="ssh"          name="sossheig" description="sea_surface_height_above_geoid"                                 />
371            <field ref="ssh2"         name="zossq"    description="square_of_sea_surface_height_above_geoid"             level="2" />
372            <!-- masscello : sea_water_mass_per_unit_area = cellthc*rau0                                          no time changes -->
373            <field ref="cellthc"      name="thkcello" description="cell_thickness"                                                 /> <!-- no time changes -->
374            <field ref="toce"         name="votemper" description="sea_water_potential_temperature"                                />
375            <field ref="sst"          name="sosstsst" description="sea_surface_temperature"                              level="1" />
376            <field ref="sst2"         name="tossq"    description="square_of_sea_surface_temperature"                    level="2" />
377            <field ref="soce"         name="vosaline" description="sea_water_salinity"                                             />
378            <field ref="sss"          name="sosaline" description="sea_surface_salinity"                                 level="1" />
379            <field ref="rhop"         name="rhopoto"  description="sea_water_potential_density"                          level="2" />
380            <!-- no agessc : sea_water_age_since_surface_contact -->
381            <!-- no cfc11  : moles_per_unit_mass_of_cfc11_in_sea_water -->
382            <!-- msftbarot : ocean_barotropic_mass_streamfunction : offline -->
383            <!-- mlotst    :           ocean_mixed_layer_thickness_defined_by_sigma_t : must be done offline -->
384            <!-- mlotstsq  : square_of_ocean_mixed_layer_thickness_defined_by_sigma_t : must be done offline -->
385            <field ref="mldkz5"       name='omlmax'   description="ocean_mixed_layer_thickness_defined_by_mixing_scheme" level="2" operation="t_max(X)" />
386
387          <!-- table 2.5 -->
388            <field ref="rain"         name="pr"       description="rainfall_flux"                                           level="1" />
389            <field ref="snow_ao_cea"  name="prsn"     description="snowfall_flux"                                           level="1" />
390            <field ref="evap_ao_cea"  name="evs"      description="water_evaporation_flux"                                  level="1" />
391            <field ref="runoffs"      name="friver"   description="water_flux_into_sea_water_from_rivers"                   level="1" />
392            <field ref="calving"      name="ficeberg" description="water_flux_into_sea_water_from_icebergs"                 level="1" />
393            <field ref="isnwmlt_cea"  name="fsitherm" description="water_flux_into_sea_water_due_to_sea_ice_thermodynamics" level="1" />
394            <field ref="emp"          name="sowaflup" description="water_flux_into_sea_water"                               level="1" />
395            <!-- wfonocorr : water_flux_into_sea_water_without_flux_correction : emp - erp --> 
396            <field ref="erp"          name="wfcorr"   description="water_flux_correction"                                   level="1" /> <!-- usually = 0 -->
397
398          <!-- table2.6 -->
399            <!-- vsfpr    : virtual_salt_flux_into_sea_water_due_to_rainfall    = 0 --> 
400            <!-- vsfevap  : virtual_salt_flux_into_sea_water_due_to_evaporation = 0 --> 
401            <!-- vsfriver : virtual_salt_flux_into_sea_water_from_rivers        = 0 -->           
402            <field ref="fsal_virt_cea" name="vsfsit" description="virtual_salt_flux_into_sea_water_due_to_sea_ice_thermodynamics" level="1" />
403            <!-- vsf      : virtual_salt_flux_into_sea_water = fsal_virtual + fsal_real -->
404            <!-- wfcorr   : virtual_salt_flux_correction                        = 0 --> 
405            <field ref="fsal_virt_cea" name="sfdsi"  description="downward_sea_ice_basal_salt_flux"                               level="1" />
406            <!-- sfriver  : salt_flux_into_sea_water_from_rivers                = 0 --> 
407
408          <!--  table 2.7 -->
409            <!-- hfgeou : upward_geothermal_heat_flux_at_sea_floor : cte, see nambbc and trabbc.F90 -->
410            <field ref="hflx_rain_cea" name="hfrainds"    description="temperature_flux_due_to_rainfall_expressed_as_heat_flux_into_sea_water"      level="1" />
411            <field ref="hflx_evap_cea" name="hfevapds"    description="temperature_flux_due_to_evaporation_expressed_as_heat_flux_out_of_sea_water" level="1" />
412            <field ref="hflx_rnf_cea"  name="hfrunoffds"  description="temperature_flux_due_to_runoff_expressed_as_heat_flux_into_sea_water"        level="1" />
413            <field ref="hflx_snow_cea" name="hfsnthermds" description="heat_flux_into_sea_water_due_to_snow_thermodynamics"                         level="1" />
414            <field ref="hflx_ice_cea"  name="hfsithermds" description="heat_flux_into_sea_water_due_to_sea_ice_thermodynamics"                      level="1" />
415            <field ref="hflx_cal_cea"  name="hfibthermds" description="heat_flux_into_sea_water_due_to_iceberg_thermodynamics"                      level="1" />
416            <!-- rlds   : surface_net_downward_longwave_flux : not available -->
417            <!-- hfls   : surface_downward_latent_heat_flux  : not available -->
418            <!-- hfss   : surface_downward_sensible_heat_flux: not available -->
419            <field ref="qns"           name="nshfls"      description="surface_net_downward_non_solar_flux"                                         level="1" />
420            <field ref="qsr"           name="soshfldo"    description="surface_net_downward_shortwave_flux"                                         level="1" />
421            <field ref="qsr3d"         name="rsds"        description="downwelling_shortwave_flux_in_sea_water"                                     level="1" />
422            <field ref="qrp"           name="hfcorr"      description="heat_flux_correction"                                                        level="1" />
423
424         <!--  IPSL variables -->
425        <field ref="qns+qsr"           name="sohefldo"    description="Net Downward Heat Flux"                                   />
426        <field ref="20d"               name="so20chgt"    description="Depth of 20C isotherm"                                    />
427        <field ref="28d"               name="so28chgt"    description="Depth of 28C isotherm"                                    />
428        <field ref="hc300"             name="sohtc300"    description="Heat content 300 m"                                       />
429        <field ref="mldr10_1"          name="somxl010"    description="Mixed Layer Depth 0.01 ref.10m"                           />
430        <field ref="mldr10_3"          name="somx3010"    description="Mixed Layer Depth dr=0.03 (ref.10m)"                      />
431        <field ref="mldkz5"            name="somixhgt"    description="mixing layer depth (Turbocline)"                          />
432        <field ref="emps"              name="sowaflcd"    description="concentration/dilution water flux"                        />
433        <field ref="taum"              name="sotaumod"    description="Wind stress module"                                       />
434        <field ref="wspd"              name="sowindsp"    description="Wind speed module at 10 m"                                />
435        <field ref="ice_cover"         name="soicecov"    description="sea_ice_area_fraction"                                    />
436        <field ref="BLT"               name="blt"         description="Barrier Layer Thickness"                    level="3"     />
437        <field ref="mld|dt|"           name="mld|dt|"   description="Mixed Layer Depth |dt|=0.2 (ref.10m)"         level="3"     />
438
439          </file>   
440        <!--
441..............................................    grid U   .................................................
442          -->
443        <file id="ORCA2_1m_grid_U" description="ocean U grid variables : table 2.3 2.8" >                       <!-- grid U -->
444
445          <!--  table 2.3 -->
446            <field ref="uoce"         name="vozocrtx" description="sea_water_x_velocity"                                       />
447            <field ref="u_masstr"     name="umo"      description="ocean_mass_x_transport"                           level="1" />
448            <field ref="u_heattr"     name="hfx"      description="ocean_heat_x_transport"                           level="1" />
449            <field ref="ueiv_heattr"  name="hfxba"    description="ocean_heat_x_transport_due_to_bolus_advection"    level="2" />
450            <field ref="udiff_heattr" name="hfxdiff"  description="ocean_heat_x_transport_due_to_diffusion"          level="2" />
451
452          <!-- table 2.8 -->
453            <field ref="utau"         name="sozotaux" description="surface_downward_x_stress"                        level="1" />
454            <!-- tauucorr : surface_downward_x_stress_correction = 0 -->
455
456         <!--  IPSL variables -->
457        <field ref="uoce_eiv"         name="vozoeivu" description="EIV ocean current along i-axis"                             />
458
459        </file>   
460
461        <!--
462..............................................    grid V   .................................................
463          -->
464        <file id="ORCA2_1m_grid_V" description="ocean V grid variables : table 2.3 2.8" >                      <!-- grid V -->
465
466          <!-- table 2.3" -->
467            <field ref="voce"         name="vomecrty" description="sea_water_y_velocity"                                       />
468            <field ref="v_masstr"     name="vmo"      description="ocean_mass_y_transport"                           level="1" />
469            <field ref="v_heattr"     name="hfy"      description="ocean_heat_y_transport"                           level="1" />
470            <field ref="veiv_heattr"  name="hfyba"    description="ocean_heat_y_transport_due_to_bolus_advection"    level="2" />
471            <field ref="vdiff_heattr" name="hfydiff"  description="ocean_heat_y_transport_due_to_diffusion"          level="2" />
472
473          <!-- table 2.8 -->
474            <field ref="vtau"         name="sometauy" description="surface_downward_y_stress"                        level="1" />
475            <!-- tauvcorr : surface_downward_y_stress_correction = 0 -->
476
477         <!--  IPSL variables -->
478        <field ref="voce_eiv"         name="vomeeivv" description="EIV ocean current along j-axis"                             />
479
480        </file>   
481
482        <!--
483..............................................    grid W   .................................................
484          -->
485        <file id="ORCA2_1m_grid_W" description="ocean W grid variables table 2.3 2.9 2.10" >                   <!-- grid W -->
486         
487          <!-- table 2.3 -->
488            <field ref="w_masstr"   name="wmo"   description="upward_ocean_mass_transport"                                    />
489            <field ref="w_masstr2"  name="wmosq" description="square_pf_upward_ocean_mass_transport"                          />
490         
491          <!-- table 2.9 -->
492            <field ref="avt"     name="votkeavt" description="ocean_vertical_heat_diffusivity"                  level="2" />
493            <field ref="avs"     name="voddmavs" description="ocean_vertical_salt_diffusivity"                  level="2" />
494            <!-- difvtrbo : ocean_vertical_tracer_diffusivity_due_to_background : cte with time, see namelist parameters nn_avb and  nn_havtb -->
495            <field ref="av_tide" name="difvtrto" description="ocean_vertical_tracer_diffusivity_due_to_tides"   level="2" />
496            <!-- tnpeo     : tendency_of_ocean_potential_energy_content                   : not available -->
497            <!-- tnpeot    : tendency_of_ocean_potential_energy_content_due_to_tides      : not available -->
498            <!-- tnpeotb   : tendency_of_ocean_potential_energy_content_due_to_background : not available -->
499            <field ref="avm"     name="difvmo"   description="ocean_vertical_momentum_diffusivity"              level="2" />
500            <!-- difvmbo : ocean_vertical_momentum_diffusivity_due_to_background : cte with time, see namelist parameters nn_avb -->
501            <field ref="av_tide" name="difvmto"  description="ocean_vertical_momentum_diffusivity_due_to_tides" level="2" /> <!-- same as tracer -->
502            <!-- difvmfdo : ocean_vertical_momentum_diffusivity_due_to_form_drag : ??? -->
503            <!-- dispkevfo : ocean_kinetic_energy_dissipation_per_unit_area_due_to_vertical_friction : not available -->
504
505          <!-- table 2.10 -->
506            <!-- if ln_traldf_lap    =  .true. -->
507            <field ref="aht2d_eiv" name="soleaeiw" description="ocean_tracer_bolus_laplacian_diffusivity"                     level="2" />
508            <!-- diftrelo : ocean_tracer_epineutral_laplacian_diffusivity : cte with time, see ln_traldf_iso -->
509            <!-- diftrxylo : ocean_tracer_xy_laplacian_diffusivity : cte with time -->
510            <field ref="aht2d"     name="soleahtw" description="ocean_tracer_xy_laplacian_diffusivity"                        level="2" />
511            <!-- if ln_traldf_bilap  =  .true. -->
512            <!-- field ref="diftrbbo" name="aht2d_eiv" description="ocean_tracer_bolus_biharmonic_diffusivity"                level="2" /-->
513            <!-- diftrebo : ocean_tracer_epineutral_biharmonic_diffusivity : cte with time, see ln_traldf_iso -->
514            <!-- diftrxybo : ocean_tracer_xy_biharmonic_diffusivity : cte with time -->
515            <!-- tnkebto : tendency_of_ocean_eddy_kinetic_energy_content_due_to_bolus_transport : not available -->
516            <!-- difmxylo : ocean_momentum_xy_laplacian_diffusivity : cte with time, see ln_dynldf_lap -->
517            <!-- difmxybo : ocean_momentum_xy_biharmonic_diffusivity : cte with time, see ln_dynldf_bilap -->
518            <!-- dispkexyfo : ocean_kinetic_energy_dissipation_per_unit_area_due_to_xy_friction : not available -->
519
520         <!--  IPSL variables -->
521        <field ref="woce"             name="vovecrtz" description="ocean vertical velocity"                          />
522        <field ref="woce_eiv"         name="voveeivw" description="EIV ocean vertical velocity"                      />
523
524
525          </file>   
526
527        <!--
528..............................................    icemod   .................................................
529          -->
530        <file id="ORCA2_1m_icemod" description=" ice variables" >                                           <!-- icemod -->
531         <!-- table 2.2 -->
532          <field ref="ice_pres"                     />
533          <field ref="ice_cover"    name="soicecov"   description="sea_ice_area_fraction"                            />
534          <field ref="icethic_cea"  name="iicethic"   description="sea_ice_thickness"                                />
535          <field ref="subl_ai_cea"  name="evap"       description="water_evaporation_flux"                           />
536          <field ref="snowthic_cea" name="isnowthi"   description="surface_snow_thickness"                           />
537          <!-- snc : surface_snow_area_fraction : same as sic -->
538          <field ref="icealb_cea"   name="ialb"       description="Bare Sea Ice Albedo"                              />
539          <!-- ssi : Sea Ice Salinity : cte = sice = 6, expect in baltic sea = 2 -->
540          <field ref="ist_cea"      name="tsice"      description="Surface Temperature of Sea Ice"                   />
541          <!-- tsnint : Temperature at Interface Between Sea Ice and Snow : not available -->
542          <!-- pr : Surface Rainfall Rate into the Sea Ice Portion of the Grid Cell = 0 -->
543          <field ref="snow_ai_cea"  name="prsn"       description="Surface Snowfall Rate into the Sea Ice Portion of the Grid Cell" />
544          <!-- ageice   : Age of Sea Ice : not available ??? -->
545          <!-- grFrazil : Frazil Sea Ice Growth (Leads) Rate ??? -->
546          <!-- grCongel : Congelation Sea Ice Growth Rate ??? -->
547          <field ref="licepro_cea"  name="grLateral"  description="Lateral Sea Ice Growth Rate"                      />
548          <field ref="sntoice_cea"  name="snoToIce"   description="Snow-Ice Formation Rate"                          />
549          <field ref="snowmel_cea"  name="snomelt"    description="Snow Melt Rate"                                   />
550          <field ref="ticemel_cea"  name="tmelt"      description="Rate of Melt at Upper Surface of Sea Ice"         />
551          <field ref="bicemel_cea"  name="bmelt"      description="Rate of Melt at Sea Ice Base"                     />
552          <!-- hcice  : Sea Ice Total Heat Content ??? -->
553          <field ref="qsr_ai_cea"   name="rsdssi"     description="surface_downwelling_shortwave_flux_in_air"        />
554          <!-- rsussi : surface_upwelling_shortwave_flux_in_air ??? -->
555          <!-- rldssi : surface_downwelling_longwave_flux_in_air ??? -->
556          <!-- rlussi : surface_upwelling_longwave_flux_in_air ??? -->
557          <!-- hfssi  : surface_upward_sensible_heat_flux ??? -->
558          <!-- hflssi : surface_upward_latent_heat_flux ??? -->
559          <field ref="subl_ai_cea"  name="sblsi"      description="surface_snow_and_ice_sublimation_flux"             />
560          <field ref="u_imasstr"    name="transix"    description="Eastward Sea Ice Transport"                        />
561          <field ref="v_imasstr"    name="transiy"    description="Northward Sea Ice Transport"                       />
562          <field ref="fram_trans"   name="transifs"   description="Sea Ice Mass Transport Through Fram Strait"        />
563          <field ref="utau_ice"     name="strairx"    description="Eastward Atmospheric Stress On Sea Ice"            />
564          <field ref="vtau_ice"     name="strairy"    description="Northward Atmospheric Stress On Sea Ice"           />
565          <!-- strocnx : Eastward Ocean Stress On Sea Ice ??? -->
566          <!-- strocny : Northward Ocean Stress On Sea Ice ??? -->
567          <!-- streng  : Compressive Sea Ice Strength ??? -->
568          <!-- divice  : Strain Rate Divergence of Sea Ice ??? -->
569          <!-- shrice  : Strain Rate Shear of Sea Ice ??? -->
570          <!-- ridgice : Sea Ice Ridging Rate ??? -->
571         <!-- IPSL variables -->
572          <field ref="ist_ipa"    name="iicetemp"   description="Ice surface temperature (ice presence average)"               />
573          <field ref="uice_ipa"   name="iicevelu"   description="Ice velocity along i-axis at I-point (ice presence average)"  />
574          <field ref="vice_ipa"   name="iicevelv"   description="Ice velocity along j-axis at I-point (ice presence average)"  />
575          <field ref="ice_cover"  name="ileadfra"   description="sea_ice_area_fraction"                                        />
576
577        </file>   
578
579        <!--
580..............................................    scalar   .................................................
581          -->
582        <file id="ORCA2_1m_scalar" description="Ocean scalar" >                                <!-- scalar -->
583         <!-- table 2.2 -->
584          <field ref="masstot"    name="masso"    description="sea_water_mass"                                />
585          <field ref="voltot"     name="volo"     description="sea_water_volume"                              />
586          <field ref="sshtot"     name="zosga"    description="global_average_sea_level_change"               />
587          <field ref="sshsteric"  name="zossga"   description="global_average_steric_sea_level_change"        />
588          <field ref="sshthster"  name="zostoga"  description="global_average_thermosteric_sea_level_change"  />
589          <field ref="temptot"    name="thetaoga" description="sea_water_potential_temperature"               />
590          <field ref="saltot"     name="soga"     description="sea_water_salinity"                            />
591        </file>   
592
593        <!--
594..............................................   ptrc_T   .................................................
595          -->
596        <file id="ORCA2_1m_ptrc_T" description="Marine Biogeochemical 3-D Fields" >            <!-- ptrc_T -->
597          <field ref="DIC"      />
598          <field ref="Alkalini" />
599          <field ref="O2"       />
600          <field ref="CaCO3"    />
601          <field ref="PO4"      />
602          <field ref="POC"      />
603          <field ref="Si"       />
604          <field ref="PHY"      />
605          <field ref="ZOO"      />
606          <field ref="DOC"      />
607          <field ref="PHY2"     />
608          <field ref="ZOO2"     />
609          <field ref="BSi"      />
610          <field ref="Fer"      />
611          <field ref="BFe"      />
612          <field ref="GOC"      />
613          <field ref="SFe"      />
614          <field ref="DFe"      />
615          <field ref="DSi"      />
616          <field ref="NFe"      />
617          <field ref="NCHL"     />
618          <field ref="DCHL"     />
619          <field ref="NO3"      />
620          <field ref="NH4"      />
621       </file>
622
623        <!--
624..............................................  diad_T   .................................................
625          -->
626       <file id="ORCA2_1m_diad_T" description="Marine Biogeochemical Fields : Additional diagnostics" >
627          <field ref="PH"       />
628          <field ref="CO3"      />
629          <field ref="CO3sat"   />
630          <field ref="PAR"      />
631          <field ref="PPPHY"    />
632          <field ref="PPPHY2"   />
633          <field ref="PPNEWN"   />
634          <field ref="PPNEWD"   />
635          <field ref="PBSi"     />
636          <field ref="PFeN"     />
637          <field ref="PFeD"     />
638          <field ref="PCAL"     />
639          <field ref="DCAL"     />
640          <field ref="GRAZ"     />
641          <field ref="EPC100"   />
642          <field ref="EPFE100"  />
643          <field ref="EPSI100"  />
644          <field ref="EPCAL100" />
645          <field ref="Cflx"     />
646          <field ref="Oflx"     />
647          <field ref="Kg"       />
648          <field ref="Dpco2"    />
649          <field ref="Dpo2"     />
650          <field ref="Heup"     />
651          <field ref="Irondep"  />
652          <field ref="Nfix"     />
653       </file>
654
655        <!--
656..............................................  dbio_T   .................................................
657          -->
658       <file id="ORCA2_1m_dbio_T" description="Marine Biogeochemical Fields : Additional AR5 variables" >
659          <field ref="PHYT"        />
660          <field ref="ZOOT"        />
661          <field ref="CHLT"        />
662          <field ref="POCT"        />
663          <field ref="PFET"        />
664          <field ref="TPP"         />
665          <field ref="TPNEW"       />
666          <field ref="TPBFE"       />
667          <field ref="EXPC"        />
668          <field ref="EXPFE"       />
669          <field ref="EXPSI"       />
670          <field ref="EXPCAL"      />
671          <field ref="INTDIC"      />
672          <field ref="O2MIN"       />
673          <field ref="ZO2MIN"      />
674          <field ref="INTNFIX"     />
675          <field ref="INTPPPHY"    />
676          <field ref="INTPPPHY2"   />
677          <field ref="INTPP"       />
678          <field ref="INTPNEW"     />
679          <field ref="INTPBFE"     />
680          <field ref="INTPBSI"     />
681          <field ref="INTPCAL"     />
682       </file>
683
684      </group>   
685
686      <!--
687+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
688        -->
689    </file_definition>
690   
691    <!--
692============================================================================================================
693=                                           grid definition                                                =
694=                                            DO NOT CHANGE                                                 =
695============================================================================================================
696    -->
697   
698    <axis_definition> 
699      <axis id="deptht" description="Vertical T levels" unit="m" positive=".false." />
700      <axis id="depthu" description="Vertical U levels" unit="m" positive=".false." />
701      <axis id="depthv" description="Vertical V levels" unit="m" positive=".false." />
702      <axis id="depthw" description="Vertical W levels" unit="m" positive=".false." />
703      <axis id="none" description="axe non defini" unit="none" size="1" />
704    </axis_definition> 
705   
706    <grid_definition>
707      <grid id="grid_T" description="grid T" />
708      <grid id="grid_U" description="grid U" />
709      <grid id="grid_V" description="grid V" />
710      <grid id="grid_W" description="grid W" />
711      <grid id="scalarpoint" description="scalar" >
712        <zoom id="1point" ibegin="1" jbegin="1" ni="1" nj="1" />
713      </grid>
714    </grid_definition>   
715   
716  </context>
717 
718</simulation>
Note: See TracBrowser for help on using the repository browser.