source: CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_v3/EXP00/PARAM/iodef.xml @ 925

Last change on this file since 925 was 925, checked in by mafoipsl, 14 years ago

PC + MAF : first guess for IPSLCM5_v3 for config.card PARAM and COMP files.

File size: 46.2 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="mol-C/L" />
208       <field id="Alkalini" description="Total Alkalinity Concentration"           unit="eq/L"    />
209       <field id="O2"       description="Oxygen Concentration"                     unit="mol-C/L" />
210       <field id="CaCO3"    description="Calcite Concentration"                    unit="mol-C/L" />
211       <field id="PO4"      description="Phosphate Concentration"                  unit="mol-C/L" />
212       <field id="POC"      description="Small organic carbon Concentration"       unit="mol-C/L" />
213       <field id="Si"       description="Silicate Concentration"                   unit="mol-C/L" />
214       <field id="PHY"      description="Nanophytoplankton Concentration"          unit="mol-C/L" />
215       <field id="ZOO"      description="Microzooplankton Concentration"           unit="mol-C/L" />
216       <field id="DOC"      description="Dissolved organic Concentration"          unit="mol-C/L" />
217       <field id="PHY2"     description="Diatoms Concentration"                    unit="mol-C/L" />
218       <field id="ZOO2"     description="Mesozooplankton Concentration"            unit="mol-C/L" />
219       <field id="BSi"      description="Diatoms Silicate Concentration"           unit="mol-C/L" />
220       <field id="Fer"      description="Dissolved Iron Concentration"             unit="mol-C/L" />
221       <field id="BFe"      description="Big iron particles Concentration"         unit="mol-C/L" />
222       <field id="GOC"      description="Big organic carbon Concentration"         unit="mol-C/L" />
223       <field id="SFe"      description="Small iron particles Concentration"       unit="mol-C/L" />
224       <field id="DFe"      description="Diatoms iron  Concentration"              unit="mol-C/L" />
225       <field id="DSi"      description="Sinking biogenic Silicate Concentration"  unit="mol-C/L" />
226       <field id="NFe"      description="Nano iron Concentration"                  unit="mol-C/L" />
227       <field id="NCHL"     description="Nano chlorophyl Concentration"            unit="mol-C/L" />
228       <field id="DCHL"     description="Diatoms chlorophyl Concentration"         unit="mol-C/L" />
229       <field id="NO3"      description="Nitrates Concentration"                   unit="mol-C/L" />
230       <field id="NH4"      description="Ammonium Concentration"                   unit="mol-C/L" />
231     </group>
232
233      <!-- diad on T grid -->
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="mol-C/m3/s"   axis_ref="deptht" />
241       <field id="PPPHY2"      description="Primary production of diatoms"            unit="mol-C/m3/s"   axis_ref="deptht" />
242       <field id="PPNEWN"      description="New Primary production of nanophyto"      unit="mol-C/m3/s"   axis_ref="deptht" />
243       <field id="PPNEWD"      description="New Primary production of diatoms"        unit="mol-C/m3/s"   axis_ref="deptht" />
244       <field id="PBSi"        description="Primary production of Si diatoms"         unit="mol-Si/m3/s"  axis_ref="deptht" />
245       <field id="PFeN"        description="Primary production of nano iron"          unit="mol-Fe/m3/s"  axis_ref="deptht" />
246       <field id="PFeD"        description="Primary production of diatoms iron"       unit="mol-Fe/m3/s"  axis_ref="deptht" />
247       <field id="Pcal"        description="Calcite production"                       unit="mol-C/m3/s"   axis_ref="deptht" />
248       <field id="Dcal"        description="Calcite dissolution"                      unit="mol-C/m3/s"   axis_ref="deptht" />
249       <field id="Graz"        description="Grazing by microzoo"                      unit="mol-C/m3/s"   axis_ref="deptht" />
250       <field id="Graz2"       description="Grazing by mesozoo"                       unit="mol-C/m3/s"   axis_ref="deptht" />
251       <field id="Nfix"        description="Nitrogen fixation"                        unit="mol-N/m2/s"   axis_ref="deptht" />
252       <field id="ExpPOC"      description="POC export"                               unit="mol-C/m2/s"   axis_ref="deptht" />
253       <field id="ExpGOC"      description="GOC export"                               unit="mol-C/m2/s"   axis_ref="deptht" />
254       <field id="ExpFe1"      description="Nano iron export"                         unit="mol-Fe/m2/s"  axis_ref="deptht" />
255       <field id="ExpFe2"      description="Diatoms iron export"                      unit="mol-Fe/m2/s"  axis_ref="deptht" />
256       <field id="ExpSi"       description="Silicate export"                          unit="mol-Si/m2/s"  axis_ref="deptht" />
257       <field id="Expcal"      description="Calcite export"                           unit="mol-C/m2/s"   axis_ref="deptht" />
258       <field id="Cflx"        description="DIC flux"                                 unit="mol-C/m2/s" />
259       <field id="Oflx"        description="Oxygen flux"                              unit="mol-C/m2/s" />
260       <field id="Kg"          description="Gas transfer"                             unit="mol-C/m2/s/uatm" />
261       <field id="Dpco2"       description="Delta CO2"                                unit="uatm" />
262       <field id="Dpo2"        description="Delta O2"                                 unit="uatm" />
263       <field id="Heup"        description="Euphotic layer depth"                     unit="m" />
264       <field id="Irondep"     description="Iron deposition"                          unit="mol-Fe/m2/s" />
265     </group>
266       
267    </field_definition>
268   
269    <!--
270============================================================================================================
271=                                                                                                          =
272=                                           output files definition                                        =
273=                                                                                                          =
274=                  http://www2-pcmdi.llnl.gov/svn/repository/cmor/trunk/Tables/CMIP5_Oclim                 =
275=                  http://www2-pcmdi.llnl.gov/svn/repository/cmor/trunk/Tables/CMIP5_Omon                  =
276=                  http://www2-pcmdi.llnl.gov/svn/repository/cmor/trunk/Tables/CMIP5_Oimon                 =             
277=          http://www.clivar.org/organization/wgomd/references/WGOMD_CMIP5_ocean_fields.June2009.pdf       =
278=                                                                                                          =
279============================================================================================================
280    -->
281   
282    <file_definition output_level="10" >
283      <!--
284+++++++++++++++++++++++++++++++++++++++++++++++   daily   ++++++++++++++++++++++++++++++++++++++++++++++++++
285        -->
286      <group id="1d" output_freq="86400"  enabled="<1D_ENABLE>">                             <!-- 1d files -->
287        <file id="ORCA2_1d_grid_T" description="table 2.2" >                                 <!-- grid T  Table 2.2 -->
288          <field ref="sst"          name="sosstsst" description="sea_surface_temperature"                              level="2"                      />
289          <field ref="sst2"         name="tossq"    description="square_of_sea_surface_temperature"                    level="2"                      />
290          <field ref="mldkz5"       name="omldamax" description="ocean_mixed_layer_thickness_defined_by_mixing_scheme" level="2" operation="t_max(X)" />
291        </file>   
292      </group>
293        <!--
294++++++++++++++++++++++++++++++++++++++++++++++   monthly   +++++++++++++++++++++++++++++++++++++++++++++++++
295          -->
296      <group id="1m" output_freq="-1"     enabled="<1M_ENABLE>">                             <!-- real monthly files -->
297        <!--
298..............................................    grid T   .................................................
299          -->
300        <file id="ORCA2_1m_grid_T" description="ocean T grid variables table 2.2 2.5 2.6 2.7"> <!-- grid T -->
301
302          <!-- table 2.2 -->
303            <field ref="botpres"      name="pbo"      description="sea_water_pressure_at_sea_floor"                               />
304            <!-- pso : sea_water_pressure_at_sea_water_surface = 0 -->
305            <field ref="ssh"          name="sossheig" description="sea_surface_height_above_geoid"                                 />
306            <field ref="ssh2"         name="zossq"    description="square_of_sea_surface_height_above_geoid"             level="2" />
307            <!-- masscello : sea_water_mass_per_unit_area = cellthc*rau0                                          no time changes -->
308            <field ref="cellthc"      name="thkcello" description="cell_thickness"                                                 /> <!-- no time changes -->
309            <field ref="toce"         name="votemper" description="sea_water_potential_temperature"                                />
310            <field ref="sst"          name="sosstsst" description="sea_surface_temperature"                              level="1" />
311            <field ref="sst2"         name="tossq"    description="square_of_sea_surface_temperature"                    level="2" />
312            <field ref="soce"         name="vosaline" description="sea_water_salinity"                                             />
313            <field ref="sss"          name="sosaline" description="sea_surface_salinity"                                 level="1" />
314            <field ref="rhop"         name="rhopoto"  description="sea_water_potential_density"                          level="2" />
315            <!-- no agessc : sea_water_age_since_surface_contact -->
316            <!-- no cfc11  : moles_per_unit_mass_of_cfc11_in_sea_water -->
317            <!-- msftbarot : ocean_barotropic_mass_streamfunction : offline -->
318            <!-- mlotst    :           ocean_mixed_layer_thickness_defined_by_sigma_t : must be done offline -->
319            <!-- mlotstsq  : square_of_ocean_mixed_layer_thickness_defined_by_sigma_t : must be done offline -->
320            <field ref="mldkz5"       name='omlmax'   description="ocean_mixed_layer_thickness_defined_by_mixing_scheme" level="2" operation="t_max(X)" />
321
322          <!-- table 2.5 -->
323            <field ref="rain"         name="pr"       description="rainfall_flux"                                           level="1" />
324            <field ref="snow_ao_cea"  name="prsn"     description="snowfall_flux"                                           level="1" />
325            <field ref="evap_ao_cea"  name="evs"      description="water_evaporation_flux"                                  level="1" />
326            <field ref="runoffs"      name="friver"   description="water_flux_into_sea_water_from_rivers"                   level="1" />
327            <field ref="calving"      name="ficeberg" description="water_flux_into_sea_water_from_icebergs"                 level="1" />
328            <field ref="isnwmlt_cea"  name="fsitherm" description="water_flux_into_sea_water_due_to_sea_ice_thermodynamics" level="1" />
329            <field ref="emp"          name="sowaflup" description="water_flux_into_sea_water"                               level="1" />
330            <!-- wfonocorr : water_flux_into_sea_water_without_flux_correction : emp - erp --> 
331            <field ref="erp"          name="wfcorr"   description="water_flux_correction"                                   level="1" /> <!-- usually = 0 -->
332
333          <!-- table2.6 -->
334            <!-- vsfpr    : virtual_salt_flux_into_sea_water_due_to_rainfall    = 0 --> 
335            <!-- vsfevap  : virtual_salt_flux_into_sea_water_due_to_evaporation = 0 --> 
336            <!-- vsfriver : virtual_salt_flux_into_sea_water_from_rivers        = 0 -->           
337            <field ref="fsal_virt_cea" name="vsfsit" description="virtual_salt_flux_into_sea_water_due_to_sea_ice_thermodynamics" level="1" />
338            <!-- vsf      : virtual_salt_flux_into_sea_water = fsal_virtual + fsal_real -->
339            <!-- wfcorr   : virtual_salt_flux_correction                        = 0 --> 
340            <field ref="fsal_virt_cea" name="sfdsi"  description="downward_sea_ice_basal_salt_flux"                               level="1" />
341            <!-- sfriver  : salt_flux_into_sea_water_from_rivers                = 0 --> 
342
343          <!--  table 2.7 -->
344            <!-- hfgeou : upward_geothermal_heat_flux_at_sea_floor : cte, see nambbc and trabbc.F90 -->
345            <field ref="hflx_rain_cea" name="hfrainds"    description="temperature_flux_due_to_rainfall_expressed_as_heat_flux_into_sea_water"      level="1" />
346            <field ref="hflx_evap_cea" name="hfevapds"    description="temperature_flux_due_to_evaporation_expressed_as_heat_flux_out_of_sea_water" level="1" />
347            <field ref="hflx_rnf_cea"  name="hfrunoffds"  description="temperature_flux_due_to_runoff_expressed_as_heat_flux_into_sea_water"        level="1" />
348            <field ref="hflx_snow_cea" name="hfsnthermds" description="heat_flux_into_sea_water_due_to_snow_thermodynamics"                         level="1" />
349            <field ref="hflx_ice_cea"  name="hfsithermds" description="heat_flux_into_sea_water_due_to_sea_ice_thermodynamics"                      level="1" />
350            <field ref="hflx_cal_cea"  name="hfibthermds" description="heat_flux_into_sea_water_due_to_iceberg_thermodynamics"                      level="1" />
351            <!-- rlds   : surface_net_downward_longwave_flux : not available -->
352            <!-- hfls   : surface_downward_latent_heat_flux  : not available -->
353            <!-- hfss   : surface_downward_sensible_heat_flux: not available -->
354            <field ref="qns"           name="nshfls"      description="surface_net_downward_non_solar_flux"                                         level="1" />
355            <field ref="qsr"           name="soshfldo"    description="surface_net_downward_shortwave_flux"                                         level="1" />
356            <field ref="qsr3d"         name="rsds"        description="downwelling_shortwave_flux_in_sea_water"                                     level="1" />
357            <field ref="qrp"           name="hfcorr"      description="heat_flux_correction"                                                        level="1" />
358
359         <!--  IPSL variables -->
360        <field ref="qns+qsr"           name="sohefldo"    description="Net Downward Heat Flux"                                   />
361        <field ref="20d"               name="so20chgt"    description="Depth of 20C isotherm"                                    />
362        <field ref="28d"               name="so28chgt"    description="Depth of 28C isotherm"                                    />
363        <field ref="hc300"             name="sohtc300"    description="Heat content 300 m"                                       />
364        <field ref="mldr10_1"          name="somxl010"    description="Mixed Layer Depth 0.01 ref.10m"                           />
365        <field ref="mldkz5"            name="somixhgt"    description="mixing layer depth (Turbocline)"                          />
366        <field ref="emps"              name="sowaflcd"    description="concentration/dilution water flux"                        />
367        <field ref="taum"              name="sotaumod"    description="Wind stress module"                                       />
368        <field ref="wspd"              name="sowindsp"    description="Wind speed module at 10 m"                                />
369        <field ref="ice_cover"         name="soicecov"    description="sea_ice_area_fraction"                                    />
370          </file>   
371        <!--
372..............................................    grid U   .................................................
373          -->
374        <file id="ORCA2_1m_grid_U" description="ocean U grid variables : table 2.3 2.8" >                       <!-- grid U -->
375
376          <!--  table 2.3 -->
377            <field ref="uoce"         name="vozocrtx" description="sea_water_x_velocity"                                       />
378            <field ref="u_masstr"     name="umo"      description="ocean_mass_x_transport"                           level="1" />
379            <field ref="u_heattr"     name="hfx"      description="ocean_heat_x_transport"                           level="1" />
380            <field ref="ueiv_heattr"  name="hfxba"    description="ocean_heat_x_transport_due_to_bolus_advection"    level="2" />
381            <field ref="udiff_heattr" name="hfxdiff"  description="ocean_heat_x_transport_due_to_diffusion"          level="2" />
382
383          <!-- table 2.8 -->
384            <field ref="utau"         name="sozotaux" description="surface_downward_x_stress"                        level="1" />
385            <!-- tauucorr : surface_downward_x_stress_correction = 0 -->
386
387         <!--  IPSL variables -->
388        <field ref="uoce_eiv"         name="vozoeivu" description="EIV ocean current along i-axis"                             />
389
390        </file>   
391
392        <!--
393..............................................    grid V   .................................................
394          -->
395        <file id="ORCA2_1m_grid_V" description="ocean V grid variables : table 2.3 2.8" >                      <!-- grid V -->
396
397          <!-- table 2.3" -->
398            <field ref="voce"         name="vomecrty" description="sea_water_y_velocity"                                       />
399            <field ref="v_masstr"     name="vmo"      description="ocean_mass_y_transport"                           level="1" />
400            <field ref="v_heattr"     name="hfy"      description="ocean_heat_y_transport"                           level="1" />
401            <field ref="veiv_heattr"  name="hfyba"    description="ocean_heat_y_transport_due_to_bolus_advection"    level="2" />
402            <field ref="vdiff_heattr" name="hfydiff"  description="ocean_heat_y_transport_due_to_diffusion"          level="2" />
403
404          <!-- table 2.8 -->
405            <field ref="vtau"         name="sometauy" description="surface_downward_y_stress"                        level="1" />
406            <!-- tauvcorr : surface_downward_y_stress_correction = 0 -->
407
408         <!--  IPSL variables -->
409        <field ref="voce_eiv"         name="vomeeivv" description="EIV ocean current along j-axis"                             />
410
411        </file>   
412
413        <!--
414..............................................    grid W   .................................................
415          -->
416        <file id="ORCA2_1m_grid_W" description="ocean W grid variables table 2.3 2.9 2.10" >                   <!-- grid W -->
417         
418          <!-- table 2.3 -->
419            <field ref="w_masstr"   name="wmo"   description="upward_ocean_mass_transport"                                    />
420            <field ref="w_masstr2"  name="wmosq" description="square_pf_upward_ocean_mass_transport"                          />
421         
422          <!-- table 2.9 -->
423            <field ref="avt"     name="votkeavt" description="ocean_vertical_heat_diffusivity"                  level="2" />
424            <field ref="avs"     name="voddmavs" description="ocean_vertical_salt_diffusivity"                  level="2" />
425            <!-- difvtrbo : ocean_vertical_tracer_diffusivity_due_to_background : cte with time, see namelist parameters nn_avb and  nn_havtb -->
426            <field ref="av_tide" name="difvtrto" description="ocean_vertical_tracer_diffusivity_due_to_tides"   level="2" />
427            <!-- tnpeo     : tendency_of_ocean_potential_energy_content                   : not available -->
428            <!-- tnpeot    : tendency_of_ocean_potential_energy_content_due_to_tides      : not available -->
429            <!-- tnpeotb   : tendency_of_ocean_potential_energy_content_due_to_background : not available -->
430            <field ref="avm"     name="difvmo"   description="ocean_vertical_momentum_diffusivity"              level="2" />
431            <!-- difvmbo : ocean_vertical_momentum_diffusivity_due_to_background : cte with time, see namelist parameters nn_avb -->
432            <field ref="av_tide" name="difvmto"  description="ocean_vertical_momentum_diffusivity_due_to_tides" level="2" /> <!-- same as tracer -->
433            <!-- difvmfdo : ocean_vertical_momentum_diffusivity_due_to_form_drag : ??? -->
434            <!-- dispkevfo : ocean_kinetic_energy_dissipation_per_unit_area_due_to_vertical_friction : not available -->
435
436          <!-- table 2.10 -->
437            <!-- if ln_traldf_lap    =  .true. -->
438            <field ref="aht2d_eiv" name="soleaeiw" description="ocean_tracer_bolus_laplacian_diffusivity"                     level="2" />
439            <!-- diftrelo : ocean_tracer_epineutral_laplacian_diffusivity : cte with time, see ln_traldf_iso -->
440            <!-- diftrxylo : ocean_tracer_xy_laplacian_diffusivity : cte with time -->
441            <field ref="aht2d"     name="soleahtw" description="ocean_tracer_xy_laplacian_diffusivity"                        level="2" />
442            <!-- if ln_traldf_bilap  =  .true. -->
443            <!-- field ref="diftrbbo" name="aht2d_eiv" description="ocean_tracer_bolus_biharmonic_diffusivity"                level="2" /-->
444            <!-- diftrebo : ocean_tracer_epineutral_biharmonic_diffusivity : cte with time, see ln_traldf_iso -->
445            <!-- diftrxybo : ocean_tracer_xy_biharmonic_diffusivity : cte with time -->
446            <!-- tnkebto : tendency_of_ocean_eddy_kinetic_energy_content_due_to_bolus_transport : not available -->
447            <!-- difmxylo : ocean_momentum_xy_laplacian_diffusivity : cte with time, see ln_dynldf_lap -->
448            <!-- difmxybo : ocean_momentum_xy_biharmonic_diffusivity : cte with time, see ln_dynldf_bilap -->
449            <!-- dispkexyfo : ocean_kinetic_energy_dissipation_per_unit_area_due_to_xy_friction : not available -->
450
451         <!--  IPSL variables -->
452        <field ref="woce"             name="vovecrtz" description="ocean vertical velocity"                          />
453        <field ref="woce_eiv"         name="vomeeivw" description="EIV ocean vertical velocity"                      />
454
455
456          </file>   
457
458        <!--
459..............................................    icemod   .................................................
460          -->
461        <file id="ORCA2_1m_icemod" description=" ice variables" >                                           <!-- icemod -->
462         <!-- table 2.2 -->
463          <field ref="ice_pres"                     />
464          <field ref="ice_cover"    name="soicecov"   description="sea_ice_area_fraction"                            />
465          <field ref="icethic_cea"  name="iicethic"   description="sea_ice_thickness"                                />
466          <field ref="subl_ai_cea"  name="evap"       description="water_evaporation_flux"                           />
467          <field ref="snowthic_cea" name="isnowthi"   description="surface_snow_thickness"                           />
468          <!-- snc : surface_snow_area_fraction : same as sic -->
469          <field ref="icealb_cea"   name="ialb"       description="Bare Sea Ice Albedo"                              />
470          <!-- ssi : Sea Ice Salinity : cte = sice = 6, expect in baltic sea = 2 -->
471          <field ref="ist_cea"      name="tsice"      description="Surface Temperature of Sea Ice"                   />
472          <!-- tsnint : Temperature at Interface Between Sea Ice and Snow : not available -->
473          <!-- pr : Surface Rainfall Rate into the Sea Ice Portion of the Grid Cell = 0 -->
474          <field ref="snow_ai_cea"  name="prsn"       description="Surface Snowfall Rate into the Sea Ice Portion of the Grid Cell" />
475          <!-- ageice   : Age of Sea Ice : not available ??? -->
476          <!-- grFrazil : Frazil Sea Ice Growth (Leads) Rate ??? -->
477          <!-- grCongel : Congelation Sea Ice Growth Rate ??? -->
478          <field ref="licepro_cea"  name="grLateral"  description="Lateral Sea Ice Growth Rate"                      />
479          <field ref="sntoice_cea"  name="snoToIce"   description="Snow-Ice Formation Rate"                          />
480          <field ref="snowmel_cea"  name="snomelt"    description="Snow Melt Rate"                                   />
481          <field ref="ticemel_cea"  name="tmelt"      description="Rate of Melt at Upper Surface of Sea Ice"         />
482          <field ref="bicemel_cea"  name="bmelt"      description="Rate of Melt at Sea Ice Base"                     />
483          <!-- hcice  : Sea Ice Total Heat Content ??? -->
484          <field ref="qsr_ai_cea"   name="rsdssi"     description="surface_downwelling_shortwave_flux_in_air"        />
485          <!-- rsussi : surface_upwelling_shortwave_flux_in_air ??? -->
486          <!-- rldssi : surface_downwelling_longwave_flux_in_air ??? -->
487          <!-- rlussi : surface_upwelling_longwave_flux_in_air ??? -->
488          <!-- hfssi  : surface_upward_sensible_heat_flux ??? -->
489          <!-- hflssi : surface_upward_latent_heat_flux ??? -->
490          <field ref="subl_ai_cea"  name="sblsi"      description="surface_snow_and_ice_sublimation_flux"             />
491          <field ref="u_imasstr"    name="transix"    description="Eastward Sea Ice Transport"                        />
492          <field ref="v_imasstr"    name="transiy"    description="Northward Sea Ice Transport"                       />
493          <field ref="fram_trans"   name="transifs"   description="Sea Ice Mass Transport Through Fram Strait"        />
494          <field ref="utau_ice"     name="strairx"    description="Eastward Atmospheric Stress On Sea Ice"            />
495          <field ref="vtau_ice"     name="strairy"    description="Northward Atmospheric Stress On Sea Ice"           />
496          <!-- strocnx : Eastward Ocean Stress On Sea Ice ??? -->
497          <!-- strocny : Northward Ocean Stress On Sea Ice ??? -->
498          <!-- streng  : Compressive Sea Ice Strength ??? -->
499          <!-- divice  : Strain Rate Divergence of Sea Ice ??? -->
500          <!-- shrice  : Strain Rate Shear of Sea Ice ??? -->
501          <!-- ridgice : Sea Ice Ridging Rate ??? -->
502         <!-- IPSL variables -->
503          <field ref="ist_ipa"    name="iicetemp"   description="Ice surface temperature (ice presence average)"               />
504          <field ref="uice_ipa"   name="iicevelu"   description="Ice velocity along i-axis at I-point (ice presence average)"  />
505          <field ref="vice_ipa"   name="iicevelv"   description="Ice velocity along j-axis at I-point (ice presence average)"  />
506          <field ref="ice_cover"  name="ileadfra"   description="sea_ice_area_fraction"                                        />
507
508        </file>   
509
510        <!--
511..............................................    scalar   .................................................
512          -->
513        <file id="ORCA2_1m_scalar" description="Ocean scalar" >                                <!-- scalar -->
514         <!-- table 2.2 -->
515          <field ref="masstot"    name="masso"    description="sea_water_mass"                                />
516          <field ref="voltot"     name="volo"     description="sea_water_volume"                              />
517          <field ref="sshtot"     name="zosga"    description="global_average_sea_level_change"               />
518          <field ref="sshsteric"  name="zossga"   description="global_average_steric_sea_level_change"        />
519          <field ref="sshthster"  name="zostoga"  description="global_average_thermosteric_sea_level_change"  />
520          <field ref="temptot"    name="thetaoga" description="sea_water_potential_temperature"               />
521          <field ref="saltot"     name="soga"     description="sea_water_salinity"                            />
522        </file>   
523
524        <file id="ORCA2_1m_ptrc_T" description="pisces sms variables" >
525          <field ref="DIC"      />
526          <field ref="Alkalini" />
527          <field ref="O2"       />
528          <field ref="NCHL"     />
529          <field ref="DCHL"     />
530          <field ref="DOC"      />
531          <field ref="Fer"      />
532          <field ref="NO3"      />
533       </file>
534
535       <file id="ORCA2_1m_diad_T" description="additional pisces diagnostics" >
536          <field ref="PH"       />
537          <field ref="CO3"      />
538          <field ref="CO3sat"   />
539          <field ref="PAR"      />
540          <field ref="PPPHY"    />
541          <field ref="PPPHY2"   />
542          <field ref="PPNEWN"   />
543          <field ref="PPNEWD"   />
544          <field ref="PBSi"     />
545          <field ref="PFeN"     />
546          <field ref="PFeD"     />
547          <field ref="Pcal"     />
548          <field ref="Dcal"     />
549          <field ref="Graz"     />
550          <field ref="Graz2"    />
551          <field ref="Cflx"     />
552          <field ref="ExpPOC"   />
553          <field ref="ExpGOC"   />
554          <field ref="ExpFe1"   />
555          <field ref="ExpFe2"   />
556          <field ref="ExpSi"    />
557          <field ref="Expcal"   />
558          <field ref="Oflx"     />
559          <field ref="Kg"       />
560          <field ref="Dpco2"    />
561          <field ref="Dpo2"     />
562          <field ref="Heup"     />
563          <field ref="Irondep"  />
564          <field ref="Nfix"     />
565       </file>
566
567      </group>   
568
569      <!--
570+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
571        -->
572    </file_definition>
573   
574    <!--
575============================================================================================================
576=                                           grid definition                                                =
577=                                            DO NOT CHANGE                                                 =
578============================================================================================================
579    -->
580   
581    <axis_definition> 
582      <axis id="deptht" description="Vertical T levels" unit="m" positive=".false." />
583      <axis id="depthu" description="Vertical U levels" unit="m" positive=".false." />
584      <axis id="depthv" description="Vertical V levels" unit="m" positive=".false." />
585      <axis id="depthw" description="Vertical W levels" unit="m" positive=".false." />
586      <axis id="none" description="axe non defini" unit="none" size="1" />
587    </axis_definition> 
588   
589    <grid_definition>
590      <grid id="grid_T" description="grid T" />
591      <grid id="grid_U" description="grid U" />
592      <grid id="grid_V" description="grid V" />
593      <grid id="grid_W" description="grid W" />
594      <grid id="scalarpoint" description="scalar" >
595        <zoom id="1point" ibegin="1" jbegin="1" ni="1" nj="1" />
596      </grid>
597    </grid_definition>   
598   
599  </context>
600 
601</simulation>
Note: See TracBrowser for help on using the repository browser.