Changes between Version 20 and Version 21 of DevelopmentActivities/ORCHIDEE-CNP


Ignore:
Timestamp:
2016-02-04T07:15:22+01:00 (8 years ago)
Author:
dgoll
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/ORCHIDEE-CNP

    v20 v21  
    156156RUN_DIR_PATH=/home/scratch01/dgoll/RUN_DIR 
    157157}}} 
     158 
     159==== 4.2 ENSEMBLE: fluxnet sites ==== 
     160===== 4.2.1 create new experiment folder ===== 
     161{{{ 
     162cd ../../config/ORCHIDEE_OL/ 
     163cp -fr ENSEMBLE/ MY_ENSEMBLE/ 
     164cd MY_SPINUP_ANALYTIC/ 
     165}}} 
     166 
     167===== 4.2.2 tell libIGCM about the new input files ===== 
     168How is this achieved? there is no stomate.card and no sechiba.card 
     169 
     170===== 4.1.3 adjust the libIGCM  ===== 
     171 
     172add the new flags for the nutrient cycles in fluxnet.card: 
     173{{{ 
     174# to activate P cycle set =y 
     175STOMATE_OK_PCYCLE=y 
     176# to activate N cycle set =y 
     177STOMATE_OK_NCYCLE=y 
     178# make sure we don't fake 
     179LD_FAKE_HEIGHT=n 
     180# you can enable mass conservation and stoichiometry checks by =y 
     181STOMATE_MASS_CONSERVATION=y 
     182STOMATE_DSG_DEBUG=y 
     183}}} 
     184 
     185xios is per default disabled in "PARAM/orchidee.default" 
     186routing is per default disabled in "fluxnet.card"