Changeset 925 for CONFIG/IPSLCM
- Timestamp:
- 03/01/10 19:08:21 (15 years ago)
- Location:
- CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_v3/EXP00
- Files:
-
- 6 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_v3/EXP00/PARAM/iodef.xml
r865 r925 202 202 </group> 203 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 204 267 </field_definition> 205 268 … … 459 522 </file> 460 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> 461 566 462 567 </group> -
CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_v3/EXP00/PARAM/namelist_ORCA2
r919 r925 227 227 ln_qsr_rgb = .true. ! RGB (Red-Green-Blue) light penetration 228 228 ln_qsr_2bd = .false. ! 2 bands light penetration 229 ln_qsr_bio = . false.! bio-model light penetration230 nn_chldta = 1! RGB : Chl data (=1) or cst value (=0)229 ln_qsr_bio = .true. ! bio-model light penetration 230 nn_chldta = 0 ! RGB : Chl data (=1) or cst value (=0) 231 231 rn_abs = 0.58 ! RGB & 2 bands: fraction of light (rn_si1) 232 232 rn_si0 = 0.35 ! RGB & 2 bands: shortess depth of extinction -
CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_v3/EXP00/config.card
r906 r925 11 11 #-- (<8 chars MAX for JobName) 12 12 JobName=EXP00 13 LongName="IPSLCM5_v 2"13 LongName="IPSLCM5_v3" 14 14 TagName=IPSLCM5 15 15 #============================ … … 103 103 104 104 #======================================================================== 105 #D-- MBG - 106 [MBG] 107 WriteFrequency="1M" 108 # If config_Restarts_OverRule == 'n' next 4 params are read 109 Restart= y 110 ##-- Last day of the experience used as restart for this component if Restart=y 111 RestartDate=1100-12-31 112 # Define restart simulation name 113 RestartJobName=ST11RP 114 RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5 115 # Old component name for restart (if empty, use new name) 116 OldName= 117 118 #======================================================================== 105 119 #D-- SRF - 106 120 [SRF] … … 153 167 OCE= (opa9, NEMO_v3_2) 154 168 ICE= (lim2, LIM_2) 169 MBG= (pisces, PISCES) 155 170 CPL= (oasis, OASIS3) 156 171 … … 165 180 OCE= (opa, opa.xx) 166 181 ICE= ("", "") 182 MBG= ("", "") 167 183 CPL= (oasis, oasis) 168 184
Note: See TracChangeset
for help on using the changeset viewer.