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_ADA_at.cfg in branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/config – NEMO

source: branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/config/X64_ADA_at.cfg @ 5695

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

dev_r5092_CNRS_SETTE return svn cmd to main script; add variable for CDO diff operator; correct exit sequence

File size: 665 bytes
Line 
1## Ada configuration
2##------------------
3
4## Available softwares:
5CDO='cdo/'
6COMPILER='ifort'
7MPI='intel/impi/'
8NETCDF='netcdf/'
9
10## Job commands: LoadLeveler
11JOB_SUBM="llsubmit ${NEMO_TRUS}/batch/${NEMO_HPCC}.sh | grep -oe '\<[0-9]*\>'"
12JOB_LIST=llq
13JOB_INFO='llq -x'
14JOB_TIME="idrllsummary -j \${JOB_ID} | awk '/Step User Time/ {print \$4}' | cut -d. -f1"
15JOB_DELE=llcancel
16
17## Compiling & computing settings
18[ -z "$NPROC"       ] && NPROC=16
19[ -z "${TIME_LIMI}" ] && TIME_LIMI=10800 # 3h
20
21## Architecture environment (be careful with compliance with XIOS)
22ARCH_ENV=${DIR_XIOS}/arch/arch-${NEMO_HPCC}.env
23
24## $CDO command to compare 2 datasets
25CDOD=$CDO' diffn'
Note: See TracBrowser for help on using the repository browser.