Changes between Version 9 and Version 10 of DevelopmentActivities/inputRoutine


Ignore:
Timestamp:
2017-07-27T14:04:33+02:00 (7 years ago)
Author:
dgoll
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/inputRoutine

    v9 v10  
    3333 
    3434=== examples === 
    35 First we prescribe all input fluxes from run.def (useful if you run a site simulation) 
     35Prescribe all input fluxes from run.def (useful if you run a site simulation) 
    3636{{{ 
    3737# impose NP inputs(y) .... 
     
    5252Pweat=.01 
    5353}}} 
     54Prescribe all input fluxes from maps (default procedure for regional to global simulations 
     55{{{ 
     56# impose NP inputs(y) .... 
     57NINPUT_UPDATE=1 
     58NINPUT_YEAR=1 
     59IMPOSE_NINPUT=y 
     60# ... from maps(y) 
     61IMPOSE_NMAP=y 
     62# I store the three fluxes as variables Ndep_NHX, Ndep_NOY, and Pdep in a single file: 
     63Ndep_NHX_FILE=deposition.nc 
     64Ndep_NOY_FILE=deposition.nc 
     65Pdep_FILE=deposition.nc 
    5466 
     67# we compute BNF and weathering dynamically (input files are currently not available) 
     68READ_PWEAT=n 
     69READ_BNF=n 
     70}}}