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.
sette.sh in branches/nemo_v3_3_beta/NEMOGCM/SETTE – NEMO

source: branches/nemo_v3_3_beta/NEMOGCM/SETTE/sette.sh @ 2500

Last change on this file since 2500 was 2500, checked in by flavoni, 13 years ago

changed comments in SETTE scripts, to have doc with sphinx, see ticket #752

  • Property svn:executable set to *
File size: 1.2 KB
Line 
1#!/bin/sh
2#############################################################
3# Author : Simona Flavoni for NEMO
4# Contact : sflod@locean-ipsl.upmc.fr
5#
6# sette.sh   : principal script of SET TEsts for NEMO (SETTE)
7#############################################################
8#set -x
9set -o posix
10#set -u
11#set -e
12#+
13#
14# ================
15# sette.sh
16# ================
17#
18# ----------------------------------------------
19# Set of tests for NEMO
20# ----------------------------------------------
21#
22# SYNOPSIS
23# ========
24#
25# ::
26#
27#  $ ./sette.sh
28#
29# DESCRIPTION
30# ===========
31#
32#
33# EXAMPLES
34# ========
35#
36# ::
37#
38#  $ ./sette.sh
39#
40#
41# TODO
42# ====
43#
44# option debug
45#
46# EVOLUTIONS
47# ==========
48#
49# $Id$
50#
51#   * creation
52#
53#-
54#
55SETTE_DIR=/PATH/OF/SETTE
56
57cd ${SETTE_DIR}
58. ../CONFIG/makenemo -m ifort_linux -n GYRE_1_1 -r GYRE
59cd ${SETTE_DIR}
60. param.cfg
61. all_functions.sh
62set_namelist namelist nn_it000 1
63set_namelist namelist nn_itend 75
64cd ${SETTE_DIR}
65. ./fcm_job.sh input_GYRE.cfg 1
66
67cd ${SETTE_DIR}
68. ../CONFIG/makenemo -n ORCA2_LIM_1_2 add_key "key_mpp_mpi key_nproci=1 key_nprocj=2"
69cd ${SETTE_DIR}
70. param.cfg
71. all_functions.sh
72set_namelist namelist nn_it000 1
73set_namelist namelist nn_itend 75
74cd ${SETTE_DIR}
75. ./fcm_job.sh input_ORCA2_LIM.cfg 2
76
Note: See TracBrowser for help on using the repository browser.