Changes between Version 20 and Version 21 of DevelopmentActivities/Bugs


Ignore:
Timestamp:
2015-12-07T11:15:30+01:00 (9 years ago)
Author:
maignan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/Bugs

    v20 v21  
    11= Current Bugs = 
    22 
    3 List of bugs that need to be fixed. They are order by priority from the top to the bottom. 
     3List of bugs that need to be fixed. They are ordered by priority from the top to the bottom. 
    44 
    55== Spitfire == 
     
    77=== There are regative values at fuel_XXhr variables === 
    88 
    9 Suppously, solved at r3021 and r3022. It seems it is not like this. 
     9Supposedly solved at r3021 and r3022. It seems that it is not the case. 
    1010 
    1111Update: negative values at diff_frac.  
     
    4848   dummy(:)=exp(a(:)*(1.0-bet(:))) 
    4949ENDWHERE 
    50 }}} 
    51  
    52 == DGVM == 
    53  
    54 Problem from Fabienne: There are no trees with DGVM (without SPITFIRE). 
    55  
    56 I'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. 
    57  
    58 * '''TRUNK 2800 + latest correction of the DGVM bug''' 
    59 Configuration: /home/satellites2/maignan/ORCHIDEE/TESTS/test_TRUNK_2800/modipsl/config/ORCHIDEE_OL/OOL_SEC_STO_DGVM [[BR]] 
    60 We see natural vegetation growing (check variable VEGET_MAX):[[BR]] 
    61 /home/satellites2/maignan/ORCHIDEE/TESTS/test_TRUNK_2800/ARCHIVE/IGCM_OUT/OL2/DEVT/secsto/SECHSTOM.2800/SBG/Output/MO/[[BR]] 
    62 Grasses are already well extended in 1903, same for trees in 1907. 
    63  
    64 * '''ORCHIDEE-MICT branch''' 
    65 Configuration: /home/surface3/maignan/ORCHIDEE/TESTS/test_MICT_branch/modipsl/config/ORCHIDEE_OL/OOL_SEC_STO_DGVM_NOFIRE [[BR]] 
    66 Trees appear but much later and much less than with the TRUNK version.[[BR]] 
    67 /home/surface3/maignan/ORCHIDEE/TESTS/test_MICT_branch/ARCHIVE/IGCM_OUT/OL2/DEVT/secsto/SECHSTOM.DGVM.NOFIRE/SBG/Output/MO[[BR]] 
    68 Grasses present in 1903, PFT 11 similar to TRUNK, PFT 10 quite different. No trees in 1907. 
    69  
    70 * '''Albert's personal branch''' 
    71 Configuration: /home/surface3/maignan/ORCHIDEE/TESTS/test_MICT_V6/modipsl/config/ORCHIDEE_OL/OOL_SEC_STO_V6_DGVM_NOFIRE[[BR]] 
    72 No trees, no grasses[[BR]] 
    73 /home/surface3/maignan/ORCHIDEE/TESTS/test_MICT_V6/ARCHIVE/IGCM_OUT/OL2/DEVT/secsto/SECHSTOM.DGVM.NOFIRE/SBG/Output/MO 
    74  
    75  
    76 If you want to know more about PFTs, you have a list in pft_parameters: 
    77  
    78 {{{ 
    79       !! 5.1 Read the name of the PFTs given by the user 
    80       ! 
    81       !Config Key   = PFT_NAME 
    82       !Config Desc  = Name of a PFT 
    83       !Config if    = OK_SECHIBA or OK_STOMATE 
    84       !Config Def   = bare ground, tropical broad-leaved evergreen, tropical broad-leaved raingreen, 
    85       !Config         temperate needleleaf evergreen, temperate broad-leaved evergreen temperate broad-leaved summergreen, 
    86       !Config         boreal needleleaf evergreen, boreal broad-leaved summergreen, boreal needleleaf summergreen, 
    87       !Config         C3 grass, C4 grass, C3 agriculture, C4 agriculture 
    88       !Config Help  = the user can name the new PFTs he/she introducing for new species 
    89       !Config Units = [-] 
    90       CALL getin_p('PFT_NAME',pft_name) 
    9150}}} 
    9251