Ignore:
Timestamp:
2022-03-25T17:13:33+01:00 (2 years ago)
Author:
agnes.ducharne
Message:

Create new flag IMPOSE_SLOPE to control the possibility to impose a uniform reinf_slope for surface runoff reinfiltration. orchidee.default is manually updated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ORCHIDEE_2_2/ORCHIDEE/src_parameters/constantes.f90

    r7475 r7547  
    227227    !ENDIF 
    228228 
     229    !Config Key   = IMPOSE_SLOPE 
     230    !Config Desc  = Should reinf_slope be prescribed ? 
     231    !Config Def   = n 
     232    !Config If    =  
     233    !Config Help  = This flag allows the user to impose a uniform fraction of   
     234    !Config         reinfiltrated surface runoff, with value REINF_SLOPE  
     235    !Config Units = [FLAG] 
     236    CALL getin_p('IMPOSE_SLOPE', impslope) 
     237        
    229238    !Config Key   = LAI_MAP 
    230239    !Config Desc  = Read the LAI map 
Note: See TracChangeset for help on using the changeset viewer.