Ignore:
Timestamp:
2011-09-01T15:52:59+02:00 (13 years ago)
Author:
didier.solyga
Message:

Set impose_param as a public variable in intersurf. Clean some commented code in both hydrologt modules. Define the euler constant as EXP(1.)

File:
1 edited

Legend:

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

    r311 r433  
    447447    ENDIF 
    448448 
    449     ! >> july 2011 add initialisation of sneige and throughfall_by_pft 
     449    ! >> DS : july 2011 add initialisation of sneige and throughfall_by_pft 
    450450    sneige = snowcri/mille 
    451451    throughfall_by_pft = throughfall_by_pft / 100.    
     
    14501450    INTEGER(i_std)                                :: ji, jv 
    14511451    REAL(r_std), DIMENSION (kjpindex,nvm)          :: zqsintvegnew 
    1452 !!$    LOGICAL, SAVE                                  :: firstcall=.TRUE. 
    1453 !!$ 
    1454 !!$    IF ( firstcall ) THEN 
    1455 !!$ 
    1456 !!$       throughfall_by_pft = throughfall_by_pft / 100. 
    1457 !!$ 
    1458 !!$       firstcall=.FALSE. 
    1459 !!$    ENDIF 
    14601452 
    14611453    ! calcul de qsintmax a prevoir a chaque pas de temps 
Note: See TracChangeset for help on using the changeset viewer.