Ignore:
Timestamp:
2021-07-30T13:50:32+02:00 (3 years ago)
Author:
agnes.ducharne
Message:

Makes all keywords related to SPREAD_PREC include an A in spreAd, cf ticket #730, comment 5 and on. All forms with SPRED_PREC get deprecated. The file orchidee.default is adapted, and now includes info on SPREAD_PREC_SEC and SPREAD_PREC_CONT (only used by new driver). The configurations, however, have not yet been updated (the only committed configuration affected is FG3nd with SPRED_PREC_SEC = 5400).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ORCHIDEE_2_2/ORCHIDEE/src_driver/dim2_driver.f90

    r7256 r7264  
    623623  ENDIF 
    624624 
    625   !Config Key   = SPRED_PREC 
     625  !Config Key   = SPREAD_PREC 
    626626  !Config Desc  = Spread the precipitation. 
    627627  !Config If    = [-] 
    628628  !Config Def   = Half of the forcing time step or uniform, depending on dt_force and dt_sechiba 
    629   !Config Help  = Spread the precipitation over SPRED_PREC steps of the splited forcing  
     629  !Config Help  = Spread the precipitation over SPREAD_PREC steps of the splited forcing  
    630630  !Config         time step. This ONLY applied if the forcing time step has been splited. 
    631631  !Config         If the value indicated is greater than SPLIT_DT, SPLIT_DT is used for it. 
     
    640640  END IF 
    641641 
    642   CALL getin_p('SPRED_PREC', nb_spread)   
     642  CALL getin_p('SPREAD_PREC', nb_spread)   
    643643  IF (nb_spread > split) THEN 
    644644    WRITE(numout,*) 'WARNING : nb_spread is too large it will be ' 
Note: See TracChangeset for help on using the changeset viewer.