Changes between Version 20 and Version 21 of DevelopmentActivities/inputRoutine


Ignore:
Timestamp:
2017-07-30T17:18:58+02:00 (7 years ago)
Author:
dgoll
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/inputRoutine

    v20 v21  
    137137}}} 
    138138 
     139set fluxes to _AUTO_ in PARAM/run.def: 
     140{{{ 
     141# impose NP inputs(y) .... 
     142NINPUT_UPDATE=1 
     143NINPUT_YEAR=1 
     144IMPOSE_NINPUT=y 
     145# ... from map(y) or run.def(n) 
     146IMPOSE_NMAP=n 
    139147 
     148# compute BNF dynamically(y) / if not(n) you need to set bnf= 
     149READ_BNF=n 
     150READ_PWEAT=n 
     151 
     152### Let libIGCM fill them using the values from NPdeposition.txt 
     153# Deposition ALL _AUTO_ 
     154Ndep_NHX=_AUTO_:DEFAULT=0. 
     155Ndep_NOY=_AUTO_:DEFAULT=0. 
     156Pdep_p=_AUTO_:DEFAULT=0. 
     157}}} 
    140158 
    141159= For ENSEMBLE setup =