IPSLCM6/IPSL-CM6A-LR: batch_PrePARE.sh

File batch_PrePARE.sh, 612 bytes (added by glipsl, 5 years ago)
Line 
1#!/bin/bash
2#MSUB -r PrePARE
3#MSUB -n 8
4#MSUB -T 3600
5#MSUB -q skylake
6#MSUB -A devcmip6
7#MSUB -o PrePARE.out
8#MSUB -e PrePARE.out
9#MSUB -m work
10
11module load datadir/gencmip6
12export PATH=$GENCMIP6_ALL_CCCWORKDIR/miniconda/bin:$PATH
13source activate cmip6
14
15SIMULATION=/ccc/work/cont003/gencmip6/p86denv/IGCM_OUT/IPSLCM6/PROD/historical/CM61-LR-hist-03.1990/CMIP6/
16LOGDIR=/ccc/work/cont003/gencmip6/p86denv/IGCM_OUT/IPSLCM6/PROD/historical/CM61-LR-hist-03.1990
17
18PrePARE $SIMULATION -l $LOGDIR --exclude-file ".*_Nonemon_.*" --exclude-file ".*_HOM.*" --exclude-file ".*-clim\.nc" --max-processes 8
19
20source deactivate