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 trunk/NEMOGCM/SETTE – NEMO

source: trunk/NEMOGCM/SETTE/sette.sh @ 2539

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

corrected small bug in sette.sh, see ticket #752

  • Property svn:executable set to *
File size: 1.2 KB
RevLine 
[2539]1#!/bin/bash
[2500]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}
[2539]68. ../CONFIG/makenemo -n ORCA2_LIM_1_2 -r ORCA2_LIM add_key "key_mpp_mpi key_nproci=1 key_nprocj=2"
[2354]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.