Line | |
---|
1 | The DOMAINcfg tool can be compiled using the maketools script in the NEMOGCM/TOOLS directory as follows: |
---|
2 | ::::::::::::::::::::::::::::::::: |
---|
3 | ./maketools -m $ARCH -n DOMAINcfg |
---|
4 | ::::::::::::::::::::::::::::::::: |
---|
5 | where $ARCH indicates the arch file to be used from the directory NEMOGCM/ARCH. |
---|
6 | |
---|
7 | DOMAINcfg compiled will create "make_domain_cfg.exe" executable script (the main routine of this tool is make_domain_cfg.f90) |
---|
8 | |
---|
9 | DOMAINcfg package is EXACTLY what does exist in NEMO version 3.6 to define a model domain (both domain related namelist and initialization): |
---|
10 | DOMAINcfg tool creates a netcdf file "domain_cfg.nc" containing all the ocean domain informations required to define an ocean configuration, |
---|
11 | these files are : |
---|
12 | |
---|
13 | domain size |
---|
14 | domain characteristics (periodic) |
---|
15 | horizontal mesh |
---|
16 | Coriolis parameter |
---|
17 | depth and vertical scale factors |
---|
18 | |
---|
19 | VERY IMPORTANT:: |
---|
20 | 1. pre-required: this tool needs xios1 |
---|
21 | |
---|
22 | (download http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/branchs/xios-1.0 |
---|
23 | DOMAINcfg tool is working with revision 703 of xios) |
---|
24 | |
---|
25 | 2. namelist_ref and namelist_cfg needed (here committed namelists of ORCA2_LIM) |
---|
26 | |
---|
27 | 3. same input files (of related configuration) required in v3.6 are required here. |
---|
28 | (here committed files of ORCA2_LIM) : |
---|
29 | |
---|
30 | coordinates.nc |
---|
31 | bathy_meter.nc |
---|
32 | bathy_level.nc |
---|
33 | domain_def.xml |
---|
34 | field_def.xml |
---|
35 | iodef.xml |
---|
Note: See
TracBrowser
for help on using the repository browser.