Ignore:
Timestamp:
2011-06-27T10:54:10+02:00 (13 years ago)
Author:
didier.solyga
Message:

Move some labels associated to externalized parameters in sechiba to pft_parameters.f90

File:
1 edited

Legend:

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

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