Changes between Version 9 and Version 10 of DevelopmentActivities/inputRoutine
- Timestamp:
- 2017-07-27T14:04:33+02:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopmentActivities/inputRoutine
v9 v10 33 33 34 34 === examples === 35 First we prescribe all input fluxes from run.def (useful if you run a site simulation)35 Prescribe all input fluxes from run.def (useful if you run a site simulation) 36 36 {{{ 37 37 # impose NP inputs(y) .... … … 52 52 Pweat=.01 53 53 }}} 54 Prescribe all input fluxes from maps (default procedure for regional to global simulations 55 {{{ 56 # impose NP inputs(y) .... 57 NINPUT_UPDATE=1 58 NINPUT_YEAR=1 59 IMPOSE_NINPUT=y 60 # ... from maps(y) 61 IMPOSE_NMAP=y 62 # I store the three fluxes as variables Ndep_NHX, Ndep_NOY, and Pdep in a single file: 63 Ndep_NHX_FILE=deposition.nc 64 Ndep_NOY_FILE=deposition.nc 65 Pdep_FILE=deposition.nc 54 66 67 # we compute BNF and weathering dynamically (input files are currently not available) 68 READ_PWEAT=n 69 READ_BNF=n 70 }}}