Changes between Version 5 and Version 6 of DevelopmentActivities/Bugs


Ignore:
Timestamp:
2015-12-02T14:42:04+01:00 (9 years ago)
Author:
ajornet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/Bugs

    v5 v6  
    22 
    33List of bugs that need to be fixed. They are order by priority from the top to the bottom. 
    4  
    5  
    6 == PFT maps and Analytic spinup with DGVM == 
    7  
    8 There are no trees with DGVM (without spitfire) 
    9  
    10 You have a list in pft_parameters: 
    11  
    12 {{{ 
    13       !! 5.1 Read the name of the PFTs given by the user 
    14       ! 
    15       !Config Key   = PFT_NAME 
    16       !Config Desc  = Name of a PFT 
    17       !Config if    = OK_SECHIBA or OK_STOMATE 
    18       !Config Def   = bare ground, tropical broad-leaved evergreen, tropical broad-leaved raingreen, 
    19       !Config         temperate needleleaf evergreen, temperate broad-leaved evergreen temperate broad-leaved summergreen, 
    20       !Config         boreal needleleaf evergreen, boreal broad-leaved summergreen, boreal needleleaf summergreen, 
    21       !Config         C3 grass, C4 grass, C3 agriculture, C4 agriculture 
    22       !Config Help  = the user can name the new PFTs he/she introducing for new species 
    23       !Config Units = [-] 
    24       CALL getin_p('PFT_NAME',pft_name) 
    25 }}} 
    26  
    27 I'm looking at DGVM without SPITFIRE. In dynamic mode, we have first crops but natural PFTs appear later: grasses and after a few years trees. At least that's how it behaves with the TRUNK version. 
    284 
    295== Spitfire == 
     
    7248}}} 
    7349 
     50== PFT maps and Analytic spinup with DGVM == 
     51 
     52There are no trees with DGVM (without spitfire) 
     53 
     54You have a list in pft_parameters: 
     55 
     56{{{ 
     57      !! 5.1 Read the name of the PFTs given by the user 
     58      ! 
     59      !Config Key   = PFT_NAME 
     60      !Config Desc  = Name of a PFT 
     61      !Config if    = OK_SECHIBA or OK_STOMATE 
     62      !Config Def   = bare ground, tropical broad-leaved evergreen, tropical broad-leaved raingreen, 
     63      !Config         temperate needleleaf evergreen, temperate broad-leaved evergreen temperate broad-leaved summergreen, 
     64      !Config         boreal needleleaf evergreen, boreal broad-leaved summergreen, boreal needleleaf summergreen, 
     65      !Config         C3 grass, C4 grass, C3 agriculture, C4 agriculture 
     66      !Config Help  = the user can name the new PFTs he/she introducing for new species 
     67      !Config Units = [-] 
     68      CALL getin_p('PFT_NAME',pft_name) 
     69}}} 
     70 
     71I'm looking at DGVM without SPITFIRE. In dynamic mode, we have first crops but natural PFTs appear later: grasses and after a few years trees. At least that's how it behaves with the TRUNK version. 
     72 
     73 
    7474== VSD merge == 
    7575