Changeset 1755 for LMDZ5/trunk/makelmdz


Ignore:
Timestamp:
May 15, 2013, 3:00:59 PM (12 years ago)
Author:
Ehouarn Millour
Message:

Updates wich had been made on 'testing' branch (r1752) instead of trunk:
Add better handling of fcm path from makelmdz_fcm script to build_gcm script; and some translation of output messages to English.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/makelmdz

    r1696 r1755  
    405405  echo  vous pouvez continuer en repondant oui.
    406406  echo "Voulez-vous vraiment continuer?"
     407  echo ""
     408  echo "WARNING: you are probably already compiling the model somewhere else."
     409  echo "Wait until the first compilation is finished before launching this one."
     410  echo "If you are sure that you are not compiling elsewhere, just answer "
     411  echo "yes (or 'oui') to the question below to proceed."
     412  echo "Do you wish to continue?"
    407413  read reponse
    408   if [[ $reponse == "oui" ]]
     414  if [[ $reponse == "oui" || $reponse == "yes" ]]
    409415  then
    410416    \rm -f $LIBFGCM/grid/dimensions.h
Note: See TracChangeset for help on using the changeset viewer.