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/forcing_tools.f90

    r7429 r7475  
    10431043       !Config Key   = SPREAD_PREC 
    10441044       !Config Desc  = Spread the precipitation. 
    1045        !Config If    = [-] 
     1045       !Config If    = orchideedriver 
    10461046       !Config Def   = Half of the forcing time step or uniform, depending on dt_force and dt_sechiba 
    10471047       !Config Help  = Spread the precipitation over SPREAD_PREC steps of the splited forcing  
     
    10581058       IF ( nb_spread < 0 ) THEN 
    10591059          !Config Key   = SPREAD_PREC_SEC 
    1060           !Config Desc  = Spread the precipitation over an interval in seconds. 
     1060          !Config Desc  = On how long we spread the precipitation 
    10611061          !Config Def   = 3600 
     1062          !Config If    = orchideedriver and nb_spread < 0 
    10621063          !Config Help  = Spread the precipitation over n seconds of the forcing time step 
    10631064          !Config         interval. This ONLY applies when the SPREAD_PREC_SEC is smaller than 
    10641065          !Config         the forcing time step. Should the user set SPREAD_PREC_SEC=0 we will  
    10651066          !Config         assume that the rainfall is uniformely distributed over the forcing interval. 
    1066           !Config Units = seconds 
     1067          !Config Units = [s] 
    10671068          ! 
    10681069          ! This is the default should 'SPREAD_PREC' not be present in the run.def 
     
    10811082       !Config Desc  = Take into account precipitation on the next forcing step for spreading it. 
    10821083       !Config Def   = FALSE 
     1084       !Config If    = orchideedriver 
    10831085       !Config Help  = This allows to extend the spreading of rainfall to the entire forcing 
    10841086       !Config         should it be raining on the following time step. This ensures that if it rains 
Note: See TracChangeset for help on using the changeset viewer.