Changes between Version 1 and Version 2 of DevelopmentActivities/inputRoutine


Ignore:
Timestamp:
2017-07-27T10:18:22+02:00 (7 years ago)
Author:
dgoll
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/inputRoutine

    v1 v2  
    1 = External nitrogen and phosphorus inputs to the ecosystem = 
     1= External nitrogen and phosphorus inputs to the ecosystem PART 1: natural inputs = 
    22 
    33External inputs of nutrient to the ecosystem can be either (1) read in from global maps, (2) prescribed from run.def (for site simulations) or (3) computed dynamically in case of biological nitrogen fixation (BNF) and phosphorus weathering. Several flags handle this. 
    44 
    5 == List of external input fluxes currently considered == 
    6  
     5== List of natural input fluxes currently considered == 
    76=== natural nitrogen input (g N m-2 yr-1) ===  
    87* Ndep_NHX: atmospheric NHX deposition  
    98* Ndep_NOY: atmospheric NOY deposition  
     9* Nfert: N fertilizer (DSG: is this needed or not?) 
    1010* Nbnf: Biological N2 fixation  
    1111 
     
    1414* Pweat: P release from weathering  
    1515 
     16== Flags to control the input fluxes == 
     17*   Ninput_update: 0 if inputs should be taken from restart file / 1 if inputs should be updated from run.def or maps  
     18*  impose_Ninput: y=read from run.def; n=read from maps (default n) 
     19   1. Ndep_NHX: annual NHX input by deposition, (if impose_Pinput=y) 
     20   2. Ndep_NOY: annual NOY input by deposition (if impose_Pinput=y)  
     21   3. Nfert: annual N input by fertilizers (if impose_Pinput=y) 
     22   4. Nbnf: annual N input by BNF (if impose_Pinput=y and read_bnf=y) 
     23*  impose_Pinput: y=read from run.def; n=read from maps (default n) 
     24   1. Pdep: annual P input by deposition (if impose_Pinput=y)  
     25   2. Pweat:  annual P input by wethering (if impose_Pinput=y and read_pweat=y) 
    1626 
    1727 
    1828 
    1929 
     30 
     31