Changeset 2845 for TOOLS


Ignore:
Timestamp:
05/12/16 16:08:53 (8 years ago)
Author:
labetoulle
Message:

[consogencmip6] Publish web data on ciclad

Location:
TOOLS/ConsoGENCMIP6
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/ConsoGENCMIP6/launch_conso.sh

    r2524 r2845  
    1414# Load python 
    1515# =========== 
    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,  
    1717# which is too old (no context manager for PdfPages) 
    1818module load python/2.7.8 
     
    7878printf "\n${script}\n" 
    7979echo "--------------------" 
    80 # Last STORE file produced 
     80# Last STORE file produced 
    8181data_file="OUT_CONSO_STORE" 
    8282OUTDIR="${HOME}/ConsoGENCMIP6/output" 
    83 # Directories in last file 
     83# Directories in last file 
    8484dirlist=$( gawk '{if ($4 != "dirname") print $4}' ${OUTDIR}/${data_file} ) 
    8585# Where to find the saved files 
     
    102102fi 
    103103 
     104 
     105# Copy web files to ciclad 
     106# ======================== 
     107echo "=> Copy web files to ciclad" 
     108echo "===========================" 
     109rsync -var ${ROOT_DIR}/web/* igcmg@ciclad.ipsl.jussieu.fr:dods/ConsoGENCMIP6 
     110 
    104111printf "\nEnd of script OK\n" 
    105112 
  • TOOLS/ConsoGENCMIP6/launch_jobs.sh

    r2524 r2845  
    4949fi 
    5050 
     51 
     52# Copy web files to ciclad 
     53# ======================== 
     54echo "=> Copy web files to ciclad" 
     55echo "===========================" 
     56rsync -var ${ROOT_DIR}/web/* igcmg@ciclad.ipsl.jussieu.fr:dods/ConsoGENCMIP6 
     57 
     58 
    5159printf "\nEnd of script OK\n" 
    5260 
Note: See TracChangeset for help on using the changeset viewer.