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

Last change on this file since 7108 was 7108, checked in by flavoni, 7 years ago

#1692 and ROBUST-3, update README

File size: 1.9 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
9TO RUN DOMAINCFg TOOL:
10copy in src directory all FORCING files of NEMO_v3_6_stable of configuration
11FOR EXAMPLE
12- for AMM12 :
13            coordinates.nc
14            bathy_meter.nc
15            bathy_level.nc
16            amm12_rivers.nc
17            coordinates.bdy.nc
18            amm12_restart_oce.nc
19         directories:   bdydta/
20                        fluxes/
21- for ORCA2 :
22            coordinates.nc
23            bathy_meter.nc
24            bathy_level.nc
25            domain_def.xml
26            field_def.xml
27            iodef.xml
28and just run :
29:::::::::::::::::::::::::::::::::::::::::::::::::
30./make_domain_cfg.exe
31:::::::::::::::::::::::::::::::::::::::::::::::::
32
33DOMAINcfg package is EXACTLY what does exist in NEMO version 3.6 to define a model domain (both domain related namelist and initialization):
34DOMAINcfg tool creates a netcdf file "domain_cfg.nc" containing all the ocean domain informations required to define an ocean configuration,
35these files are :
36         
37    domain size
38    domain characteristics (periodic)
39    horizontal mesh
40    Coriolis parameter
41    depth and vertical scale factors
42
43VERY IMPORTANT::
44 1. pre-required: this tool needs xios1
45
46  (download http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/branchs/xios-1.0
47   DOMAINcfg tool is working with revision 703 of xios)
48
49 2. namelist_ref and namelist_cfg needed (here committed namelists of ORCA2_LIM)
50
51 3. same input files (of related configuration) required in v3.6 are required here.
Note: See TracBrowser for help on using the repository browser.