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.
makenemo_fcm.sh.txt in branches/DEV_r1879_FCM/NEMOGCM/TOOLS/doc/manuals/html/sphinx/_sources – NEMO

source: branches/DEV_r1879_FCM/NEMOGCM/TOOLS/doc/manuals/html/sphinx/_sources/makenemo_fcm.sh.txt @ 1972

Last change on this file since 1972 was 1972, checked in by flavoni, 14 years ago

Add TOOLS directory and scripts to compile with FCM, see ticket: #685

File size: 1017 bytes
Line 
1
2===============
3makenemo_fcm.sh
4===============
5
6--------------------------
7Compile NEMO
8--------------------------
9
10SYNOPSIS
11========
12
13::
14
15 $ makenemo_fcm.sh
16
17
18DESCRIPTION
19===========
20
21
22This script aims :
23
24- to choose MYCONFIG
25- to choose compiler options 
26- to create the CONFIG/MYCONFIG/WORK directory
27- to compile this configuration
28
29 Variables used :
30
31 From user input
32
33- NEW_CONF    : configuration to be created
34- REF_CONF    : reference configuration to build the new one
35- CMP_NAM     : compiler name
36- NBR_PRC     : number of processes used to compile 
37- NEM_SUBDIR  : NEMO subdirectory used (specified)
38
39 Locally defined :
40
41- TAB         : NEMO subdirectory used (read) 
42- MAIN_DIR : self explaining
43- CONFIG_DIR  :   "    "    "   
44- MODELES_DIR :   "    "    "
45- TOOLS_DIR   :   "    "    "
46- NEMO_DIR    :   "    "    "
47
48EXAMPLES
49========
50
51::
52
53 $ ./makenemo_fcm -t ifort_osx - j3 -n ORCA2_LIM
54
55
56TODO
57====
58
59option debug
60
61
62EVOLUTIONS
63==========
64
65$Id$
66
67
68- rblod 2010-06-20T16:11:47Z
69
70  * creation
71
Note: See TracBrowser for help on using the repository browser.