Ignore:
Timestamp:
2023-11-27T11:40:01+01:00 (7 months ago)
Author:
josefine.ghattas
Message:

Integrated changes done in [8289] : New default Values for irrig param, root zone def based on user-def depth.

See also ticket #857

File:
1 edited

Legend:

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

    r8273 r8320  
    894894    !Config Desc  = The maximum irrigation water injected per hour (kg.m^{-2}/hour) 
    895895    !Config If    = DO_IRRIGATION AND old_irrig_scheme = FALSE 
    896     !Config Def   = 1. 
     896    !Config Def   = 3. 
    897897    !Config Help  = 
    898898    !Config Units = [kg.m^{-2}/hour] 
    899899    CALL getin_p('IRRIG_DOSMAX',irrig_dosmax) 
    900900 
    901     !Config Key   = CUM_NROOT_THR 
    902     !Config Desc  = Cumulated nroot threshoold to define root zone, and calculate water deficit for irrigation 
    903     !Config If    = DO_IRRIGATION AND old_irrig_scheme = FALSE 
    904     !Config Def   = 0.90 
     901    !Config Key   = CUM_DH_THR 
     902    !Config Desc  = Threshold depth to define root zone, and calculate water deficit for irrigation 
     903    !Config If    = DO_IRRIGATION=y AND OLD_IRRIG_SCHEME=n 
     904    !Config Def   = 0.64 
    905905    !Config Help  = 
    906     !Config Units = [] 
    907     CALL getin_p('CUM_NROOT_THR',cum_nroot_thr) 
     906    !Config Units = [m] 
     907    CALL getin_p('CUM_DH_THR',cum_dh_thr) 
    908908 
    909909    !Crop irrigation 
     
    938938    !Config Desc  = Max. fraction of routing reservoir volume that can be used for irrigation 
    939939    !Config If    = DO_IRRIGATION and old_irrig_scheme = FALSE 
    940     !Config Def   = 0.9,0.0,0.9 
     940    !Config Def   = 0.9,0.9,0.9 
    941941    !Config Help  = 
    942942    !Config Units = [] 
     
    947947    !Config Desc  = Threshold multiplier of Target SM to calculate root deficit 
    948948    !Config If    = DO_IRRIGATION and old_irrig_scheme = FALSE 
    949     !Config Def   = 1. 
     949    !Config Def   = 0.9 
    950950    !Config Help  = 
    951951    !Config Units = [] 
     
    10011001    !Config Desc  = DO_IRRIGATION 
    10021002    !Config If    = DO_IRRIGATION = T 
    1003     !Config Def   = zero 
     1003    !Config Def   = 0.05  
    10041004    !Config Help  = 
    10051005    !Config Units = [FRACTION 0-1] 
Note: See TracChangeset for help on using the changeset viewer.