New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
X64_CURIE_cron.cfg in branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/config – NEMO

source: branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/config/X64_CURIE_cron.cfg @ 5697

Last change on this file since 5697 was 5697, checked in by nicolasmartin, 9 years ago

dev_r5092_CNRS_SETTE add variable for CDO diff operator

File size: 643 bytes
RevLine 
[5697]1## Curie configuration
2##--------------------
[5644]3
[5697]4## Available softwares:
[5644]5CDO='netcdf-utils-'
6COMPILER='ifort'
[5690]7MPI='bullxmpi/'
[5644]8NETCDF='netcdf-'
9
[5697]10## Job commands: ccc_*
[5644]11JOB_SUBM="ccc_msub ${NEMO_TRUS}/batch/${NEMO_HPCC}.sh | grep -oe '\<[0-9]*\>'"
12JOB_LIST=ccc_mpp
13JOB_INFO=ccc_macct
14JOB_TIME="ccc_macct \${JOB_ID} | awk '/opa/ {print \$9}'"
15JOB_DELE=ccc_mdel
16
[5697]17## Compiling & computing settings
[5644]18[ -z "$NPROC"       ] && NPROC=16
19[ -z "${TIME_LIMI}" ] && TIME_LIMI=10800 # 3h
20
[5697]21## Architecture environment (be careful with compliance with XIOS)
[5644]22ARCH_ENV=${DIR_XIOS}/arch/arch-${NEMO_HPCC}.env
[5697]23
24## $CDO command to compare 2 datasets
25CDOD='cdo diffn'
Note: See TracBrowser for help on using the repository browser.