Changeset 6253


Ignore:
Timestamp:
09/23/22 11:33:59 (19 months ago)
Author:
falletti
Message:

Changes to use the new tracer.def with LMDZREPR_v6.2_work

Location:
CONFIG/UNIFORM/v6/LMDZREPR_v6
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZREPR_v6/EXPERIMENTS/LMDZREPR/amip/COMP/lmdz.card

    r5999 r6253  
    1919# The parameter file PARAM/config.def_$ConfType will be used. 
    2020# ConfType=preind/actuel/annuel 
    21 ConfType=actuel 
     21ConfType=annuel 
    2222 
    2323# Activate the call to phytrac to run tracer simulation  
     
    9898        (${SUBMIT_DIR}/PARAM/guide.def, .),                                 \ 
    9999        (${SUBMIT_DIR}/PARAM/run.def, .),                                   \ 
    100         (${SUBMIT_DIR}/PARAM/traceur.def.repr, traceur.def),                               \ 
     100        (${SUBMIT_DIR}/PARAM/tracer.def.repr, tracer.def),                               \ 
    101101        (${SUBMIT_DIR}/PARAM/iodef.xml, . ),                                \ 
    102102        (${MODIPSL}/modeles/LMDZ/DefLists/context_lmdz.xml, . ),            \ 
  • CONFIG/UNIFORM/v6/LMDZREPR_v6/GENERAL/DRIVER/lmdz.driver

    r6013 r6253  
    368368 
    369369    if [ X${config_UserChoices_ConfigType} = XESMCO2AER ] ; then 
    370     echo "ESM config, with INCA and CO2i, set type_trac=inco in run.def" 
    371     IGCM_comp_modifyDefFile blocker run.def type_trac inco 
    372     IGCM_comp_modifyDefFile blocker run.def iflag_phytrac 1 
     370        echo "ESM config, with INCA and CO2i, set type_trac=inco in run.def" 
     371        IGCM_comp_modifyDefFile blocker run.def type_trac inco 
     372        IGCM_comp_modifyDefFile blocker run.def iflag_phytrac 1 
    373373    elif [ X${config_ListOfComponents_CHM} = Xinca ] ; then 
    374         echo "Activate coupling to INCA, set type_trac=inca in run.def" 
    375         IGCM_comp_modifyDefFile blocker run.def type_trac inca 
    376         IGCM_comp_modifyDefFile blocker run.def iflag_phytrac 1   
     374            echo "Activate coupling to INCA, set type_trac=lmdz|inca in run.def" 
     375            IGCM_comp_modifyDefFile blocker run.def type_trac "lmdz|inca" 
     376            IGCM_comp_modifyDefFile blocker run.def iflag_phytrac 1   
    377377    elif [ X${config_ListOfComponents_CHM} = Xreprobus ] ; then 
    378         echo "Activate coupling to REPROBUS, set type_trac=repr in run.def" 
    379         IGCM_comp_modifyDefFile blocker run.def type_trac repr 
     378        echo "Activate coupling to REPROBUS, set type_trac=lmdz|repr in run.def" 
     379            IGCM_comp_modifyDefFile blocker run.def type_trac "lmdz|repr" 
    380380        IGCM_comp_modifyDefFile blocker run.def config_inca none 
    381         IGCM_comp_modifyDefFile blocker run.def iflag_phytrac 1   
     381            IGCM_comp_modifyDefFile blocker run.def iflag_phytrac 1   
    382382    elif [ X${config_UserChoices_ConfigType} = XESMCO2 ] ; then  
    383         echo "ESM config, set type_trac=co2i in run.def" 
    384         IGCM_comp_modifyDefFile blocker run.def type_trac co2i 
     383            echo "ESM config, set type_trac=lmdz|co2i in run.def" 
     384            IGCM_comp_modifyDefFile blocker run.def type_trac "lmdz|co2i" 
    385385        IGCM_comp_modifyDefFile blocker run.def config_inca none 
    386     IGCM_comp_modifyDefFile blocker run.def iflag_phytrac 1  
     386        IGCM_comp_modifyDefFile blocker run.def iflag_phytrac 1  
    387387    elif [ X${lmdz_UserChoices_LMDZ_strataero} = Xy ] ; then 
    388388        echo "No coupling to chemistry model but it is a LMDZ STRATAER configuration, set type_trac=coag in run.def" 
Note: See TracChangeset for help on using the changeset viewer.