Changes between Version 37 and Version 38 of DevelopmentActivities/ORCHIDEE-DOFOCO


Ignore:
Timestamp:
2013-01-18T15:18:36+01:00 (11 years ago)
Author:
luyssaert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/ORCHIDEE-DOFOCO

    v37 v38  
    5656== TO DO == 
    5757 
    58         STRUCTURE 
     58        CHECK 
    5959        * Define all allometric relationships in a single subroutine to increase consistency of the model 
    6060        * Move all comments to a subroutine 
    61       
    62         ISSUES 
    6361        * Line 460, stomate_npp.f90: switched off the influence of wstress as this made the NPP collaps 
    6462        * Only pass prognostic variables in the argument list i.e. ::lai should not be passed as it can be calculated from biomass which is already passed. Same applies for ::height 
    6563        * why is lai_target an output variable? 
     64        * Substract R_growth before the allocation scheme 
     65        * can lai_happy be replaced by i.e. 0.5*lai_target in growth_fun_all 
     66        * in growth_fun_all do the allocation without ::f_alloc, calculate it only as a diagnostic variable for i.e. model comparison excercises 
    6667         
    6768== CAUTION ==