Ignore:
Timestamp:
2021-05-27T18:50:25+02:00 (3 years ago)
Author:
agnes.ducharne
Message:

Adding new keywords required for r6954, with updated names, cleaning of comments, and small bug correction (dim of njsc). Checked with 5d simulations on jean-zay: no change.

File:
1 edited

Legend:

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

    r6954 r7200  
    794794    ENDDO 
    795795 
    796     !salma: added config key of KFACT_ROOT_TYPE 
    797796    !! KFACT_ROOT_TYPE = cons is used to impose that kfact_root = 1 in every soil layer, 
    798797    !! so that ks does not increase in the rootzone; else, kfact_root defined as usual 
     
    803802    !Config Help  = can have two values: 'cons' or 'var'. If var then no changes, if cons then kfact_root=un 
    804803    !Config Units = [mm/d] 
     804    kfact_root_type = 'var' 
    805805    CALL getin_p("KFACT_ROOT_TYPE",kfact_root_type) 
    806806 
    807807    IF (kfact_root_type=='cons') THEN 
    808     kfact_root(:,:,:) = un 
     808       kfact_root(:,:,:) = un 
    809809    ENDIF 
    810     !end salma: added config key 
    811810 
    812811    ! 
Note: See TracChangeset for help on using the changeset viewer.