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

Added experience highresmip. Main diffrences with amip are:

  • using hadisst2 limit.nc files
  • using flag_aerosol=7 and the file MACv2.0-SP_v1.nc for plume aerosols
  • activating the workflow CMIP6 for the moment using dr2xml files from picontrol-spinup expermient. Coping ping and dr2xml files.
  • using climatology LAI instead of calculated lai from stomate. This is done setting LAI_MAP=y and coping the file LAI in orchidee.card and deactivating SBG in config.card.
  • Adding variable LandSeaMask? in config.card, to be changed depending on resolution

Add LAI_MAP in orchidee.def. This variable can now be change by setting LAI_MAP=x in orchidee.card. If not set, LAI_MAP takes its default value (n).

Copy PARAM/ping_comp.xml files from IPSLCM6 to be used with the workflow CMIP6.

Location:
CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL
Files:
3 edited
2 copied

Legend:

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

    r3564 r3772  
    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/LMDZOR_v6/GENERAL/PARAM/orchidee.def_CWRR

    r3573 r3772  
    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/LMDZOR_v6/GENERAL/PARAM/orchidee.def_Choi

    r3573 r3772  
    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.