Changeset 1665 for CONFIG/IPSLCM/IPSLCM5_v4/GENERAL/DRIVER
- Timestamp:
- 02/21/12 16:11:12 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/IPSLCM/IPSLCM5_v4/GENERAL/DRIVER/lmdz.driver
r1650 r1665 340 340 if [ X${config_ListOfComponents_CHM} = Xinca ] ; then 341 341 echo "Activate coupling to INCA, set type_trac=inca in run.def" 342 LMDZ_sed run.def type_trac =inca342 LMDZ_sed run.def type_trac inca 343 343 elif [ X${config_ListOfComponents_CHM} = Xreprobus ] ; then 344 344 echo "Activate coupling to REPROBUS, set type_trac=repr in run.def" 345 LMDZ_sed run.def type_trac =repr345 LMDZ_sed run.def type_trac repr 346 346 else 347 347 echo "No coupling to chemistry model, set type_trac=lmdz in run.def" 348 LMDZ_sed run.def type_trac =lmdz348 LMDZ_sed run.def type_trac lmdz 349 349 fi 350 350
Note: See TracChangeset
for help on using the changeset viewer.