Changes between Version 22 and Version 23 of DevelopmentActivities/ORCHIDEE-DOFOCO
- Timestamp:
- 2012-10-09T10:24:18+02:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopmentActivities/ORCHIDEE-DOFOCO
v22 v23 51 51 52 52 LABILE & RESERVE POOL 53 * The resource based scheme has a seasonal cycle for ilabile , this should not be the case.54 * Check 'use_reserve' sometimes it is a value, sometimes it looks like a flag (its value is set to 1) in stomate_alloc.f9053 * The resource based scheme has a seasonal cycle for ilabile. This is unexpected, it does not seem to affect the outcome and it clearly is on purpose (see stomate_npp.f90). 54 * 55 55 * Check where lab_fac comes from in stomate_resp.f90 56 56 * 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) … … 68 68 == CAUTION == 69 69 * Both resource and allometric allocation make use of the variable pipe_tune2 and pipe_tune3. In 1.9.5.2 these variables are set to 40 and 0.5 respectively. In OCN the values are 55 and 0.65 respectively. Use the appropriate values depending on the tests. 70 * The variable ::use_reserve, seems to be consistently used as a flag in the allometric based allocation. However, in the resource-based allocation it is consistently used as a C stock (gC m-2). The value is set in stomate_alloc.f90 and used in stomate_npp.f90. 70 71 71 72 == TESTS ==