Index: trunk/MESOSCALE/LMD_MM_MARS/SIMU/meso_install.sh
===================================================================
--- trunk/MESOSCALE/LMD_MM_MARS/SIMU/meso_install.sh	(revision 1466)
+++ trunk/MESOSCALE/LMD_MM_MARS/SIMU/meso_install.sh	(revision 1471)
@@ -8,6 +8,20 @@
 # -- NETCDF env variable
 ################################
+## DEFAULT
 ## name of the folder
 name="MESORUN"
+################################
+
+while getopts "drc:njhgpfs:xe" options; do
+  case $options in
+   n ) name="${OPTARG}";;
+   h ) echo "
+# OPTIONS
+# -n [name] --> name of the folder to be created
+" ; exit ;;
+  esac
+done
+
+################################
 ## machine on which you will compile
 machine="CICLAD"
