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 @ 3032

Last change on this file since 3032 was 2500, checked in by flavoni, 14 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
RevLine 
[2500]1#!/bin/sh
2#############################################################
3# Author : Simona Flavoni for NEMO
4# Contact : sflod@locean-ipsl.upmc.fr
[2354]5#
[2500]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#+
[2354]13#
[2500]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#
[2354]41# TODO
42# ====
43#
44# option debug
45#
46# EVOLUTIONS
47# ==========
48#
[2500]49# $Id$
[2354]50#
51#   * creation
[2500]52#
[2354]53#-
54#
[2500]55SETTE_DIR=/PATH/OF/SETTE
[2494]56
[2354]57cd ${SETTE_DIR}
58. ../CONFIG/makenemo -m ifort_linux -n GYRE_1_1 -r GYRE
59cd ${SETTE_DIR}
60. param.cfg
[2359]61. all_functions.sh
[2494]62set_namelist namelist nn_it000 1
63set_namelist namelist nn_itend 75
[2354]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
[2359]71. all_functions.sh
[2494]72set_namelist namelist nn_it000 1
73set_namelist namelist nn_itend 75
[2354]74cd ${SETTE_DIR}
75. ./fcm_job.sh input_ORCA2_LIM.cfg 2
76
Note: See TracBrowser for help on using the repository browser.