Changes between Version 35 and Version 36 of DevelopmentActivities/ORCHIDEE-CNP


Ignore:
Timestamp:
2016-02-11T16:43:13+01:00 (8 years ago)
Author:
dgoll
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/ORCHIDEE-CNP

    v35 v36  
    2222 
    2323== ISSUES == 
     24 
     25=== Interpolating soil order === 
     26The interpolation from 0.5 degree to any other grid results in floating point error 
     27in stomate_io.f90; soilorder(ib) = tt (idx(1))  
     28{{{ 
     29                !------- 
     30                !------ Select the soil order with biggest area 
     31                !------- 
     32                idx = MAXLOC(area) 
     33                soilorder(ib) = tt(idx(1)) 
     34                sgn = SUM(area) 
     35}}} 
    2436 
    2537=== Reading in N inputs ===