Index: /trunk/LMDZ.PLUTO/util/compile
===================================================================
--- /trunk/LMDZ.PLUTO/util/compile	(revision 3375)
+++ /trunk/LMDZ.PLUTO/util/compile	(revision 3376)
@@ -1,3 +1,4 @@
 source ~/.bashrc
+SOURCE=${1:-zrecast_plut}
 # The following script can be used to compile one of the utilities
 # program. Example of use :
@@ -5,12 +6,12 @@
 # > compile zrecast
 
-# pgf90 -Bstatic   $1.F90 \
+# pgf90 -Bstatic   $SOURCE.F90 \
 #-I/distrib/local/netcdf/pgi_7.1-6_32/include \
-#-L/distrib/local/netcdf/pgi_7.1-6_32/lib -lnetcdf  -o $1.e
+#-L/distrib/local/netcdf/pgi_7.1-6_32/lib -lnetcdf  -o $SOURCE.e
 
-#pgf90 $1.F90 \
-gfortran $1.F90 \
+#pgf90 $SOURCE.F90 \
+gfortran $SOURCE.F90 \
 -I$NETCDF/include \
--L$NETCDF/lib -lnetcdff -o $1.e
+-L$NETCDF/lib -lnetcdff -o $SOURCE.e
 
 # Before running that on you computer you might want to change :
@@ -37,7 +38,7 @@
 #-L/donnees/emlmd/netcdf64-4.0.1_gfortran/lib -lnetcdf -o zrecast.e
 
-#ifort $1.F90 \
+#ifort $SOURCE.F90 \
 #-I/donnees/emlmd/netcdf64-4.0.1_ifort/include \
-#-L/donnees/emlmd/netcdf64-4.0.1_ifort/lib -lnetcdf -o $1.e
+#-L/donnees/emlmd/netcdf64-4.0.1_ifort/lib -lnetcdf -o $SOURCE.e
 
 
