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

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

first draft for SETTE (SET tests for NEMO), a new version of NVTK, see ticket #752

  • Property svn:executable set to *
File size: 1.0 KB
Line 
1#  $ ./sette.sh
2#
3#
4# TODO
5# ====
6#
7# option debug
8#
9#
10# EVOLUTIONS
11# ==========
12#
13# $Id: sette.sh 2158 2010-10-28 12:30:03Z sflod $
14#
15#
16#
17#   * creation
18#
19#-
20#
21SETTE_DIR=/usr/temp/sflod/NEMOGCM/SETTE
22
23cd ${SETTE_DIR}
24. ../CONFIG/makenemo -m ifort_linux -n GYRE_1_1 -r GYRE
25cd ${SETTE_DIR}
26. param.cfg
27. all_function.sh
28set_namelist nn_it000 1
29set_namelist nn_itend 75
30cd ${SETTE_DIR}
31#TMPDIR=/workdir/rech/eee/reee605/NEMOGCM/GYRE_1_1/EXP00
32. ./fcm_job.sh input_GYRE.cfg 1
33
34echo "FINITA LA PRIMA PARTE"
35sleep 5
36echo "stampo il valore di x_n : ${x_n}"
37unset -v x_n
38echo "stampo il valore dopo unset : ${x_n}"
39echo "aspetto un carattere x continuare!"
40read a
41
42cd ${SETTE_DIR}
43. ../CONFIG/makenemo -n ORCA2_LIM_1_2 add_key "key_mpp_mpi key_nproci=1 key_nprocj=2"
44#. ../CONFIG/makenemo -n help
45echo "sei in"
46echo "`pwd`"
47cd ${SETTE_DIR}
48. param.cfg
49. all_function.sh
50set_namelist nn_it000 1
51set_namelist nn_itend 75
52cd ${SETTE_DIR}
53#TMPDIR=/workdir/rech/eee/reee605/NEMOGCM/ORCA2_LIM_1_2/EXP00
54. ./fcm_job.sh input_ORCA2_LIM.cfg 2
55
56echo "FINITA LA SECONDA PARTE"
Note: See TracBrowser for help on using the repository browser.