Changeset 4672 for CONFIG/UNIFORM


Ignore:
Timestamp:
08/22/19 11:14:46 (5 years ago)
Author:
tlurton
Message:

Added new STRATAER historical experiment.

Location:
CONFIG/UNIFORM/v6/IPSLCM6
Files:
17 added
4 edited

Legend:

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

    r4462 r4672  
    322322    IGCM_comp_modifyXmlFile nonblocker file_def_histhfCOSP_lmdz.xml histhfCOSP enabled ${LMDZ_COSP_hf} 
    323323 
    324     # Activate the histstrataer output file only for configuration with interactive stratospheric aersols  
     324    # Activate the histstrataer output files only for configuration with interactive stratospheric aerosols  
    325325    # done by setting the key word LMDZ_strataero=y in lmdz.card 
    326326    if [ X${lmdz_UserChoices_LMDZ_strataero} = Xy ] ; then 
     
    393393 
    394394    if [ X${config_ListOfComponents_CHM} = Xinca ] ; then 
    395         echo "Activate coupling to INCA, set type_trac=inca in run.def" 
    396         IGCM_comp_modifyDefFile blocker run.def type_trac inca 
     395    echo "Activate coupling to INCA, set type_trac=inca in run.def" 
     396    IGCM_comp_modifyDefFile blocker run.def type_trac inca 
    397397    elif [ X${config_ListOfComponents_CHM} = Xreprobus ] ; then 
    398         echo "Activate coupling to REPROBUS, set type_trac=repr in run.def" 
    399         IGCM_comp_modifyDefFile blocker run.def type_trac repr 
     398    echo "Activate coupling to REPROBUS, set type_trac=repr in run.def" 
     399    IGCM_comp_modifyDefFile blocker run.def type_trac repr 
    400400        IGCM_comp_modifyDefFile blocker run.def config_inca none 
    401     else 
    402         echo "No coupling to chemistry model, set type_trac=lmdz in run.def" 
    403         IGCM_comp_modifyDefFile blocker run.def type_trac lmdz 
     401    elif [ X${lmdz_UserChoices_LMDZ_strataero} = Xy ] ; then 
     402        echo "No coupling to chemistry model but it is a LMDZ STRATAER configuration, set type_trac=coag in run.def" 
     403        IGCM_comp_modifyDefFile blocker run.def type_trac coag 
    404404        IGCM_comp_modifyDefFile blocker run.def config_inca none 
    405     fi 
    406  
     405    else 
     406    echo "No coupling to chemistry model, set type_trac=lmdz in run.def" 
     407    IGCM_comp_modifyDefFile blocker run.def type_trac lmdz 
     408        IGCM_comp_modifyDefFile blocker run.def config_inca none 
     409    fi 
    407410 
    408411    # run.def : Activate the call to phytrac  
    409412    if [ ! X${lmdz_UserChoices_iflag_phytrac} = X ]; then  
    410413        IGCM_comp_modifyDefFile nonblocker run.def iflag_phytrac ${lmdz_UserChoices_iflag_phytrac} 
     414    elif [ X${lmdz_UserChoices_LMDZ_strataero} = Xy ] ; then 
     415    IGCM_comp_modifyDefFile nonblocker run.def iflag_phytrac 1 
    411416    else 
    412417        IGCM_comp_modifyDefFile nonblocker run.def iflag_phytrac 0 
     
    485490        IGCM_comp_modifyDefFile nonblocker config.def pmagic DEFAULT 
    486491    fi  
     492 
     493    # config.def : Modify parameter ok_volcan if it is set in lmdz.card 
     494    if [ ! X${lmdz_UserChoices_ok_volcan} = X ]; then 
     495    IGCM_comp_modifyDefFile nonblocker config.def ok_volcan ${lmdz_UserChoices_ok_volcan} 
     496    else 
     497    # Take default value set in config.def 
     498    IGCM_comp_modifyDefFile nonblocker config.def ok_volcan DEFAULT 
     499    fi 
     500 
     501    # config.def : set ok_volcan to y if we are in the strataero config 
     502    if [ X${lmdz_UserChoices_LMDZ_strataero} = Xy ] ; then 
     503    IGCM_comp_modifyDefFile nonblocker config.def ok_volcan y 
     504    else 
     505    IGCM_comp_modifyDefFile nonblocker config.def ok_volcan DEFAULT 
     506    fi 
     507 
     508    # Note: ok_volcan is a flag allowing a double-call with/without natural forcing (instead of with/without anthro forcing). 
    487509 
    488510    # physiq.def : Modify parameter tau_gl if it is set in lmdz.card 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/config.def_actuel

    r4192 r4672  
    7373# Aerosols stratospheriques utilises par defaut  
    7474flag_aerosol_strat=2 
    75 # Diag VolMIP to get volcanic aerosols effects instead of tropospheric ones 
    76 ok_volcan=n 
     75# Flag to yield double call with/without natural forcing (instead of with/without anthropic) 
     76ok_volcan=_AUTO_: DEFAULT = n 
    7777# 
    7878# COSP 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/config.def_annuel

    r4192 r4672  
    7474# Aerosols stratospheriques utilises par defaut  
    7575flag_aerosol_strat=2 
    76 # Diag VolMIP to get volcanic aerosols effects instead of tropospheric ones 
    77 ok_volcan=n 
     76# Flag to yield double call with/without natural forcing (instead of with/without anthropic) 
     77ok_volcan=_AUTO_: DEFAULT = n 
    7878# 
    7979# COSP 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/config.def_preind

    r4192 r4672  
    7474# 
    7575flag_aerosol_strat=2 
    76 # Diag VolMIP to get volcanic aerosols effects instead of tropospheric ones 
    77 ok_volcan=n 
     76# Flag to yield double call with/without natural forcing (instead of with/without anthropic) 
     77ok_volcan=_AUTO_: DEFAULT = n 
     78# 
    7879# 
    7980# COSP 
Note: See TracChangeset for help on using the changeset viewer.