Ignore:
Timestamp:
08/18/11 18:16:20 (13 years ago)
Author:
jgipsl
Message:

Modifications in working configuration :

  • orchidee.def : all experiences have VEGET_UPDATE=0Y and LAND_COVER_CHANGE=n
  • orchidee.driver can modify parameters VEGET_UPDATE and LAND_COVER_CHANGE in orchidee.def. This is done IF in orhchidee.card in section UserChoices? the variables VEGET_UPDATE and LAND_COVER_CHANGE is set.
  • Added VEGET_UPDATE=1Y and LAND_COVER_CHANGE=y in orchidee.card section UserChoices? for historical and Chistorical experience
  • Now all orchidee.def and orchidee.driver are the same for the 5 experiences.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5-2/CpiControl/COMP/orchidee.driver

    r1050 r1536  
    9494    # Outputs HF in HISTFILE2 if required 
    9595    [ X${SRF_ok_hf} = Xy ] && ORCHIDEE_sed SECHIBA_HISTFILE2 y 
    96  
    9796    ORCHIDEE_sed SECHIBA_HISTLEVEL2 1 
    9897    ORCHIDEE_sed WRITE_STEP2 10800.0 
     
    10099    if ( [ ${CumulPeriod} -ne 1 ] || [ "${config_SRF_Restart}" != "n" ] ) ; then 
    101100        ORCHIDEE_sed SECHIBA_restart_in sechiba_rest_in.nc 
     101    fi 
     102 
     103 
     104# Modify in orchidee.def VEGET_UPDATE and LAND_COVER_CHANGE if they are set in orchidee.card section UserChoices 
     105    if [ ! X${orchidee_UserChoices_VEGET_UPDATE} = X ] ; then 
     106        ORCHIDEE_sed VEGET_UPDATE   ${orchidee_UserChoices_VEGET_UPDATE} 
     107    fi 
     108    if [ ! X${orchidee_UserChoices_LAND_COVER_CHANGE} = X ] ; then 
     109        ORCHIDEE_sed LAND_COVER_CHANGE ${orchidee_UserChoices_LAND_COVER_CHANGE} 
    102110    fi 
    103111 
Note: See TracChangeset for help on using the changeset viewer.