Ignore:
Timestamp:
02/13/23 17:57:49 (15 months ago)
Author:
falletti
Message:

Backtrack for type_trac definition for new tracer (no need of lmdz| anymore)

File:
1 edited

Legend:

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

    r6253 r6323  
    372372        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=lmdz|inca in run.def" 
    375             IGCM_comp_modifyDefFile blocker run.def type_trac "lmdz|inca" 
     374            echo "Activate coupling to INCA, set type_trac=inca in run.def" 
     375            IGCM_comp_modifyDefFile blocker run.def type_trac "inca" 
    376376            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=lmdz|repr in run.def" 
    379             IGCM_comp_modifyDefFile blocker run.def type_trac "lmdz|repr" 
     378        echo "Activate coupling to REPROBUS, set type_trac=repr in run.def" 
     379            IGCM_comp_modifyDefFile blocker run.def type_trac "repr" 
    380380        IGCM_comp_modifyDefFile blocker run.def config_inca none 
    381381            IGCM_comp_modifyDefFile blocker run.def iflag_phytrac 1   
    382382    elif [ X${config_UserChoices_ConfigType} = XESMCO2 ] ; then  
    383             echo "ESM config, set type_trac=lmdz|co2i in run.def" 
    384             IGCM_comp_modifyDefFile blocker run.def type_trac "lmdz|co2i" 
     383            echo "ESM config, set type_trac=co2i in run.def" 
     384            IGCM_comp_modifyDefFile blocker run.def type_trac "co2i" 
    385385        IGCM_comp_modifyDefFile blocker run.def config_inca none 
    386386        IGCM_comp_modifyDefFile blocker run.def iflag_phytrac 1  
Note: See TracChangeset for help on using the changeset viewer.