Changeset 7442


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.

Location:
branches/ORCHIDEE_2_2/ORCHIDEE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/ORCHIDEE_2_2/ORCHIDEE/orchidee.default

    r7432 r7442  
    15171517GET_SLOPE =  n  
    15181518 
    1519 # REINF_SLOPE ([-]) :  Slope coef for reinfiltration 
     1519# REINF_SLOPE ([-]) :  Fraction of reinfiltrated surface runoff 
    15201520REINF_SLOPE =  0.1  
    15211521 
     
    15351535SOILCLASS_FILE =  soils_param.nc  
    15361536 
    1537 # SLOPE_NOREINF ([-]) :  See slope_noreinf above        {} 
     1537# SLOPE_NOREINF ([%]) :  Slope over which surface runoff does not reinfiltrate  {} 
    15381538SLOPE_NOREINF =  0.5  
    15391539 
  • 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.