1 | <!DOCTYPE html> |
---|
2 | <html> |
---|
3 | <head> |
---|
4 | <title>FCM 2-3-1 Release Notes</title> |
---|
5 | <meta name="author" content="FCM team" /> |
---|
6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
---|
7 | <link rel="icon" href="../etc/fcm-icon.png" type="image/png" /> |
---|
8 | <link rel="shortcut icon" href="../etc/fcm-icon.png" type="image/png" /> |
---|
9 | <link href="../etc/bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen" /> |
---|
10 | <link href="../etc/fcm.css" rel="stylesheet" media="screen" /> |
---|
11 | </head> |
---|
12 | <body> |
---|
13 | <div class="navbar navbar-inverse"> |
---|
14 | <div class="container-fluid"> |
---|
15 | <div class="navbar-header"> |
---|
16 | <a class="navbar-brand" href=".."><span class="fcm-version">FCM</span></a> |
---|
17 | </div> |
---|
18 | <div class="collapse navbar-collapse"> |
---|
19 | <ul class="nav navbar-nav"> |
---|
20 | <li><a href="../installation/">Installation</a></li> |
---|
21 | |
---|
22 | <li><a href="../user_guide/">User Guide</a></li> |
---|
23 | </ul> |
---|
24 | </div> |
---|
25 | </div> |
---|
26 | </div> |
---|
27 | |
---|
28 | <div class="page-header"> |
---|
29 | <div class="fcm-page-content pull-right well well-sm"></div> |
---|
30 | <h1>FCM 2-3-1 Release Notes <small>2013-04-05</small></h1> |
---|
31 | </div> |
---|
32 | |
---|
33 | <div class="container"> |
---|
34 | <div class="row"> |
---|
35 | <div class="col-md-12"> |
---|
36 | |
---|
37 | <p>These are the release notes for FCM 2-3-1. This release of FCM is distributed |
---|
38 | under the terms of the <a href="http://www.gnu.org/licenses/gpl.html" |
---|
39 | rel="license">GNU General Public License</a>. See <a href= |
---|
40 | "../etc/fcm-terms-of-use.html">Terms of Use</a> for detail.</p> |
---|
41 | |
---|
42 | <p>If FCM is not yet installed at your site, please refer to <a href= |
---|
43 | "../installation/">FCM: Installation</a> for detail.</p> |
---|
44 | |
---|
45 | <h2>Contents</h2> |
---|
46 | |
---|
47 | <div id="fcm-content"></div> |
---|
48 | |
---|
49 | <h2 id="changes-highlight">Highlight Changes</h2> |
---|
50 | |
---|
51 | <p>This is a bug fix release.</p> |
---|
52 | |
---|
53 | <h2 id="changes-minor">Minor Changes and Bug Fixes</h2> |
---|
54 | |
---|
55 | <dl> |
---|
56 | <dt>Configuration file syntax</dt> |
---|
57 | |
---|
58 | <dd>If a setting accepts a space delimited list of locations, it is now |
---|
59 | possible to use <var>$HERE</var> in front of any of the locations in the |
---|
60 | list.</dd> |
---|
61 | |
---|
62 | <dt>User configuration file location</dt> |
---|
63 | |
---|
64 | <dd>The user configuration file should now be placed at |
---|
65 | <var>$HOME/.metomi/fcm/</var>. The old location |
---|
66 | <var>$HOME/.met-um/fcm/</var> is still supported but is deprecated.</dd> |
---|
67 | |
---|
68 | <dt><code>fcm make</code></dt> |
---|
69 | |
---|
70 | <dd> |
---|
71 | <p>Reduced run time memory footprint.</p> |
---|
72 | |
---|
73 | <p>Build: Create the <var>include/</var> sub-directory for <var>*.o</var> |
---|
74 | targets of Fortran source files containing modules. Some compilers will |
---|
75 | put the <var>*.mod</var> files directly into the <var>include/</var> |
---|
76 | sub-directory.</p> |
---|
77 | |
---|
78 | <p>Build: <var>ns-dep.o</var> property improved. Its value will now accept |
---|
79 | namespaces at the source file level. It will also accept <kbd>/</kbd> as |
---|
80 | the root namespace. (Previously, it required a pair of quotes |
---|
81 | <kbd>""</kbd>.) A bad namespace in the value will now trigger a missing |
---|
82 | dependency error.</p> |
---|
83 | |
---|
84 | <p>Build: handle <var>.</var> and <var>..</var> in value of |
---|
85 | <var>source</var> declaration.</p> |
---|
86 | </dd> |
---|
87 | </dl> |
---|
88 | |
---|
89 | <h2 id="issues">Known Issues</h2> |
---|
90 | |
---|
91 | <dl> |
---|
92 | <dt>Build inheritance limitation: handling of include files</dt> |
---|
93 | |
---|
94 | <dd>See the <a href="../user_guide/make.html#build.inherit">User Guide > |
---|
95 | FCM Make > Build > Build Inheritance</a> for detail.</dd> |
---|
96 | </dl> |
---|
97 | |
---|
98 | </div> |
---|
99 | </div> |
---|
100 | </div> |
---|
101 | |
---|
102 | <hr/> |
---|
103 | <div class="container-fluid text-center"> |
---|
104 | <div class="row"><div class="col-md-12"> |
---|
105 | <address><small> |
---|
106 | Copyright © 2006-2021 British Crown (Met Office) & Contributors. |
---|
107 | <a href="http://www.metoffice.gov.uk">Met Office</a>. |
---|
108 | See <a href="../etc/fcm-terms-of-use.html">Terms of Use</a>.<br /> |
---|
109 | This document is released under the British <a href= |
---|
110 | "http://www.nationalarchives.gov.uk/doc/open-government-licence/" rel= |
---|
111 | "license">Open Government Licence</a>.<br /> |
---|
112 | </small></address> |
---|
113 | </div></div> |
---|
114 | </div> |
---|
115 | |
---|
116 | <script type="text/javascript" src="../etc/jquery.min.js"></script> |
---|
117 | <script type="text/javascript" src="../etc/bootstrap/js/bootstrap.min.js"></script> |
---|
118 | <script type="text/javascript" src="../etc/fcm.js"></script> |
---|
119 | <script type="text/javascript" src="../etc/fcm-version.js"></script> |
---|
120 | </body> |
---|
121 | </html> |
---|