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.

Location:
CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL
Files:
2 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 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/PARAM/orchidee.def_Choi

    r2602 r2757  
    6262# Parmeters related to vegetation map 
    6363#************************************************************************** 
    64 # Read a land_use vegetation map 
    65 # default = n 
    66 LAND_USE = y 
    67  
    6864# Year of the land_use vegetation map readed 
    6965# year off the pft map 
     
    8379VEGET_UPDATE = _AUTO_ 
    8480 
    85 # treat land use modifications 
    86 # With this variable, you can use a Land Use map 
    87 # to simulate anthropic modifications such as    
    88 # deforestation.                                 
    89 # If LAND_USE 
    90 # default = y 
    91 LAND_COVER_CHANGE = _AUTO_ 
    92  
    9381# Do not use default fire module 
    9482FIRE_DISABLE = y 
Note: See TracChangeset for help on using the changeset viewer.