Changeset 2845
- Timestamp:
- 05/12/16 16:08:53 (7 years ago)
- Location:
- TOOLS/ConsoGENCMIP6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TOOLS/ConsoGENCMIP6/launch_conso.sh
r2524 r2845 14 14 # Load python 15 15 # =========== 16 # Âpython/2.7.3 is the default, but it comes with matplotlib 1.2,16 # python/2.7.3 is the default, but it comes with matplotlib 1.2, 17 17 # which is too old (no context manager for PdfPages) 18 18 module load python/2.7.8 … … 78 78 printf "\n${script}\n" 79 79 echo "--------------------" 80 # ÂLast STORE file produced80 # Last STORE file produced 81 81 data_file="OUT_CONSO_STORE" 82 82 OUTDIR="${HOME}/ConsoGENCMIP6/output" 83 # ÂDirectories in last file83 # Directories in last file 84 84 dirlist=$( gawk '{if ($4 != "dirname") print $4}' ${OUTDIR}/${data_file} ) 85 85 # Where to find the saved files … … 102 102 fi 103 103 104 105 # Copy web files to ciclad 106 # ======================== 107 echo "=> Copy web files to ciclad" 108 echo "===========================" 109 rsync -var ${ROOT_DIR}/web/* igcmg@ciclad.ipsl.jussieu.fr:dods/ConsoGENCMIP6 110 104 111 printf "\nEnd of script OK\n" 105 112 -
TOOLS/ConsoGENCMIP6/launch_jobs.sh
r2524 r2845 49 49 fi 50 50 51 52 # Copy web files to ciclad 53 # ======================== 54 echo "=> Copy web files to ciclad" 55 echo "===========================" 56 rsync -var ${ROOT_DIR}/web/* igcmg@ciclad.ipsl.jussieu.fr:dods/ConsoGENCMIP6 57 58 51 59 printf "\nEnd of script OK\n" 52 60
Note: See TracChangeset
for help on using the changeset viewer.