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 branches/CMIP5_IPSL/CONFIG/ORCA2_LIM_PISCES/EXP00 – NEMO

source: branches/CMIP5_IPSL/CONFIG/ORCA2_LIM_PISCES/EXP00/iodef.xml @ 2924

Last change on this file since 2924 was 2924, checked in by cetlod, 12 years ago

branch CMIP5_IPSL: Update reference configurations so that they can be run on titane (CCRT BULL computer) using libIGCM

  • Property svn:keywords set to Id
File size: 42.3 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="1" 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="sim"          description="sea ice and surface snow amount"                              unit="kg/m"     />
90   <field id="iceprod_cea"  description="Ice production (cell average)"                                unit="m/s"      />
91   
92   <field id="ice_pres"     description="Ice presence"                                                 unit="-"        />
93   <field id="ist_cea"      description="Ice surface temperature (cell average)"                       unit="degC"     />
94   <field id="ist_ipa"      description="Ice surface temperature (ice presence average)"               unit="degC"     />     
95   <field id="uice_ipa"     description="Ice velocity along i-axis at I-point (ice presence average)"  unit="m/s"      />     
96   <field id="vice_ipa"     description="Ice velocity along j-axis at I-point (ice presence average)"  unit="m/s"      />     
97   
98   <field id="utau_ice"     description="Wind stress along i-axis over the ice at i-point"             unit="N/m2"     />
99   <field id="vtau_ice"     description="Wind stress along j-axis over the ice at i-point"             unit="N/m2"     />
100   
101   <field id="u_imasstr"    description="Sea-ice mass transport along i-axis"                          unit="kg/s"     />
102   <field id="v_imasstr"    description="Sea-ice mass transport along j-axis"                          unit="kg/s"     />
103
104   <!-- available key_coupled -->
105   <field id="snow_ao_cea"  description="Snow over ice-free ocean (cell average)"                      unit="kg/m2/s"  />
106   <field id="snow_ai_cea"  description="Snow over sea-ice (cell average)"                             unit="kg/m2/s"  />
107   <field id="subl_ai_cea"  description="Sublimation over sea-ice (cell average)"                      unit="kg/m2/s"  />
108   <field id="icealb_cea"   description="Ice albedo (cell average)"                                    unit="1"        />
109   <field id="calving"      description="Calving"                                                      unit="kg/m2/s"  />
110   <!-- available if key_coupled + conservative method -->
111   <field id="rain"         description="Liquid precipitation"                                         unit="Kg/m2/s"  />
112   <field id="evap_ao_cea"  description="Evaporation over ice-free ocean (cell average)"               unit="kg/m2/s"  />
113   <!-- variables available with key_diaar5 -->
114   <field id="isnwmlt_cea"   description="Snow over Ice melting (cell average)"                        unit="kg/m2/s"  />
115   <field id="fsal_virt_cea" description="Virtual salt flux due to ice formation (cell average)"       unit="kg/m2/s"  />
116   <field id="fsal_real_cea" description="Real salt flux due to ice formation (cell average)"          unit="kg/m2/s"  />
117   <field id="hflx_rain_cea" description="heat flux due to rainfall"                                   unit="W/m2"     />
118   <field id="hflx_evap_cea" description="heat flux due to evaporation"                                unit="W/m2"     />
119   <field id="hflx_snow_cea" description="heat flux due to snow falling over ice-free ocean"           unit="W/m2"     />
120   <field id="hflx_ice_cea"  description="heat flux due to ice thermodynamics"                         unit="W/m2"     />
121   <field id="hflx_rnf_cea"  description="heat flux due to runoffs"                                    unit="W/m2"     />
122   <field id="hflx_cal_cea"  description="heat flux due to calving"                                    unit="W/m2"     />
123   <field id="bicemel_cea"  description="Rate of Melt at Sea Ice Base (cell average)"                  unit="kg/m2/s"  />
124   <field id="licepro_cea"  description="Lateral Sea Ice Growth Rate (cell average)"                   unit="kg/m2/s"  />
125   <field id="snowmel_cea"  description="Snow Melt Rate (cell average)"                                unit="kg/m2/s"  />
126   <field id="sntoice_cea"  description="Snow-Ice Formation Rate (cell average)"                       unit="kg/m2/s"  />
127   <field id="ticemel_cea"  description="Rate of Melt at Upper Surface of Sea Ice (cell average)"      unit="kg/m2/s"  />
128
129      </group>
130
131      <!-- U grid -->
132     
133      <group id="grid_U"  axis_ref="depthu" grid_ref="grid_U">
134   <field id="utau"         description="Wind Stress along i-axis"                    unit="N/m2" axis_ref="none" />
135   <field id="uoce"         description="ocean current along i-axis"                  unit="m/s"                  />
136   <field id="uoce_eff"     description="Effective ocean current along i-axis"        unit="m/s"                  />
137   <!-- uoce_eiv: available with key_traldf_eiv and key_diaeiv -->
138   <field id="uoce_eiv"     description="EIV ocean current along i-axis"              unit="m/s"                  />
139   <!-- uoce_eiv: available with key_trabbl_adv -->
140   <field id="uoce_bbl"     description="BBL ocean current along i-axis"              unit="m/s"                  />
141   <!-- variables available with key_diaar5 -->
142   <field id="u_masstr"     description="ocean eulerian mass transport along i-axis"  unit="kg/s"                 />
143   <field id="u_heattr"     description="ocean eulerian heat transport along i-axis"  unit="W"    axis_ref="none" />
144   <field id="ueiv_heattr"  description="ocean bolus heat transport along i-axis"     unit="W"    axis_ref="none" />
145   <field id="udiff_heattr" description="ocean diffusion heat transport along i-axis" unit="W"    axis_ref="none" />
146     </group>
147     
148      <!-- V grid -->
149     
150      <group id="grid_V"  axis_ref="depthv" grid_ref="grid_V">
151   <field id="vtau"         description="Wind Stress along j-axis"                    unit="N/m2" axis_ref="none" />
152   <field id="voce"         description="ocean current along j-axis"                  unit="m/s"                  />
153   <field id="voce_eff"     description="Effective ocean current along j-axis"        unit="m/s"                  />
154   <!-- voce_eiv: available with key_traldf_eiv and key_diaeiv -->
155   <field id="voce_eiv"     description="EIV ocean current along j-axis"              unit="m/s"                  />
156   <!-- voce_eiv: available with key_trabbl_adv -->
157   <field id="voce_bbl"     description="BBL ocean current along j-axis"              unit="m/s"                  />
158   <!-- variables available with key_diaar5 -->
159   <field id="v_masstr"     description="ocean eulerian mass transport along j-axis"  unit="kg/s"                 />
160   <field id="v_heattr"     description="ocean eulerian heat transport along j-axis"  unit="W"    axis_ref="none" />
161   <field id="veiv_heattr"  description="ocean bolus heat transport along j-axis"     unit="W"    axis_ref="none" />
162   <field id="vdiff_heattr" description="ocean diffusion heat transport along j-axis" unit="W"    axis_ref="none" />
163      </group>
164     
165      <!-- W grid -->
166     
167      <group id="grid_W"  axis_ref="depthw" grid_ref="grid_W">
168   <field id="woce"         description="ocean vertical velocity"                     unit="m/s"                  />
169   <field id="woce_eff"     description="effective ocean vertical velocity"           unit="m/s"                  />
170   <!-- woce_eiv: available with key_traldf_eiv and key_diaeiv -->
171   <field id="woce_eiv"     description="EIV ocean vertical velocity"                 unit="m/s"                  />
172   <!-- woce_eiv: available with key_trabbl_adv -->
173   <field id="woce_bbl"     description="BBL ocean vertical velocity"                 unit="m/s"                  />
174   <field id="avt"          description="vertical eddy diffusivity"                   unit="m2/s"                 />
175   <field id="avm"          description="vertical eddy viscosity"                     unit="m2/s"                 />
176   <!-- avs: available with key_zdfddm -->
177   <field id="avs"          description="salt vertical eddy diffusivity"              unit="m2/s"                 />
178   <!-- avt_evd and avm_evd: available with ln_zdfevd -->
179   <field id="avt_evd"      description="enhanced vertical diffusivity"               unit="m2/s"                 />
180   <field id="avm_evd"      description="enhanced vertical viscosity"                 unit="m2/s"                 />
181   <!-- aht2d and  aht2d_eiv: available with key_traldf_eiv and key_traldf_c2d -->
182   <field id="aht2d"        description="lateral eddy diffusivity"                    unit="m2/s" axis_ref="none" />
183   <field id="aht2d_eiv"    description="EIV lateral eddy diffusivity"                unit="m2/s" axis_ref="none" />
184   <!-- avt_tide: available with key_zdftmx -->
185   <field id="av_tide"      description="tidal vertical diffusivity"                  unit="m2/s"                 />
186   <!-- variables available with key_diaar5 -->   
187   <field id="w_masstr"     description="vertical mass trasport"                      unit="kg/s"                 />
188   <field id="w_masstr2"    description="square of vertical mass trasport"            unit="kg2/s2"               />
189      </group>
190         
191      <!-- scalar -->
192     
193      <!-- variables available with key_diaar5 -->
194      <group id="scalar" axis_ref="none" grid_ref="scalarpoint" zoom_ref="1point" >
195   <field id="voltot"     description="global mean volume"                         unit="m3"   />
196   <field id="sshtot"     description="global mean ssh"                            unit="m"    />
197   <field id="sshsteric"  description="global mean ssh steric"                     unit="m"    />
198   <field id="sshthster"  description="global mean ssh thermosteric"               unit="m"    />
199   <field id="masstot"    description="global mean mass"                           unit="kg"   />
200   <field id="temptot"    description="global mean temperature"                    unit="degC" />
201   <field id="saltot"     description="global mean salinity"                       unit="psu"  />
202   <field id="fram_trans" description="Sea Ice Mass Transport Through Fram Strait" unit="kg/s" />
203      </group>
204         
205      <!-- ptrc on T grid -->
206
207     <group id="ptrc_T" axis_ref="deptht" grid_ref="grid_T"> 
208       <field id="DIC"      description="Dissolved inorganic Concentration"        unit="mol-C/L" />
209       <field id="Alkalini" description="Total Alkalinity Concentration"           unit="eq/L"    />
210       <field id="O2"       description="Oxygen Concentration"                     unit="mol-C/L" />
211       <field id="CaCO3"    description="Calcite Concentration"                    unit="mol-C/L" />
212       <field id="PO4"      description="Phosphate Concentration"                  unit="mol-C/L" />
213       <field id="POC"      description="Small organic carbon Concentration"       unit="mol-C/L" />
214       <field id="Si"       description="Silicate Concentration"                   unit="mol-C/L" />
215       <field id="PHY"      description="Nanophytoplankton Concentration"          unit="mol-C/L" />
216       <field id="ZOO"      description="Microzooplankton Concentration"           unit="mol-C/L" />
217       <field id="DOC"      description="Dissolved organic Concentration"          unit="mol-C/L" />
218       <field id="PHY2"     description="Diatoms Concentration"                    unit="mol-C/L" />
219       <field id="ZOO2"     description="Mesozooplankton Concentration"            unit="mol-C/L" />
220       <field id="BSi"      description="Diatoms Silicate Concentration"           unit="mol-C/L" />
221       <field id="Fer"      description="Dissolved Iron Concentration"             unit="mol-C/L" />
222       <field id="BFe"      description="Big iron particles Concentration"         unit="mol-C/L" />
223       <field id="GOC"      description="Big organic carbon Concentration"         unit="mol-C/L" />
224       <field id="SFe"      description="Small iron particles Concentration"       unit="mol-C/L" />
225       <field id="DFe"      description="Diatoms iron  Concentration"              unit="mol-C/L" />
226       <field id="DSi"      description="Sinking biogenic Silicate Concentration"  unit="mol-C/L" />
227       <field id="NFe"      description="Nano iron Concentration"                  unit="mol-C/L" />
228       <field id="NCHL"     description="Nano chlorophyl Concentration"            unit="mol-C/L" />
229       <field id="DCHL"     description="Diatoms chlorophyl Concentration"         unit="mol-C/L" />
230       <field id="NO3"      description="Nitrates Concentration"                   unit="mol-C/L" />
231       <field id="NH4"      description="Ammonium Concentration"                   unit="mol-C/L" />
232     </group>
233
234      <!-- diad on T grid -->
235
236     <group id="diad_T" axis_ref="none" grid_ref="grid_T">
237       <field id="PH"          description="PH"                                       unit="-"            axis_ref="deptht" />
238       <field id="CO3"         description="Bicarbonates"                             unit="mol/L"        axis_ref="deptht" />
239       <field id="CO3sat"      description="CO3 saturation"                           unit="mol/L"        axis_ref="deptht" />
240       <field id="PAR"         description="Photosynthetically Available Radiation"   unit="W/m2"         axis_ref="deptht" />
241       <field id="PPPHY"       description="Primary production of nanophyto"          unit="mol-C/m3/s"   axis_ref="deptht" />
242       <field id="PPPHY2"      description="Primary production of diatoms"            unit="mol-C/m3/s"   axis_ref="deptht" />
243       <field id="PPNEWN"      description="New Primary production of nanophyto"      unit="mol-C/m3/s"   axis_ref="deptht" />
244       <field id="PPNEWD"      description="New Primary production of diatoms"        unit="mol-C/m3/s"   axis_ref="deptht" />
245       <field id="PBSi"        description="Primary production of Si diatoms"         unit="mol-Si/m3/s"  axis_ref="deptht" />
246       <field id="PFeN"        description="Primary production of nano iron"          unit="mol-Fe/m3/s"  axis_ref="deptht" />
247       <field id="PFeD"        description="Primary production of diatoms iron"       unit="mol-Fe/m3/s"  axis_ref="deptht" />
248       <field id="Pcal"        description="Calcite production"                       unit="mol-C/m3/s"   axis_ref="deptht" />
249       <field id="Dcal"        description="Calcite dissolution"                      unit="mol-C/m3/s"   axis_ref="deptht" />
250       <field id="Graz"        description="Grazing by microzoo"                      unit="mol-C/m3/s"   axis_ref="deptht" />
251       <field id="Graz2"       description="Grazing by mesozoo"                       unit="mol-C/m3/s"   axis_ref="deptht" />
252       <field id="Nfix"        description="Nitrogen fixation"                        unit="mol-N/m2/s"   axis_ref="deptht" />
253       <field id="ExpPOC"      description="POC export"                               unit="mol-C/m2/s"   axis_ref="deptht" />
254       <field id="ExpGOC"      description="GOC export"                               unit="mol-C/m2/s"   axis_ref="deptht" />
255       <field id="ExpFe1"      description="Nano iron export"                         unit="mol-Fe/m2/s"  axis_ref="deptht" />
256       <field id="ExpFe2"      description="Diatoms iron export"                      unit="mol-Fe/m2/s"  axis_ref="deptht" />
257       <field id="ExpSi"       description="Silicate export"                          unit="mol-Si/m2/s"  axis_ref="deptht" />
258       <field id="Expcal"      description="Calcite export"                           unit="mol-C/m2/s"   axis_ref="deptht" />
259       <field id="Cflx"        description="DIC flux"                                 unit="mol-C/m2/s" />
260       <field id="Oflx"        description="Oxygen flux"                              unit="mol-C/m2/s" />
261       <field id="Kg"          description="Gas transfer"                             unit="mol-C/m2/s/uatm" />
262       <field id="Dpco2"       description="Delta CO2"                                unit="uatm" />
263       <field id="Dpo2"        description="Delta O2"                                 unit="uatm" />
264       <field id="Heup"        description="Euphotic layer depth"                     unit="m" />
265       <field id="Irondep"     description="Iron deposition"                          unit="mol-Fe/m2/s" />
266     </group>
267       
268    </field_definition>
269   
270    <!--
271============================================================================================================
272=                                           output files definition                                        =
273=                                            Define your own files                                         =
274=                                         put the variables you want...                                    =
275============================================================================================================
276    -->
277   
278    <file_definition >
279
280      <group id="1h" output_freq="3600"   output_level="10" enabled=".TRUE.">                      <!-- 1h files -->
281      </group>
282     
283      <group id="2h" output_freq="7200"   output_level="10" enabled=".TRUE.">                      <!-- 2h files -->
284      </group>
285     
286      <group id="3h" output_freq="10800"  output_level="10" enabled=".TRUE.">                      <!-- 3h files -->
287      </group>
288     
289      <group id="4h" output_freq="14400"  output_level="10" enabled=".TRUE.">                      <!-- 4h files -->
290      </group>
291     
292      <group id="6h" output_freq="21600"  output_level="10" enabled=".TRUE.">                      <!-- 6h files -->
293      </group>
294     
295      <group id="1d" output_freq="86400"  output_level="10" enabled=".TRUE.">                      <!-- 1d files -->
296      </group>
297     
298      <group id="3d" output_freq="259200" output_level="10" enabled=".TRUE.">                      <!-- 3d files -->
299      </group>
300     
301      <group id="5d" output_freq="432000" output_level="10" enabled=".TRUE.">                      <!-- 5d files -->
302
303   <file id="5d_grid_T" name="auto" description="ocean T grid variables" >
304     <field ref="toce"         name="votemper"  />
305     <field ref="soce"         name="vosaline"  />
306     <field ref="sst"          name="sosstsst"  />
307     <field ref="sss"          name="sosaline"  />
308     <field ref="ssh"          name="sossheig"  />
309     <field ref="emp"          name="sowaflup"  />
310     <field ref="qsr"          name="soshfldo"  />
311     <field ref="emps"         name="sowaflcd"  />
312     <field ref="qns+qsr"      name="sohefldo"  />
313     <field ref="mldr10_1"     name="somxl010"  />
314     <field ref="mldkz5"       name="somixhgt"  />
315     <field ref="ice_cover"    name="soicecov"  />
316     <field ref="wspd"         name="sowindsp"  />
317     <field ref="qrp"          name="sohefldp"  />
318     <field ref="erp"          name="sowafldp"  />
319     <field ref="mlddzt"       name="sothedep"  />
320     <field ref="20d"          name="so20chgt"  />
321     <field ref="28d"          name="so28chgt"  />
322     <field ref="hc300"        name="sohtc300"  />
323     <field ref="ist_ipa"      name="soicetem"  />
324     <field ref="icealb_cea"   name="soicealb"  />   
325   </file>
326   
327   <file id="5d_grid_U" name="auto" description="ocean U grid variables" >
328     <field ref="uoce"         name="vozocrtx"  />
329     <field ref="uoce_eiv"     name="vozoeivu"  />
330     <field ref="utau"         name="sozotaux"  />
331   </file>
332   
333   <file id="5d_grid_V" name="auto" description="ocean V grid variables" >
334     <field ref="voce"         name="vomecrty"  />
335     <field ref="voce_eiv"     name="vomeeivv"  />
336     <field ref="vtau"         name="sometauy"  />
337   </file>
338   
339   <file id="5d_grid_W" name="auto" description="ocean W grid variables" >
340     <field ref="woce"         name="vovecrtz" />
341     <field ref="woce_eiv"     name="voveeivw" />
342     <field ref="avt"          name="votkeavt" />
343     <field ref="avt_evd"      name="votkeevd" />
344     <field ref="avm"          name="votkeavm" />
345     <field ref="avm_evd"      name="votkeevm" />
346     <field ref="avs"          name="voddmavs" />
347     <field ref="aht2d"        name="soleahtw" />
348     <field ref="aht2d_eiv"    name="soleaeiw" />
349   </file>
350   
351   <file id="5d_icemod" name="auto" description="ice variables" >
352     <field ref="ice_pres"                     />
353     <field ref="snowthic_cea" name="isnowthi" />
354     <field ref="icethic_cea"  name="iicethic" />
355          <field ref="sim"          name="sim"      />
356     <field ref="iceprod_cea"  name="iiceprod" />
357     <field ref="ist_ipa"      name="iicetemp" />
358     <field ref="ioceflxb"     name="ioceflxb" />
359     <field ref="uice_ipa"     name="iicevelu" />
360     <field ref="vice_ipa"     name="iicevelv" />
361     <field ref="utau_ice"     name="iicestru" />
362     <field ref="vtau_ice"     name="iicestrv" />
363     <field ref="qsr_io_cea"   name="iicesflx" />
364     <field ref="qns_io_cea"   name="iicenflx" />
365     <field ref="snowpre"      name="isnowpre" />
366   </file>
367
368       <file id="5d_diad_T" name="auto" description="additional pisces diagnostics" >
369          <field ref="Cflx"     />
370          <field ref="Oflx"     />
371          <field ref="Dpco2"    />
372          <field ref="Dpo2"     />
373          <field ref="Heup"     />
374       </file>
375
376      </group>
377     
378      <group id="1m" output_freq="-1"     output_level="10" enabled=".TRUE.">                      <!-- real monthly files -->
379
380   <file id="1m_grid_T" name="auto" description="ocean T grid variables" >
381     <field ref="sst"          name="sosstsst"  />
382   </file>   
383
384        <file id="1m_ptrc_T" name="auto" description="pisces sms variables" >
385          <field ref="DIC"      />
386          <field ref="Alkalini" />
387          <field ref="O2"       />
388          <field ref="NCHL"     />
389          <field ref="DCHL"     />
390          <field ref="DOC"      />
391          <field ref="Fer"      />
392          <field ref="NO3"      />
393       </file>
394   
395      </group>
396
397      <group id="2m" output_freq="-2"     output_level="10" enabled=".TRUE.">                      <!-- real 2m files -->
398      </group>
399
400      <group id="3m" output_freq="-3"     output_level="10" enabled=".TRUE.">                      <!-- real 3m files -->
401      </group>
402
403      <group id="4m" output_freq="-4"     output_level="10" enabled=".TRUE.">                      <!-- real 4m files -->
404      </group>
405
406      <group id="6m" output_freq="-6"     output_level="10" enabled=".TRUE.">                      <!-- real 6m files -->
407      </group>
408
409      <group id="1y" output_freq="-12"    output_level="10" enabled=".TRUE.">                      <!-- real yearly files -->
410
411        <file id="1y_grid_T" name="auto" description="ocean T grid variables" >
412          <field ref="mldr10_1"     name="sobowlin"  operation="t_max(X)" />
413        </file>
414
415        <file id="1y_ptrc_T" name="auto" description="pisces sms variables" >
416          <field ref="DIC"      />
417          <field ref="Alkalini" />
418          <field ref="O2"       />
419          <field ref="CaCO3"    />
420          <field ref="PO4"      />
421          <field ref="POC"      />
422          <field ref="Si"       />
423          <field ref="PHY"      />
424          <field ref="ZOO"      />
425          <field ref="DOC"      />
426          <field ref="PHY2"     />
427          <field ref="ZOO2"     />
428          <field ref="BSi"      />
429          <field ref="Fer"      />
430          <field ref="BFe"      />
431          <field ref="GOC"      />
432          <field ref="SFe"      />
433          <field ref="DFe"      />
434          <field ref="DSi"      />
435          <field ref="NFe"      />
436          <field ref="NCHL"     />
437          <field ref="DCHL"     />
438          <field ref="NO3"      />
439          <field ref="NH4"      />
440       </file>
441
442       <file id="1y_diad_T" name="auto" description="additional pisces diagnostics" >
443          <field ref="PH"       />
444          <field ref="CO3"      />
445          <field ref="CO3sat"   />
446          <field ref="PAR"      />
447          <field ref="PPPHY"    />
448          <field ref="PPPHY2"   />
449          <field ref="PPNEWN"   />
450          <field ref="PPNEWD"   />
451          <field ref="PBSi"     />
452          <field ref="PFeN"     />
453          <field ref="PFeD"     />
454          <field ref="Pcal"     />
455          <field ref="Dcal"     />
456          <field ref="Graz"     />
457          <field ref="Graz2"    />
458          <field ref="Cflx"     />
459          <field ref="ExpPOC"   />
460          <field ref="ExpGOC"   />
461          <field ref="ExpFe1"   />
462          <field ref="ExpFe2"   />
463          <field ref="ExpSi"    />
464          <field ref="Expcal"   />
465          <field ref="Oflx"     />
466          <field ref="Kg"       />
467          <field ref="Dpco2"    />
468          <field ref="Dpo2"     />
469          <field ref="Heup"     />
470          <field ref="Irondep"  />
471          <field ref="Nfix"     />
472       </file>
473
474      </group>
475
476      <group id="2y"  output_freq="-24"   output_level="10" enabled=".TRUE.">                      <!-- real 2y files -->
477      </group>
478
479      <group id="5y"  output_freq="-60"   output_level="10" enabled=".TRUE.">                      <!-- real 5y files -->
480      </group>
481
482      <group id="10y" output_freq="-120"  output_level="10" enabled=".TRUE.">                      <!-- real 10y files -->
483      </group>
484
485    </file_definition>
486   
487    <!--
488============================================================================================================
489=                                           grid definition                                                =
490=                                            DO NOT CHANGE                                                 =
491============================================================================================================
492    -->
493   
494    <axis_definition> 
495      <axis id="deptht" description="Vertical T levels" unit="m" positive=".false." />
496      <axis id="depthu" description="Vertical U levels" unit="m" positive=".false." />
497      <axis id="depthv" description="Vertical V levels" unit="m" positive=".false." />
498      <axis id="depthw" description="Vertical W levels" unit="m" positive=".false." />
499      <axis id="none" description="axe non defini" unit="none" size="1" />
500    </axis_definition> 
501   
502    <grid_definition>
503    <!--   Eq section   -->
504        <zoom id="EqT" ibegin="1" jbegin="0000" ni="0000" nj="1" />
505    <!--   TAO   -->
506      <!--   137e   -->
507        <zoom id="2n137eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
508        <zoom id="5n137eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
509        <zoom id="8n137eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
510      <!--   147e   -->
511        <zoom id="0n147eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
512        <zoom id="2n147eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
513        <zoom id="5n147eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
514      <!--   156e   -->
515        <zoom id="5s156eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
516        <zoom id="2s156eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
517        <zoom id="0n156eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
518        <zoom id="2n156eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
519        <zoom id="5n156eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
520        <zoom id="8n156eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
521      <!--   165e   -->
522        <zoom id="8s165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
523        <zoom id="5s165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
524        <zoom id="2s165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
525        <zoom id="0n165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
526        <zoom id="2n165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
527        <zoom id="5n165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
528        <zoom id="8n165eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
529      <!--   180w   -->
530        <zoom id="8s180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
531        <zoom id="5s180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
532        <zoom id="2s180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
533        <zoom id="0n180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
534        <zoom id="2n180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
535        <zoom id="5n180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
536        <zoom id="8n180wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
537      <!--   170w   -->
538        <zoom id="8s170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
539        <zoom id="5s170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
540        <zoom id="2s170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
541        <zoom id="0n170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
542        <zoom id="2n170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
543        <zoom id="5n170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
544        <zoom id="8n170wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
545      <!--   155w   -->
546        <zoom id="8s155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
547        <zoom id="5s155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
548        <zoom id="2s155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
549        <zoom id="0n155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
550        <zoom id="2n155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
551        <zoom id="5n155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
552        <zoom id="8n155wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
553      <!--   140w   -->
554        <zoom id="8s140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
555        <zoom id="5s140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
556        <zoom id="2s140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
557        <zoom id="0n140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
558        <zoom id="2n140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
559        <zoom id="5n140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
560        <zoom id="8n140wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
561      <!--   125w   -->
562        <zoom id="8s125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
563        <zoom id="5s125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
564        <zoom id="2s125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
565        <zoom id="0n125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
566        <zoom id="2n125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
567        <zoom id="5n125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
568        <zoom id="8n125wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
569      <!--   110w   -->
570        <zoom id="8s110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
571        <zoom id="5s110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
572        <zoom id="2s110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
573        <zoom id="0n110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
574        <zoom id="2n110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
575        <zoom id="5n110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
576        <zoom id="8n110wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
577      <!--   95w   -->
578        <zoom id="8s95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
579        <zoom id="5s95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
580        <zoom id="2s95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
581        <zoom id="0n95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
582        <zoom id="2n95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
583        <zoom id="5n95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
584        <zoom id="8n95wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
585    <!--   RAMA   -->
586      <!--   55e   -->
587        <zoom id="16s55eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
588        <zoom id="12s55eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
589        <zoom id="8s55eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
590        <zoom id="4s55eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
591        <zoom id="1.5s55eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
592        <zoom id="0n55eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
593        <zoom id="1.5n55eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
594        <zoom id="4n55eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
595      <!--   65e   -->
596        <zoom id="15n65eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
597      <!--   67e   -->
598        <zoom id="16s67eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
599        <zoom id="12s67eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
600        <zoom id="8s67eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
601        <zoom id="4s67eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
602        <zoom id="1.5s67eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
603        <zoom id="0n67eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
604        <zoom id="1.5n67eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
605        <zoom id="4n67eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
606        <zoom id="8n67eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
607      <!--   80.5e   -->
608        <zoom id="16s80.5eT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
609        <zoom id="12s80.5eT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
610        <zoom id="8s80.5eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
611        <zoom id="4s80.5eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
612        <zoom id="1.5s80.5eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
613        <zoom id="0n80.5eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
614        <zoom id="1.5n80.5eT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
615        <zoom id="4n80.5eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
616      <!--   90e   -->
617        <zoom id="1.5s90eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
618        <zoom id="0n90eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
619        <zoom id="1.5n90eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
620        <zoom id="4n90eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
621        <zoom id="8n90eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
622        <zoom id="12n90eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
623        <zoom id="15n90eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
624      <!--   95e   -->
625        <zoom id="16s95eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
626        <zoom id="12s95eT"    ibegin="0000" jbegin="0000" ni="1" nj="1" />
627        <zoom id="8s95eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
628        <zoom id="5s95eT"     ibegin="0000" jbegin="0000" ni="1" nj="1" />
629    <!--   PIRATA   -->
630      <!--   38w-30w   -->
631        <zoom id="19s34wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
632        <zoom id="14s32wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
633        <zoom id="8s30wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
634        <zoom id="0n35wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
635        <zoom id="4n38wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
636        <zoom id="8n38wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
637        <zoom id="12n38wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
638        <zoom id="15n38wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
639        <zoom id="20n38wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
640      <!--   23w   -->
641        <zoom id="0n23wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
642        <zoom id="4n23wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
643        <zoom id="12n23wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
644        <zoom id="21n23wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
645      <!--   10w   -->
646        <zoom id="10s10wT" ibegin="0000" jbegin="0000" ni="1" nj="1" />
647        <zoom id="6s10wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
648        <zoom id="0n10wT"  ibegin="0000" jbegin="0000" ni="1" nj="1" />
649      <!--   0e   -->
650        <zoom id="0n0eT"   ibegin="0000" jbegin="0000" ni="1" nj="1" />
651      </grid>
652
653      <grid id="grid_U" description="grid U" >
654    <!--   Eq section   -->
655        <zoom id="EqU" ibegin="1" jbegin="0000" ni="0000" nj="1" />
656      </grid>
657
658      <grid id="grid_V" description="grid V" >
659      </grid>
660
661      <grid id="grid_W" description="grid W" >
662    <!--   Eq section   -->
663        <zoom id="EqW" ibegin="1" jbegin="0000" ni="0000" nj="1" />
664      </grid>
665
666      <grid id="scalarpoint" description="scalar" >
667        <zoom id="1point" ibegin="1" jbegin="1" ni="1" nj="1" />
668      </grid>
669
670
671    </grid_definition>   
672   
673  </context>
674 
675</simulation>
Note: See TracBrowser for help on using the repository browser.