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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.