Changes between Version 66 and Version 67 of DevelopmentActivities/ORCHIDEE-CNP


Ignore:
Timestamp:
2016-03-01T11:28:32+01:00 (8 years ago)
Author:
dgoll
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/ORCHIDEE-CNP

    v66 v67  
    1717This subroutine calculates the scaling functions based on the stoichiometric ratio of labile plant tissue (reserve, labile and leaf) which are used to scale root uptake, biological N2 fixation, and biochemical mineralization. It currently supports scaling functions based on the P-to-N ratio, N-to-C ratio and P-to-C ratio. All other combinations will cause a 'STOP', but could be easily implemented if needed. 
    1818  
     19== New input file with USDA soil orders == 
     20We use the USDA soil order map of Sun et al. (in revision). The gap filling of the missing values was done like this 
     21(see script /home/users/dgoll/ORC_data/USDA_soilorders/try_2_fill/fill_deserts.ksh): 
     22 
     23We use the soiltext class 6 for cold desert from the input file "soils_param.nc" to fill missing values in these region with Gelisols (5). 
     24After we set cold desert, we use the level 1 of the maxvegetfrac in the input file "PFTmap.nc" to fill missing values of the remaining desert to Aridisols (2). 
     25 
     26In case of the remaining missing points, mostly coast line points, ORCHIDEE will assign the value of the nearest neighbour in the routine "get_soil_orders" in src_stomate_io.f90. 
     27 
    1928 
    2029[[PageOutline(2,SECTIONS,outline)]]