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.
test.pbs in NEMO/branches/UKMO/AMM15_v3_6_STABLE_new_ersem/NEMOGCM/CONFIG/AMM7_FABM_ERSEM/EXP00 – NEMO

source: NEMO/branches/UKMO/AMM15_v3_6_STABLE_new_ersem/NEMOGCM/CONFIG/AMM7_FABM_ERSEM/EXP00/test.pbs @ 15814

Last change on this file since 15814 was 15480, checked in by jcastill, 3 years ago

Changes as in the git branch NEMO-FABMv1-ERSEM

File size: 446 bytes
Line 
1#!/bin/bash --login
2#PBS -N AMM7-dbgtest
3#PBS -o AMM7-dbgtest
4#PBS -l select=25
5##PBS -l select=8
6#PBS -l walltime=01:30:00
7##PBS -l walltime=00:20:00
8##PBS -q short
9#PBS -A n01-Shelf
10
11RUNDIR=/work/n01/n01/momme/AMM7
12cd $RUNDIR
13rm -f AMM7-dbgtest.e*
14rm -f amm7_*_restart_[0,1]???.nc
15rm -f amm7_*_restart_trc_[0,1]???.nc
16rm -rf amm7_5d_*_ptrc_T.nc
17#aprun -n 192 -N 24 ./nemo.exe
18aprun -b -n 1 -N 1 -S 1 ./xios_server.exe : -n 576 -N 24 ./nemo.exe
Note: See TracBrowser for help on using the repository browser.