Changes between Version 6 and Version 7 of DevelopmentActivities/inputRoutine


Ignore:
Timestamp:
2017-07-27T11:35:54+02:00 (7 years ago)
Author:
dgoll
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/inputRoutine

    v6 v7  
    3232   5. Pweat_FILE (if read_weat=y) 
    3333 
     34=== examples === 
     35First we prescribe all input fluxes from run.def (useful if you run a site simulation) 
     36{{{ 
     37# impose NP inputs(y) .... 
     38NINPUT_UPDATE=1 
     39NINPUT_YEAR=1 
     40IMPOSE_NINPUT=y 
     41# ... from run.def(n) 
     42IMPOSE_NMAP=n 
     43# annual fluxes 
     44Ndep_NHX=0.01 
     45Ndep_NOY=0.02 
     46Pdep=.01 
     47# also read BNF (y) and dont compute it dynamically. 
     48READ_BNF=y 
     49Nbnf=1. 
     50#  read BNF(y) instead of computing dynamically 
     51READ_PWEAT=y 
     52Pweat=.01 
     53}}} 
    3454 
    35