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 6956 for branches/2016 – NEMO

Changeset 6956 for branches/2016


Ignore:
Timestamp:
2016-09-26T12:18:49+02:00 (8 years ago)
Author:
flavoni
Message:

update file tools

File:
1 edited

Legend:

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

    r6955 r6956  
    1 DOMAINcfg compiled will create "make_domain_cfg.exe" executable script 
    2 (the main routine of this tool is make_domain_cfg.f90) 
     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.  
    36 
    4 DOMAINcfg tool creates a netcdf file "domain_cfg.nc" containing all the ocean domain informations required to define an ocean configuration : 
     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 : 
    512           
    613    domain size 
     
    1320 1. pre-required: this tool needs xios1  
    1421 
    15   ( download http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/branchs/xios-1.0  
     22  (download http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/branchs/xios-1.0  
    1623   DOMAINcfg tool is working with revision 703 of xios)  
    1724 
    1825 2. namelist_ref and namelist_cfg needed (here committed namelists of ORCA2_LIM) 
    1926 
    20  3. some inputs files of related configurations are needed (here committed files of ORCA2_LIM) : 
     27 3. same input files (of related configuration) required in v3.6 are required here.  
     28    (here committed files of ORCA2_LIM) : 
    2129 
    2230    coordinates.nc 
     
    2634    field_def.xml 
    2735    iodef.xml 
    28  
    29  
    30 The DOMAINcfg tool can be compiled using the maketools script in the NEMOGCM/TOOLS directory as follows: 
    31 ./maketools -m $ARCH -n DOMAINcfg 
    32 where $ARCH indicates the arch file to be used from the directory NEMOGCM/ARCH.  
    33  
Note: See TracChangeset for help on using the changeset viewer.