Changeset 2202 for LMDZ5/trunk/makelmdz_fcm
- Timestamp:
- Feb 10, 2015, 4:21:39 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/makelmdz_fcm
r2098 r2202 12 12 # 13 13 ##set -x 14 set -e 14 15 ######################################################################## 15 16 # options par defaut pour la commande make … … 461 462 if [[ "$paramem" == "mem" ]] 462 463 then 463 SUFF_NAME=${SUFF_NAME}_${paramem} 464 SUFF_NAME=${SUFF_NAME}_${paramem} 465 else 466 echo "The version of the dynamics in dyn3dpar is no longer updated." 467 echo "You should use option \"-mem\"." 468 exit 1 464 469 fi 465 470 else
Note: See TracChangeset
for help on using the changeset viewer.