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.
README in branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/TOOLS/DOMAINcfg – NEMO

source: branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/TOOLS/DOMAINcfg/README @ 6956

Last change on this file since 6956 was 6956, checked in by flavoni, 8 years ago

update file tools

File size: 1.3 KB
Line 
1The DOMAINcfg tool can be compiled using the maketools script in the NEMOGCM/TOOLS directory as follows:
2:::::::::::::::::::::::::::::::::
3./maketools -m $ARCH -n DOMAINcfg
4:::::::::::::::::::::::::::::::::
5where $ARCH indicates the arch file to be used from the directory NEMOGCM/ARCH.
6
7DOMAINcfg compiled will create "make_domain_cfg.exe" executable script (the main routine of this tool is make_domain_cfg.f90)
8
9DOMAINcfg package is EXACTLY what does exist in NEMO version 3.6 to define a model domain (both domain related namelist and initialization):
10DOMAINcfg tool creates a netcdf file "domain_cfg.nc" containing all the ocean domain informations required to define an ocean configuration,
11these files are :
12         
13    domain size
14    domain characteristics (periodic)
15    horizontal mesh
16    Coriolis parameter
17    depth and vertical scale factors
18
19VERY 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.