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.
index.html in vendors/doc/user_guide – NEMO

source: vendors/doc/user_guide/index.html @ 10669

Last change on this file since 10669 was 10669, checked in by nicolasmartin, 5 years ago

Import latest FCM release from Github into the repository for testing

File size: 3.3 KB
Line 
1<!DOCTYPE html>
2<html>
3<head>
4  <title>FCM: User Guide</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 class="active" href="#">User Guide</a></li>
23        </ul>
24      </div>
25    </div>
26  </div>
27
28  <div class="page-header">
29    <h1>FCM: User Guide</h1>
30  </div>
31
32  <div class="container">
33  <div class="row">
34  <div class="col-md-12">
35
36  <h2>Contents</h2>
37
38  <ul class="fcm-top-content list-unstyled">
39    <li><a href="introduction.html">Introduction</a></li>
40
41    <li><a href="overview.html">System Overview</a></li>
42
43    <li><a href="getting_started.html">Getting Started</a></li>
44
45    <li><a href="code_management.html">Code Management System</a></li>
46
47    <li><a href="working_practices.html">Code Management Working
48    Practices</a></li>
49
50    <li><a href="make.html">FCM Make</a></li>
51
52    <li><a href="system_admin.html">System Administration</a></li>
53
54    <li><a href="command_ref.html">FCM Command Reference</a></li>
55
56    <li><a href="api.html">A Brief Introduction to the FCM Perl API</a></li>
57  </ul>
58
59  <p>Annex:</p>
60
61  <ul class="fcm-top-content list-unstyled">
62    <li><a href="annex_quick_ref.html">Quick reference</a></li>
63
64    <li><a href="annex_quick_ref_tree_conflicts.html">Quick reference: Tree
65    Conflict Resolution</a></li>
66
67    <li><a href="annex_cfg.html">FCM Configuration File</a></li>
68
69    <li><a href="annex_fcm_cfg.html">Declarations in FCM 1 central/user
70    configuration file</a></li>
71
72    <li><a href="extract.html">The FCM 1 Extract System</a></li>
73
74    <li><a href="annex_ext_cfg.html">Declarations in FCM 1 extract
75    configuration file</a></li>
76
77    <li><a href="build.html">The FCM 1 Build System</a></li>
78
79    <li><a href="annex_bld_cfg.html">Declarations in FCM 1 build
80    configuration file</a></li>
81  </ul>
82
83  </div>
84  </div>
85  </div>
86
87  <hr/>
88  <div class="container-fluid text-center">
89    <div class="row"><div class="col-md-12">
90    <address><small>
91      &copy; British Crown Copyright 2006-16
92      <a href="http://www.metoffice.gov.uk">Met Office</a>.
93      See <a href="../etc/fcm-terms-of-use.html">Terms of Use</a>.<br />
94      This document is released under the British <a href=
95      "http://www.nationalarchives.gov.uk/doc/open-government-licence/" rel=
96      "license">Open Government Licence</a>.<br />
97    </small></address>
98    </div></div>
99  </div>
100
101  <script type="text/javascript" src="../etc/jquery.min.js"></script>
102  <script type="text/javascript" src="../etc/bootstrap/js/bootstrap.min.js"></script>
103  <script type="text/javascript" src="../etc/fcm.js"></script>
104  <script type="text/javascript" src="../etc/fcm-version.js"></script>
105</body>
106</html>
Note: See TracBrowser for help on using the repository browser.