Changes between Version 2 and Version 3 of DevelopmentActivities/ORCHIDEE-DOFOCO


Ignore:
Timestamp:
2012-07-11T20:09:00+02:00 (12 years ago)
Author:
luyssaert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/ORCHIDEE-DOFOCO

    v2 v3  
    44The two stream radiation transfer model of Pinty et al is implemented in ORCHIDEE. This routine uses leaf scatter and canopy structure to calculate the radiation transfer and as a result albedo can be calculated 
    55 
    6 == ROUTINES CHANGED 
    7         *  
     6== ROUTINES CHANGED == 
     7        * stomate.f90: Added the variables sinang and lai_eff to history files, added the subroutine stomate_canopy_structure and the subroutine effective_lai 
     8        * condveg.f90: Added the subroutine condveg_2_stream, two_stream_solver and the functions gamma, bhrT1, etc. 
     9        * intersurf.f90: Added lai_eff and sinang to the definition of the history files 
     10        * sechiba.f90: Added lai_eff and sinang to history files        
    811 
    912== TO DO == 
     
    1114        * Discretize the scheme 
    1215        * change the dimensions of the variable albedo to store direct, diffuse, VIS and NIR 
    13         * One day mismatch in between LAI and LAI_eff 
     16        * Check the cause of the one day mismatch in between LAI and LAI_eff 
     17        * clean code, why is laieff and singang written in both stomate and sechiba? 
    1418 
    1519== TESTS ==