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 @ 6955

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

add README file for DOMAINcfg tool

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