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

source: NEMO/branches/UKMO/AMM15_v3_6_STABLE_new_ersem/NEMOGCM/CONFIG/AMM7_FABM_ERSEM/EXP01/archiveFolder.pbs

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

Changes as in the git branch NEMO-FABMv1-ERSEM

File size: 223 bytes
RevLine 
[15480]1#!/bin/bash --login
2#
3#PBS -l select=serial=true:ncpus=1
4#PBS -l walltime=1:00:00
5#PBS -A n01-Shelf
6#PBS -N archAMM7
7#PBS -o archive.log
8#PBS -j oe
9#
10
11RUNDIR=/work/n01/n01/momme/AMM7
12
13cd $RUNDIR
14./archiveFolder.sh $folder 
Note: See TracBrowser for help on using the repository browser.