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.1 in branches/DEV_r1879_FCM/NEMOGCM/TOOLS/doc/manuals/man/man1 – NEMO

source: branches/DEV_r1879_FCM/NEMOGCM/TOOLS/doc/manuals/man/man1/makenemo_fcm.sh.1 @ 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: 1.4 KB
Line 
1.TH MAKENEMO_FCM.SH  "" "" ""
2.SH NAME
3makenemo_fcm.sh \- Compile NEMO
4.\" Man page generated from reStructeredText.
5.
6.SH SYNOPSIS
7.sp
8.nf
9.ft C
10$ makenemo_fcm.sh
11.ft P
12.fi
13.SH DESCRIPTION
14.sp
15This script aims :
16.INDENT 0.0
17.IP \(bu 2
18.
19to choose MYCONFIG
20.IP \(bu 2
21.
22to choose compiler options
23.IP \(bu 2
24.
25to create the CONFIG/MYCONFIG/WORK directory
26.IP \(bu 2
27.
28to compile this configuration
29.UNINDENT
30.INDENT 0.0
31.INDENT 3.5
32.sp
33Variables used :
34.sp
35From user input
36.UNINDENT
37.UNINDENT
38.INDENT 0.0
39.IP \(bu 2
40.
41NEW_CONF    : configuration to be created
42.IP \(bu 2
43.
44REF_CONF    : reference configuration to build the new one
45.IP \(bu 2
46.
47CMP_NAM     : compiler name
48.IP \(bu 2
49.
50NBR_PRC     : number of processes used to compile
51.IP \(bu 2
52.
53NEM_SUBDIR  : NEMO subdirectory used (specified)
54.UNINDENT
55.INDENT 0.0
56.INDENT 3.5
57.sp
58Locally defined :
59.UNINDENT
60.UNINDENT
61.INDENT 0.0
62.IP \(bu 2
63.
64TAB         : NEMO subdirectory used (read)
65.IP \(bu 2
66.
67MAIN_DIR : self explaining
68.IP \(bu 2
69.
70CONFIG_DIR  :   "    "    "
71.IP \(bu 2
72.
73MODELES_DIR :   "    "    "
74.IP \(bu 2
75.
76TOOLS_DIR   :   "    "    "
77.IP \(bu 2
78.
79NEMO_DIR    :   "    "    "
80.UNINDENT
81.SH EXAMPLES
82.sp
83.nf
84.ft C
85$ ./makenemo_fcm \-t ifort_osx \- j3 \-n ORCA2_LIM
86.ft P
87.fi
88.SH TODO
89.sp
90option debug
91.SH EVOLUTIONS
92.sp
93$Id$
94.INDENT 0.0
95.IP \(bu 2
96.
97rblod 2010\-06\-20T16:11:47Z
98.INDENT 2.0
99.IP \(bu 2
100.
101creation
102.UNINDENT
103.UNINDENT
104.\" Generated by docutils manpage writer.
105.\"
106.
Note: See TracBrowser for help on using the repository browser.