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

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

cosmetic changes, see ticket #752

  • Property svn:executable set to *
File size: 671 bytes
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_functions.sh
28set_namelist nn_it000 1
29set_namelist nn_itend 75
30cd ${SETTE_DIR}
31. ./fcm_job.sh input_GYRE.cfg 1
32
33cd ${SETTE_DIR}
34. ../CONFIG/makenemo -n ORCA2_LIM_1_2 add_key "key_mpp_mpi key_nproci=1 key_nprocj=2"
35cd ${SETTE_DIR}
36. param.cfg
37. all_functions.sh
38set_namelist nn_it000 1
39set_namelist nn_itend 75
40cd ${SETTE_DIR}
41. ./fcm_job.sh input_ORCA2_LIM.cfg 2
42
Note: See TracBrowser for help on using the repository browser.