Ignore:
Timestamp:
03/08/16 13:04:48 (8 years ago)
Author:
jgipsl
Message:

Update to be coherent with LMDZOR_v6 :

  • added vert.def and removed vertical dependencies from gcm.def and physiq.def
  • added new physiq.def_NPv5.4. Note this is still under develeoppement.
  • clean old parameters in orchidee not longer used/existing
  • use file_def_orchidee.xml from ORCHIDEE source model directory
File:
1 edited

Legend:

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

    r2694 r2770  
    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.