Changeset 1665 for CONFIG/IPSLCM


Ignore:
Timestamp:
02/21/12 16:11:12 (12 years ago)
Author:
jgipsl
Message:

Corrected bug in LMDZ_sed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5_v4/GENERAL/DRIVER/lmdz.driver

    r1650 r1665  
    340340    if [ X${config_ListOfComponents_CHM} = Xinca ] ; then 
    341341        echo "Activate coupling to INCA, set type_trac=inca in run.def" 
    342         LMDZ_sed run.def type_trac=inca 
     342        LMDZ_sed run.def type_trac inca 
    343343    elif [ X${config_ListOfComponents_CHM} = Xreprobus ] ; then 
    344344        echo "Activate coupling to REPROBUS, set type_trac=repr in run.def" 
    345         LMDZ_sed run.def type_trac=repr 
     345        LMDZ_sed run.def type_trac repr 
    346346    else 
    347347        echo "No coupling to chemistry model, set type_trac=lmdz in run.def" 
    348         LMDZ_sed run.def type_trac=lmdz 
     348        LMDZ_sed run.def type_trac lmdz 
    349349    fi 
    350350 
Note: See TracChangeset for help on using the changeset viewer.