Changes between Version 22 and Version 23 of DevelopmentActivities/ORCHIDEE-MICT-IMBALANCE-P/Evaluation


Ignore:
Timestamp:
2015-12-07T11:13:23+01:00 (8 years ago)
Author:
maignan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/ORCHIDEE-MICT-IMBALANCE-P/Evaluation

    v22 v23  
    11= Solved Issues = 
     2 
     3== Bug report in DGVM by F. Maignan on 2015/12/04 == 
     4 
     5Problem: There are no trees with DGVM (without SPITFIRE). 
     6 
     7I'm looking at DGVM without SPITFIRE. In dynamic mode, we have first crops (PFTs 12 & 13) but natural PFTs appear later: grasses (PFTs 10 & 11) and after a few years trees (PFTs 2 to 10). At least that's how it behaves with the TRUNK version. 
     8 
     9* '''TRUNK 2800 + latest correction of the DGVM bug (#215)''' 
     10Configuration: /home/satellites2/maignan/ORCHIDEE/TESTS/test_TRUNK_2800/modipsl/config/ORCHIDEE_OL/OOL_SEC_STO_DGVM [[BR]] 
     11We see natural vegetation growing (check variable VEGET_MAX):[[BR]] 
     12/home/satellites2/maignan/ORCHIDEE/TESTS/test_TRUNK_2800/ARCHIVE/IGCM_OUT/OL2/DEVT/secsto/SECHSTOM.2800/SBG/Output/MO/[[BR]] 
     13Grasses are already well extended in 1903, same for trees in 1907. 
     14 
     15* '''ORCHIDEE-MICT branch r3039''' 
     16Configuration: /home/surface3/maignan/ORCHIDEE/TESTS/test_MICT_branch/modipsl/config/ORCHIDEE_OL/OOL_SEC_STO_DGVM_NOFIRE [[BR]] 
     17Trees appear but much later and much less than with the TRUNK version.[[BR]] 
     18/home/surface3/maignan/ORCHIDEE/TESTS/test_MICT_branch/ARCHIVE/IGCM_OUT/OL2/DEVT/secsto/SECHSTOM.DGVM.NOFIRE/SBG/Output/MO[[BR]] 
     19Grasses present in 1903, PFT 11 similar to TRUNK, PFT 10 quite different. No trees in 1907. 
     20 
     21If you want to know more about PFTs, you have a list in pft_parameters: 
     22 
     23{{{ 
     24      !! 5.1 Read the name of the PFTs given by the user 
     25      ! 
     26      !Config Key   = PFT_NAME 
     27      !Config Desc  = Name of a PFT 
     28      !Config if    = OK_SECHIBA or OK_STOMATE 
     29      !Config Def   = bare ground, tropical broad-leaved evergreen, tropical broad-leaved raingreen, 
     30      !Config         temperate needleleaf evergreen, temperate broad-leaved evergreen temperate broad-leaved summergreen, 
     31      !Config         boreal needleleaf evergreen, boreal broad-leaved summergreen, boreal needleleaf summergreen, 
     32      !Config         C3 grass, C4 grass, C3 agriculture, C4 agriculture 
     33      !Config Help  = the user can name the new PFTs he/she introducing for new species 
     34      !Config Units = [-] 
     35      CALL getin_p('PFT_NAME',pft_name) 
     36}}} 
     37 
     38Solved in r3057. 
    239 
    340== Bug report in stomate_wet_ch4_pt_ter_0.f90 by M. Guimberteau on 2015/08/27 ==