Changes between Version 52 and Version 53 of DevelopmentActivities/ORCHIDEE-CNP


Ignore:
Timestamp:
2016-02-16T16:41:59+01:00 (8 years ago)
Author:
dgoll
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/ORCHIDEE-CNP

    v52 v53  
    255255# to activate N cycle set =y 
    256256STOMATE_OK_NCYCLE=y 
    257 # make sure we don't fake 
    258 LD_FAKE_HEIGHT=n 
     257# make sure we dont fake 
     258#LD_FAKE_HEIGHT=n 
    259259# you can enable mass conservation and stoichiometry checks by =y 
    260260STOMATE_MASS_CONSERVATION=y 
    261261STOMATE_DSG_DEBUG=y 
     262}}} 
     263you need to add defaults for these switches into PARAM/orchidee.default 
     264{{{ 
     265# STOMATE_OK_NCYLE ([FLAG]) :  Activate the nitrogen cycle {OK_STOMATE} 
     266STOMATE_OK_NCYCLE = n 
     267 
     268# STOMATE_OK_PCYLE ([FLAG]) :  Activate the phosphorus cycle {OK_STOMATE} 
     269STOMATE_OK_PCYCLE = n 
     270 
     271# STOMATE_MASS_CONSERVATION ([FLAG]) : activate mass conservation checks which force stop if violated {OK_STOMATE} 
     272STOMATE_MASS_CONSERVATION = n 
     273 
     274# STOMATE_DSG_DEBUG ([FLAG]) : activate checks for stoichiometry and negative pools {OK_STOMATE} 
     275STOMATE_DSG_DEBUG = n 
     276 
    262277}}} 
    263278