Changes between Version 21 and Version 22 of DevelopmentActivities/ORCHIDEE-DOFOCO


Ignore:
Timestamp:
2012-10-09T08:48:58+02:00 (12 years ago)
Author:
luyssaert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/ORCHIDEE-DOFOCO

    v21 v22  
    4141 
    4242== TO DO == 
     43 
     44        POSSIBLE TICKETS 
     45        * Stomate_prescribe calculates the number of individuals. Immediately after doing so, it checks whether the total crown areas equals veget_max (the definition of veget_max), however, it is unlikely that this condition will be satisfied. Subsequently the code calculates ind as a function of veget_max. It would be a lot more elegant if this solution could be calculated right away. Check if an analytical solution can be found. 
     46  
    4347        INITIALIZE & CONSISTENCY 
    44         * Initialize biomass(:,:,ilabile) -> current value 10^37 
    4548        * Calculate rue_longterm in stomate_season.f90 
    4649        * In Sonke's code ! fraction of GPP which is lost as growth respiration is defined as REAL(r_std), SAVE :: frac_growthresp in 1.9.5.2 it is defined as a PARAMETER. 
     
    4851 
    4952        LABILE & RESERVE POOL 
     53        * The resource based scheme has a seasonal cycle for ilabile, this should not be the case. 
    5054        * Check 'use_reserve' sometimes it is a value, sometimes it looks like a flag (its value is set to 1) in stomate_alloc.f90 
    5155        * Check where lab_fac comes from in stomate_resp.f90