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 6984 for branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/TOOLS/DOMAINcfg/README – NEMO

Ignore:
Timestamp:
2016-10-04T16:57:13+02:00 (8 years ago)
Author:
flavoni
Message:

update DOMAINcfg TOOL

File:
1 edited

Legend:

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

    r6956 r6984  
    66 
    77DOMAINcfg 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 
     28 
     29and just run : 
     30./make_domain_cfg.exe 
     31::::::::::::::::::::::::::::::::::::::::::::::::: 
    832 
    933DOMAINcfg package is EXACTLY what does exist in NEMO version 3.6 to define a model domain (both domain related namelist and initialization): 
Note: See TracChangeset for help on using the changeset viewer.