Changeset 282


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

Location:
branches/ORCHIDEE_EXT/ORCHIDEE
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/ORCHIDEE_EXT/ORCHIDEE/src_parameters/pft_parameters.f90

    r257 r282  
    11281128     CALL getin_p('RSTRUCT_CONST',rstruct_const) 
    11291129     CALL getin_p('KZERO',kzero) 
     1130     ! 
     1131     ! Ajouts Nathalie - le 28 Mars 2006 - sur conseils Fred Hourdin 
     1132     ! 
     1133     !Config Key  = RVEG_PFT 
     1134     !Config Desc = Artificial parameter to increase or decrease canopy resistance. 
     1135     !Config Def  = 1. 
     1136     !Config Help = This parameter is set by PFT. 
    11301137     CALL getin_p('RVEG_PFT', rveg_pft)     
    11311138     !- 
     
    11331140     !- 
    11341141     CALL getin_p('WMAX_VEG',wmax_veg) 
     1142     !Config Key  = HYDROL_HUMCSTE 
     1143     !Config Desc = Root profile 
     1144     !Config Def  = 5., .8, .8, 1., .8, .8, 1., 1., .8, 4., 4., 4., 4. 
     1145     !Config Help = Default values were defined for 2 meters soil depth. 
     1146     !Config        For 4 meters soil depth, you may use those ones : 
     1147     !Config        5., .4, .4, 1., .8, .8, 1., 1., .8, 4., 1., 4., 1. 
    11351148     CALL getin_p('HYDROL_HUMCSTE', humcste) 
     1149     !Config  Key  = PERCENT_THROUGHFALL_PFT 
     1150     !Config  Desc = Percent by PFT of precip that is not intercepted by the canopy 
     1151     !Config  Def  = 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 
     1152     !Config  Help = During one rainfall event, PERCENT_THROUGHFALL_PFT% of the incident rainfall 
     1153     !Config         will get directly to the ground without being intercepted, for each PFT. 
    11361154     CALL getin_p('PERCENT_TROUGHFALL_PFT',throughfall_by_pft) 
    11371155     !- 
  • branches/ORCHIDEE_EXT/ORCHIDEE/src_sechiba/diffuco.f90

    r257 r282  
    455455    ENDIF 
    456456 
    457     ! 
    458     ! Ajouts Nathalie - le 28 Mars 2006 - sur conseils Fred Hourdin 
    459     ! 
    460     !Config Key  = RVEG_PFT 
    461     !Config Desc = Artificial parameter to increase or decrease canopy resistance. 
    462     !Config Def  = 1. 
    463     !Config Help = This parameter is set by PFT. 
    464  
    465 !!$    CALL getin_p('RVEG_PFT', rveg_pft) 
    466  
    467457    WRITE(numout,*) 'DANS DIFFUCO_INIT , RVEG_PFT=',rveg_pft 
    468458 
  • 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 
  • branches/ORCHIDEE_EXT/ORCHIDEE/src_sechiba/hydrolc.f90

    r257 r282  
    14611461 
    14621462    IF ( firstcall ) THEN 
    1463 !!$       !Config  Key  = PERCENT_THROUGHFALL_PFT 
    1464 !!$       !Config  Desc = Percent by PFT of precip that is not intercepted by the canopy 
    1465 !!$       !Config  Def  = 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 
    1466 !!$       !Config  Help = During one rainfall event, PERCENT_THROUGHFALL_PFT% of the incident rainfall 
    1467 !!$       !Config         will get directly to the ground without being intercepted, for each PFT. 
    1468 !!$        
    1469 !!$!       throughfall_by_pft = (/ 30., 30., 30., 30., 30., 30., 30., 30., 30., 30., 30., 30., 30. /) 
    1470 !!$       CALL getin_p('PERCENT_THROUGHFALL_PFT',throughfall_by_pft) 
     1463 
    14711464       throughfall_by_pft = throughfall_by_pft / 100. 
    14721465 
Note: See TracChangeset for help on using the changeset viewer.