Changeset 3773


Ignore:
Timestamp:
04/19/18 14:47:19 (6 years ago)
Author:
jgipsl
Message:

Propagate previous commit [3772] into IPSLCM6.

Location:
CONFIG/UNIFORM/v6/IPSLCM6
Files:
3 edited
1 copied

Legend:

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

    r3565 r3773  
    5959    else 
    6060        IGCM_comp_modifyDefFile nonblocker orchidee.def VEGET_UPDATE 0Y 
     61    fi 
     62 
     63    # Set LAI_MAP in orchidee.def acording to value set in orchidee.card section UserChoices 
     64    # If LAI_MAP is not definded in orchidee.card, set default value n 
     65    # Note: this option is only read by ORCHIDEE if starting without restart files 
     66    if [ ! X${orchidee_UserChoices_LAI_MAP} = X ] ; then 
     67        IGCM_comp_modifyDefFile nonblocker orchidee.def LAI_MAP   ${orchidee_UserChoices_LAI_MAP} 
     68    else 
     69        IGCM_comp_modifyDefFile nonblocker orchidee.def LAI_MAP   DEFAULT 
    6170    fi 
    6271 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/orchidee.def_CWRR

    r3573 r3773  
    190190VEGET_UPDATE = _AUTO_ 
    191191 
     192# Read lai map (default n) 
     193LAI_MAP = _AUTO_ : DEFAULT = n 
    192194 
    193195# Parameters related to surface and thermal physical properties 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/orchidee.def_Choi

    r3573 r3773  
    8080VEGET_UPDATE = _AUTO_ 
    8181 
     82# Read lai map (default n) 
     83LAI_MAP = _AUTO_ : DEFAULT = n 
    8284 
    8385# Create river description file 
Note: See TracChangeset for help on using the changeset viewer.