Changes between Version 21 and Version 22 of DevelopmentActivities/ORCHIDEE-DOFOCO
- Timestamp:
- 2012-10-09T08:48:58+02:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopmentActivities/ORCHIDEE-DOFOCO
v21 v22 41 41 42 42 == 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 43 47 INITIALIZE & CONSISTENCY 44 * Initialize biomass(:,:,ilabile) -> current value 10^3745 48 * Calculate rue_longterm in stomate_season.f90 46 49 * 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. … … 48 51 49 52 LABILE & RESERVE POOL 53 * The resource based scheme has a seasonal cycle for ilabile, this should not be the case. 50 54 * Check 'use_reserve' sometimes it is a value, sometimes it looks like a flag (its value is set to 1) in stomate_alloc.f90 51 55 * Check where lab_fac comes from in stomate_resp.f90