Ignore:
Timestamp:
2022-01-24T17:39:45+01:00 (2 years ago)
Author:
agnes.ducharne
Message:

Corrrects units and improves comments for REINF_SLOPE and SLOPE_NOREINF.

File:
1 edited

Legend:

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

    r7432 r7442  
    171171     
    172172    ! Set default values used by XIOS for the interpolation 
    173     slope_noreinf = 0.5 
     173    slope_noreinf = 0.5 ! slope in percent 
    174174    CALL getin_p('SLOPE_NOREINF',slope_noreinf) 
    175175    lerr=xios_orchidee_setvar('slope_noreinf',slope_noreinf) 
     
    12901290        
    12911291       !Config Key   = REINF_SLOPE 
    1292        !Config Desc  = Slope coef for reinfiltration  
     1292       !Config Desc  = Fraction of reinfiltrated surface runoff  
    12931293       !Config Def   = 0.1 
    12941294       !Config If    =  
     
    37453745    ! 
    37463746    !Config Key   = SLOPE_NOREINF 
    3747     !Config Desc  = See slope_noreinf above 
     3747    !Config Desc  = Slope over which surface runoff does not reinfiltrate 
    37483748    !Config If    =  
    37493749    !Config Def   = 0.5 
    37503750    !Config Help  = The slope above which there is no reinfiltration 
    3751     !Config Units = [-] 
    3752     ! 
    3753     slope_noreinf = 0.5 
     3751    !Config Units = [%] 
     3752    ! 
     3753    slope_noreinf = 0.5 ! slope in percent 
    37543754    ! 
    37553755    CALL getin_p('SLOPE_NOREINF',slope_noreinf) 
Note: See TracChangeset for help on using the changeset viewer.