Ignore:
Timestamp:
2022-02-16T11:24:32+01:00 (2 years ago)
Author:
josefine.ghattas
Message:

Update orchidee.default using the tool create_orchidee_defalut.sh tool. Note that manual modifications in orchidee.default are overwritten. Reported some of the changes done previously in orchidee.default to the fortran source code. Note also that all sections in !Config must be there to have the tool working. Therfore added some missing !Config If lines.

File:
1 edited

Legend:

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

    r7264 r7475  
    624624 
    625625  !Config Key   = SPREAD_PREC 
    626   !Config Desc  = Spread the precipitation. 
    627   !Config If    = [-] 
     626  !Config Desc  = On how long we spread the precipitation 
     627  !Config If    = [orchidee_ol] 
    628628  !Config Def   = Half of the forcing time step or uniform, depending on dt_force and dt_sechiba 
    629629  !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. 
    632   !Config Units = [-] 
     632  !Config Units = [nb of dt_sechiba] 
    633633!- 
    634634  IF ( dt_force >= 3*one_hour) THEN 
Note: See TracChangeset for help on using the changeset viewer.