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/libIGCM/ORCA2_OFF_PISCES/IGCM02/PARAM – NEMO

source: branches/libIGCM/ORCA2_OFF_PISCES/IGCM02/PARAM/iodef.xml @ 2416

Last change on this file since 2416 was 1691, checked in by cetlod, 15 years ago

Adding files for ORCA2_OFF_PISCES/IGCM02 config, see ticket:574

File size: 8.8 KB
Line 
1<?xml version="1.0"?>
2
3<simulation> 
4
5<context id="nemo">
6
7<!-- groups of variables definition -->
8
9  <field_definition level="1" prec="4" operation="ave(X)" freq_op="21600" enabled=".TRUE.">
10 
11      <!-- ptrc on T grid -->
12         
13     <group id="ptrc_T" axis_ref="deptht" grid_ref="grid_T"> 
14       <field id="DIC"      description="Dissolved inorganic Concentration"        unit="mol-C/L" />
15       <field id="Alkalini" description="Total Alkalinity Concentration"           unit="eq/L   " />
16       <field id="O2"       description="Calcite Concentration"                    unit="mol-C/L" />
17       <field id="CaCO3"    description="Phosphate Concentration"                  unit="mol-C/L" />
18       <field id="PO4"      description="Small organic carbon Concentration"       unit="mol-C/L" />
19       <field id="POC"      description="Silicate Concentration"                   unit="mol-C/L" />
20       <field id="Si"       description="Nanophytoplankton Concentration"          unit="mol-C/L" />
21       <field id="PHY"      description="Microzooplankton Concentration"           unit="mol-C/L" />
22       <field id="ZOO"      description="Dissolved organic Concentration"          unit="mol-C/L" />
23       <field id="PHY2"     description="Diatoms Concentration"                    unit="mol-C/L" />
24       <field id="ZOO2"     description="Mesozooplankton Concentration"            unit="mol-C/L" />
25       <field id="BSi"      description="Diatoms Silicate Concentration"           unit="mol-C/L" />
26       <field id="Fer"      description="Dissolved Iron Concentration"             unit="mol-C/L" />
27       <field id="BFe"      description="Big iron particles Concentration"         unit="mol-C/L" />
28       <field id="GOC"      description="Big organic carbon Concentration"         unit="mol-C/L" />
29       <field id="SFe"      description="Small iron particles Concentration"       unit="mol-C/L" />
30       <field id="DFe"      description="Diatoms iron  Concentration"              unit="mol-C/L" />
31       <field id="DSi"      description="Sinking biogenic Silicate Concentration"  unit="mol-C/L" />
32       <field id="NFe"      description="Nano iron Concentration"                  unit="mol-C/L" />
33       <field id="NCHL"     description="Nano chlorophyl Concentration"            unit="mol-C/L" />
34       <field id="DCHL"     description="Diatoms chlorophyl Concentration"         unit="mol-C/L" />
35       <field id="NO3"      description="Nitrates Concentration"                   unit="mol-C/L" />
36       <field id="NH4"      description="Ammonium Concentration"                   unit="mol-C/L" />
37     </group>
38
39      <!-- diad on T grid -->
40
41     <group id="diad_T" axis_ref="none" grid_ref="grid_T">
42       <field id="PH"          description="PH"                                       unit="-"            axis_ref="deptht" />
43       <field id="CO3"         description="Bicarbonates"                             unit="mol/L"        axis_ref="deptht" />
44       <field id="CO3sat"      description="CO3 saturation"                           unit="mol/L"        axis_ref="deptht" />
45       <field id="PAR"         description="Photosynthetically Available Radiation"   unit="W/m2"         axis_ref="deptht" />
46       <field id="PPPHY"       description="Primary production of nanophyto"          unit="mol-C/m3/s"   axis_ref="deptht" />
47       <field id="PPPHY2"      description="Primary production of diatoms"            unit="mol-C/m3/s"   axis_ref="deptht" />
48       <field id="PPNEWN"      description="New Primary production of nanophyto"      unit="mol-C/m3/s"   axis_ref="deptht" />
49       <field id="PPNEWD"      description="New Primary production of diatoms"        unit="mol-C/m3/s"   axis_ref="deptht" />
50       <field id="PBSi"        description="Primary production of Si diatoms"         unit="mol-Si/m3/s"  axis_ref="deptht" />
51       <field id="PFeN"        description="Primary production of nano iron"          unit="mol-Fe/m3/s"  axis_ref="deptht" />
52       <field id="PFeD"        description="Primary production of diatoms iron"       unit="mol-Fe/m3/s"  axis_ref="deptht" />
53       <field id="Pcal"        description="Calcite production"                       unit="mol-C/m3/s"   axis_ref="deptht" />
54       <field id="Dcal"        description="Calcite dissolution"                      unit="mol-C/m3/s"   axis_ref="deptht" />
55       <field id="Graz"        description="Grazing by microzoo"                      unit="mol-C/m3/s"   axis_ref="deptht" />
56       <field id="Graz2"       description="Grazing by mesozoo"                       unit="mol-C/m3/s"   axis_ref="deptht" />
57       <field id="Nfix"        description="Nitrogen fixation"                        unit="mol-N/m2/s"   axis_ref="deptht" />
58       <field id="ExpPOC"      description="POC export"                               unit="mol-C/m2/s"   axis_ref="deptht" />
59       <field id="ExpGOC"      description="GOC export"                               unit="mol-C/m2/s"   axis_ref="deptht" />
60       <field id="ExpFe1"      description="Nano iron export"                         unit="mol-Fe/m2/s"  axis_ref="deptht" />
61       <field id="ExpFe2"      description="Diatoms iron export"                      unit="mol-Fe/m2/s"  axis_ref="deptht" />
62       <field id="ExpSi"       description="Silicate export"                          unit="mol-Si/m2/s"  axis_ref="deptht" />
63       <field id="Expcal"      description="Calcite export"                           unit="mol-C/m2/s"   axis_ref="deptht" />
64       <field id="Cflx"        description="DIC flux"                                 unit="mol-C/m2/s" />
65       <field id="Oflx"        description="Oxygen flux"                              unit="mol-C/m2/s" />
66       <field id="Kg"          description="Gas transfer"                             unit="mol-C/m2/s/uatm" />
67       <field id="Dpco2"       description="Delta CO2"                                unit="uatm" />
68       <field id="Dpo2"        description="Delta O2"                                 unit="uatm" />
69       <field id="Heup"        description="Euphotic layer depth"                     unit="m" />
70       <field id="Irondep"     description="Iron deposition"                          unit="mol-Fe/m2/s" />
71     </group>
72
73
74  </field_definition>
75
76<!-- file definition -->
77
78  <file_definition output_level="10" enabled=".TRUE.">
79   
80    <file id=<file_name_ptrc_T> description="pisces sms variables" output_freq=<output_frequency_trc> output_level="5" >
81       <field ref="DIC"      />
82       <field ref="Alkalini" />
83       <field ref="O2"       />
84       <field ref="CaCO3"    />
85       <field ref="PO4"      />
86       <field ref="POC"      />
87       <field ref="Si"       />
88       <field ref="PHY"      />
89       <field ref="ZOO"      />
90       <field ref="PHY2"     />
91       <field ref="ZOO2"     />
92       <field ref="BSi"      />
93       <field ref="Fer"      />
94       <field ref="BFe"      />
95       <field ref="GOC"      />
96       <field ref="SFe"      />
97       <field ref="DFe"      />
98       <field ref="DSi"      />
99       <field ref="NFe"      />
100       <field ref="NCHL"     />
101       <field ref="DCHL"     />
102       <field ref="NO3"      />
103       <field ref="NH4"      />
104    </file>
105
106    <file id=<file_name_diad_T> description="additional pisces diagnostics" output_freq=<output_frequency_trc> output_level="5" > 
107       <field ref="PH"       />
108       <field ref="CO3"      />
109       <field ref="CO3sat"   />
110       <field ref="PAR"      />
111       <field ref="PPPHY"    />
112       <field ref="PPPHY2"   />
113       <field ref="PPNEWN"   />
114       <field ref="PPNEWD"   />
115       <field ref="PBSi"     />
116       <field ref="PFeN"     />
117       <field ref="PFeD"     />
118       <field ref="Pcal"     />
119       <field ref="Dcal"     />
120       <field ref="Graz"     />
121       <field ref="Graz2"    />
122       <field ref="Cflx"     />
123       <field ref="ExpPOC"   />
124       <field ref="ExpGOC"   />
125       <field ref="ExpFe1"   />
126       <field ref="ExpFe2"   />
127       <field ref="ExpSi"    />
128       <field ref="Expcal"   />
129       <field ref="Oflx"     />
130       <field ref="Kg"       />
131       <field ref="Dpco2"    />
132       <field ref="Dpo2"     />
133       <field ref="Heup"     />
134       <field ref="Irondep"  />
135       <field ref="Nfix"     />
136   </file>
137 
138  </file_definition>
139
140
141  <axis_definition> 
142     <axis id="deptht" description="Vertical T levels" unit="m" positive=".false." />
143     <axis id="depthu" description="Vertical U levels" unit="m" positive=".false." />
144     <axis id="depthv" description="Vertical V levels" unit="m" positive=".false." />
145     <axis id="depthw" description="Vertical W levels" unit="m" positive=".false." />
146     <axis id="none" description="axe non defini" unit="none" size="1" />
147  </axis_definition> 
148
149  <grid_definition>
150    <grid id="grid_T" description="grid T" />
151    <grid id="grid_U" description="grid U" />
152    <grid id="grid_V" description="grid V" />
153    <grid id="grid_W" description="grid W" />
154  </grid_definition>
155
156</context>
157
158</simulation>
Note: See TracBrowser for help on using the repository browser.