Index: /trunk/setup.sh
===================================================================
--- /trunk/setup.sh	(revision 616)
+++ /trunk/setup.sh	(revision 617)
@@ -173,4 +173,26 @@
 eod
     ;;
+"oldbel") cat > env.sh <<eod
+# env.sh used for belenos with gcc - to keep track  for a while
+# I also kept the export path to najda local dir on belenos !!
+s config uses software R and pdfjam installed by villefranquen
+# relevant paths are added to PATH and LD_LIBRARY_PATH
+set +u  # <module load> can trigger -u
+# module purge tries to unalias condam but the alias does not exist so it raises an error
+# so I create a false condam alias so that it can be unaliased...
+alias condam="ls"
+module purge
+module load gcc/14.1.0
+module load openmpi/gnu/4.1.2.1
+module load python/3.10.12 
+export PATH=/opt/softs/libraries/GCC_5.3.0/cdo-1.7.0/bin/:\$PATH
+export LD_LIBRARY_PATH=/opt/softs/gcc/14.1.0/lib64/:/opt/softs/anaconda3/envs/Python310/lib:\$LD_LIBRARY_PATH
+export PATH=/home/cnrm_other/ge/mrmc/villefranquen/.local/bin:\$PATH
+export LD_LIBRARY_PATH=/home/cnrm_other/ge/mrmc/villefranquen/.local/lib:\$LD_LIBRARY_PATH
+export MPLBACKEND='Agg'  # non-interactive plots
+export TAR=/usr/bin/tar  # for R package install
+eod
+    ;;
+
     *) cat > env.sh <<eod
       # No special environment needed on this computer
@@ -324,4 +346,5 @@
       if [[ $ExeterUQ = "ExeterUQ_MOGP" ]]; then
         # Install additional required packages 
+        if [[ ${hostname:0:6} = "beleno" ]] ; then listprog="install patsy matplotlib netcdf4 pandas seaborn" ; else listprog="install patsy matplotlib netcdf4 pandas=2.3.1 seaborn" ;fi
         pip install patsy matplotlib netcdf4 pandas seaborn
         # Try pypi, otherwise git commit
