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.
run_nemo.sh 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/run_nemo.sh @ 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

  • Property svn:executable set to *
File size: 541 bytes
Line 
1#!/bin/bash
2I=$2
3J=$3
4IJ=$4
5y=$5
6m=$6
7nit0=$7
8
9RUNDIR=/work/n01/n01/slwa/NEMO//src/NEMO_V3.6_STABLE_top_bdy/NEMO/NEMOGCM/CONFIG/XIOS_AMM7_top/EXP01
10if [ $m -lt 10 ] ; then
11  month=0$m
12else
13  month=$m
14fi
15
16echo qsub -v I=$I,J=$J,IJ=$IJ,m=$m,y=$y,nit0=$nit0  -o $RUNDIR/NE-AMM7-$IJ-$y-$month -N NE$y$month $1
17qsub -v I=$I,J=$J,IJ=$IJ,m=$m,y=$y,nit0=$nit0 -o $RUNDIR/NE-AMM7-$IJ-$y-$month -N NE$y$month  $1
18
19
20
21#usage
22#  ./run_nemo.sh monthlyrun_restart.pbs 12 16 192 1995 1 1
23#  ./run_nemo.sh annualrun.pbs 12 16 192 1995 1 1
24# run perpetuates
Note: See TracBrowser for help on using the repository browser.