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.
Changeset 6947 for branches/2016/dev_r6409_SIMPLIF_2_usrdef_tools/NEMOGCM/TOOLS/DOMAINcfg/README – NEMO

Ignore:
Timestamp:
2016-09-23T13:45:31+02:00 (8 years ago)
Author:
flavoni
Message:

update DOMAINcfg TOOL: create deomain_cfg.nc files to be used in new version of NEMO, SIMPLIF-2 branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r6409_SIMPLIF_2_usrdef_tools/NEMOGCM/TOOLS/DOMAINcfg/README

    r6881 r6947  
    1 I suppress all if key_mpp_mpi 
    2 so it has to be compiled like mpp_mpi, even if 1 proc used  
     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 TracChangeset for help on using the changeset viewer.