IPSLCM6/IPSL-CM6A-LR: batch_nctxck.sh

File batch_nctxck.sh, 772 bytes (added by glipsl, 5 years ago)
Line 
1#!/bin/bash
2#MSUB -r nctime
3#MSUB -n 32
4#MSUB -T 86400
5#MSUB -q skylake
6#MSUB -A devcmip6
7#MSUB -o nctime.out
8#MSUB -e nctime.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/
16CARD_FILES=/ccc/cont003/home/gencmip6/p86denv/CMIP6.INTEL2017.IPSLCM6.1.3-LR/modipsl/config/IPSLCM6/CM61-LR-hist-03.1990
17LOGDIR=/ccc/work/cont003/gencmip6/p86denv/IGCM_OUT/IPSLCM6/PROD/historical/CM61-LR-hist-03.1990
18
19nctxck $SIMULATION --card $CARD_FILES --set-inc Esubhr:subhrPt=15m --exclude-file ".*_Odec_.*" --exclude-file ".*-clim\.nc" --ignore-errors 002 -l $LOGDIR --max-processes 32
20
21source deactivate