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_var.f90

    r7519 r7547  
    352352  LOGICAL, SAVE :: impsoilt = .FALSE.      !! Impose soil ? (true/false) 
    353353!$OMP THREADPRIVATE(impsoilt) 
     354  LOGICAL, SAVE :: impslope = .FALSE.      !! Impose reinf_slope ? (true/false) 
     355!$OMP THREADPRIVATE(impslope) 
    354356  LOGICAL, SAVE :: do_now_stomate_lcchange = .FALSE.  !! Time to call lcchange in stomate_lpj 
    355357!$OMP THREADPRIVATE(do_now_stomate_lcchange) 
Note: See TracChangeset for help on using the changeset viewer.