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.
intro.rst in branches/2014/dev_r4650_UKMO14.5_SST_BIAS_CORRECTION/NEMOGCM/TOOLS/OBSTOOLS/OOO/doc/source – NEMO

source: branches/2014/dev_r4650_UKMO14.5_SST_BIAS_CORRECTION/NEMOGCM/TOOLS/OBSTOOLS/OOO/doc/source/intro.rst @ 5967

Last change on this file since 5967 was 5967, checked in by timgraham, 8 years ago

Reset keywords before merging with head of trunk

  • Property svn:keywords set to Id
File size: 1.4 KB
Line 
1
2Introduction
3------------
4
5The offline observation operator quick start script involves simple
6computation and manipulation of NEMO namelists.
7
8Quick start script
9------------------
10
11.. code-block:: none
12
13   ooo -h
14   usage: ooo [-h] [-w WORK_DIR] [-f FORECAST_TYPES] [-l LEAD_TIMES]
15              [-o OBS_TYPES] [--class4]
16              DATE NAMELIST
17   
18   positional arguments:
19     DATE                  Run date.
20     NAMELIST              NEMO namelist to edit.
21   
22   optional arguments:
23     -h, --help            show this help message and exit
24     -w WORK_DIR, --work-dir WORK_DIR
25     -f FORECAST_TYPES, --forecast-types FORECAST_TYPES
26                           Choice of forecast,persistence,climatology
27     -l LEAD_TIMES, --lead-times LEAD_TIMES
28                           Forecast lead times
29     -o OBS_TYPES, --obs-types OBS_TYPES
30                           Choice of namobs types.
31     --class4              Flag to choose class 4 file outputs
32     --dry-run             Flag to test namelist building without submitting.
33     --cmd COMMAND         Submit task to run.
34     -v, --verbose         Prints difference between before and after namelists.
35
36
37The above command line utility ``ooo`` can be used to edit **NEMO** namelists.
38
39Run
40---
41
42.. automodule:: ooo.run
43   :members:
44
45
46Locators
47--------
48
49.. automodule:: ooo.locator
50   :members:
51
52Fortran
53-------
54
55.. automodule:: ooo.nml
56   :members:
57
Note: See TracBrowser for help on using the repository browser.