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/EXP06 – NEMO

source: NEMO/branches/UKMO/AMM15_v3_6_STABLE_new_ersem/NEMOGCM/CONFIG/AMM7_FABM_ERSEM/EXP06/archiveFolder.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: 205 bytes
Line 
1#!/bin/bash --login
2#
3#PBS -l select=serial=true:ncpus=1
4#PBS -l walltime=4:00:00
5#PBS -A n01-PML
6#PBS -N archAMM7
7#PBS -j oe
8#
9
10RUNDIR=/work/n01/n01/momme/AMM7-v0 
11
12cd $RUNDIR
13./archiveFolder.sh $folder 
Note: See TracBrowser for help on using the repository browser.