Ignore:
Timestamp:
2011-02-16T11:10:29+01:00 (13 years ago)
Author:
didier.solyga
Message:

uncomment the division of throughfall_by_pft, could be wrong if division made after getin in the previous commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ORCHIDEE_EXT/ORCHIDEE/src_sechiba/hydrol.f90

    r64 r112  
    18931893 
    18941894    IF ( firstcall ) THEN 
    1895        !Config  Key  = PERCENT_THROUGHFALL_PFT 
    1896        !Config  Desc = Percent by PFT of precip that is not intercepted by the canopy 
    1897        !Config  Def  = 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 
    1898        !Config  Help = During one rainfall event, PERCENT_THROUGHFALL_PFT% of the incident rainfall 
    1899        !Config         will get directly to the ground without being intercepted, for each PFT. 
    1900         
    1901 !       throughfall_by_pft = (/ 30., 30., 30., 30., 30., 30., 30., 30., 30., 30., 30., 30., 30. /) 
    1902        CALL getin_p('PERCENT_THROUGHFALL_PFT',throughfall_by_pft) 
     1895!!$       !Config  Key  = PERCENT_THROUGHFALL_PFT 
     1896!!$       !Config  Desc = Percent by PFT of precip that is not intercepted by the canopy 
     1897!!$       !Config  Def  = 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 
     1898!!$       !Config  Help = During one rainfall event, PERCENT_THROUGHFALL_PFT% of the incident rainfall 
     1899!!$       !Config         will get directly to the ground without being intercepted, for each PFT. 
     1900!!$        
     1901!!$!       throughfall_by_pft = (/ 30., 30., 30., 30., 30., 30., 30., 30., 30., 30., 30., 30., 30. /) 
     1902!!$       CALL getin_p('PERCENT_THROUGHFALL_PFT',throughfall_by_pft) 
    19031903       throughfall_by_pft = throughfall_by_pft / 100. 
    19041904 
Note: See TracChangeset for help on using the changeset viewer.