Ignore:
Timestamp:
02/25/16 15:57:51 (8 years ago)
Author:
jgipsl
Message:

Some update in LMDZOR_v6 configuration: the parameters LAND_USE and LAND_COVER_CHANGE do not exist in ORCHIDEE trunk source code any more.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/DRIVER/orchidee.driver

    r2602 r2757  
    4444    fi 
    4545 
    46     # Modify in orchidee.def VEGET_UPDATE and LAND_COVER_CHANGE if they are set in orchidee.card section UserChoices 
     46    # Modify in orchidee.def VEGET_UPDATE if it is set in orchidee.card section UserChoices 
    4747    if [ ! X${orchidee_UserChoices_VEGET_UPDATE} = X ] ; then 
    4848        IGCM_comp_modifyDefFile nonblocker orchidee.def VEGET_UPDATE   ${orchidee_UserChoices_VEGET_UPDATE} 
    4949    else 
    5050        IGCM_comp_modifyDefFile nonblocker orchidee.def VEGET_UPDATE 0Y 
    51     fi 
    52     if [ ! X${orchidee_UserChoices_LAND_COVER_CHANGE} = X ] ; then 
    53         IGCM_comp_modifyDefFile nonblocker orchidee.def LAND_COVER_CHANGE ${orchidee_UserChoices_LAND_COVER_CHANGE} 
    54     else 
    55         IGCM_comp_modifyDefFile nonblocker orchidee.def LAND_COVER_CHANGE n 
    5651    fi 
    5752 
Note: See TracChangeset for help on using the changeset viewer.