Changes between Version 19 and Version 20 of DevelopmentActivities/ORCHIDEE-DOFOCO
- Timestamp:
- 2012-10-02T18:54:41+02:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopmentActivities/ORCHIDEE-DOFOCO
v19 v20 41 41 == TO DO == 42 42 INITIALIZE & CONSISTENCY 43 * Adjust stomate_data.f90 (put OCN in 1.9.5.2). Current sapling initialization is not consistent with the rest of the allometric allocation. 44 * Check fcn_root(j) and fcn_wood(j) in a constantes files, define for all plant parts (needed to calculate resp and in npp), define as fcn(j,k) where j = nvm and k = ipart. This is ok for stomate_resp. check whether this would be OK for stomate_npp 43 * Initialize biomass(:,:,ilabile) -> current value 10^37 45 44 * Calculate rue_longterm in stomate_season.f90 46 45 * 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. … … 49 48 LABILE & RESERVE POOL 50 49 * 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 * Add labile carbon pool to history file (intersurf.f90, stomate_lpj.f90)52 50 * Check where lab_fac comes from in stomate_resp.f90 53 51 * Check how the labile pool is treated in 1.9.5.2 (in the old scheme -> affects the comparison of 1.9.5.2 with and without allometric-based allocation)