Changes between Version 1 and Version 2 of ModelVersions/Diff1_9_1-1_9_2


Ignore:
Timestamp:
2008-04-25T14:47:44+02:00 (16 years ago)
Author:
mmaipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ModelVersions/Diff1_9_1-1_9_2

    v1 v2  
    11 
    2  * grid.f90, intersurf.f90 : We add the areas of each cells in sechiba_history,  
    3              because it is useful for post-treatment. 
     2 * grid, data_para, intersurf : We add the areas of each cells in sechiba_history, because it is useful for post-treatment. 
    43 
    5  * ioipsl_para : '''Bug correction : real 3D array allocation on temp_g''' 
     4 * ioipsl_para : Bug correction on temp_g real 3D array allocation  
    65 
    7  * constantes_veg : table type_of_lai modified by Nathalie : Even Sempervirens vegetation is allowed to have a small seasonal cycle. 
     6 * constantes_veg : table type_of_lai modified by Nathalie :  
     7   {{{ Even Sempervirens vegetation is allowed to have a small seasonal cycle.}}} 
     8 
     9 * condveg :  
     10   * Bug in condveg_snow call :  
     11     {{{ Sauf en cas de DGVM .... pour le moment car la somme des maxvegetfrac depasse 1! ! Si DGVM alors on passe veget. }}} 
     12   * Wrong comment for drysoil_frac "Dry soil heigth in meters" is replaced by its right 
     13     definition "Fraction of visibly Dry soil(between 0 and 1)" 
     14 * hydrolc : '''Bug correction with drysoil_frac''' 
     15             (not the "Dry soil heigth in meters", but the "Fraction of visibly Dry soil") 
     16             Then recover hdry (old variable from 1.3 hydrol version) to compute subgrid definition with dss and dsp. 
     17             Use this variable to define rsol in place of drysoil_frac. 
     18 
     19 * intersurf :  
     20   * exchange t2m/q2m string for histwrite (wrong order). 
     21   * histdef :  
     22     * Add dss and qsatt (but no histwrite for instance). 
     23     * Protect CO2FLUX with ok_stomate or stomate_watchout condition. 
     24     * histwrite2 : correct a axis problem with NEE 
     25 
     26 * sechiba_io and sechiba_io_p : bug with is_key test (but it was not used). 
     27 
     28 * sechiba_io_p : Add a function '''ok_var''' not used yet. It would give a logical depend on an external (getin) definition.