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 | TO RUN DOMAINCFg TOOL: |
---|
10 | copy in src directory all FORCING files of NEMO_v3_6_stable of configuration |
---|
11 | FOR 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 |
---|
28 | |
---|
29 | and just run : |
---|
30 | ./make_domain_cfg.exe |
---|
31 | ::::::::::::::::::::::::::::::::::::::::::::::::: |
---|
32 | |
---|
33 | DOMAINcfg package is EXACTLY what does exist in NEMO version 3.6 to define a model domain (both domain related namelist and initialization): |
---|
34 | DOMAINcfg tool creates a netcdf file "domain_cfg.nc" containing all the ocean domain informations required to define an ocean configuration, |
---|
35 | these files are : |
---|
36 | |
---|
37 | domain size |
---|
38 | domain characteristics (periodic) |
---|
39 | horizontal mesh |
---|
40 | Coriolis parameter |
---|
41 | depth and vertical scale factors |
---|
42 | |
---|
43 | VERY 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. |
---|
52 | (here committed files of ORCA2_LIM) : |
---|
53 | |
---|
54 | coordinates.nc |
---|
55 | bathy_meter.nc |
---|
56 | bathy_level.nc |
---|
57 | domain_def.xml |
---|
58 | field_def.xml |
---|
59 | iodef.xml |
---|
Note: See
TracBrowser
for help on using the repository browser.