Changes between Version 5 and Version 6 of DevelopmentActivities/inputRoutine


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

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/inputRoutine

    v5 v6  
    77* Ndep_NHX: atmospheric NHX deposition  
    88* Ndep_NOY: atmospheric NOY deposition  
    9 * Nfert: N fertilizer (DSG: is this needed or not?) 
    109* Nbnf: Biological N2 fixation  
    1110 
     
    1817*  impose_Ninput: y=impose nutrient inputs either from map or run.def (default n) 
    1918*  impose_Nmap: y=read nutrient inputs from maps (if impose_Ninput=y), n=read from run.def (if impose_Ninput=y) 
    20    1. Ndep_NHX: annual NHX input by deposition, (if impose_Nmap=n) 
    21    2. Ndep_NOY: annual NOY input by deposition (if impose_Nmap=n)  
    22    3. Nfert: annual N input by fertilizers (if impose_Nmap=n=y) 
    23    4. Nbnf: annual N input by BNF (if impose_Nmap=n and read_bnf=y) 
    24    1. Pdep: annual P input by deposition (if impose_Nmap=n=y)  
    25    2. Pweat:  annual P input by wethering (if impose_Nmap=n=y and read_pweat=y) 
    2619 
     20For impose_Nmap=n use the following variables to set the fluxes: 
     21   1. Ndep_NHX: annual NHX input by deposition,  
     22   2. Ndep_NOY: annual NOY input by deposition   
     23   3. Nbnf: annual N input by BNF (if read_bnf=y) 
     24   4. Pdep: annual P input by deposition  
     25   5. Pweat:  annual P input by wethering (if read_pweat=y) 
     26 
     27For impose_Nmap=y use the following variables to set the input files: 
     28   1. Ndep_NHX_FILE 
     29   2. Ndep_NOY_FILE 
     30   3. Nbnf_FILE (if read_bnf=y) 
     31   4. Pdep_FILE 
     32   5. Pweat_FILE (if read_weat=y) 
     33 
     34 
     35