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 – NEMO

Changeset 6984


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

update DOMAINcfg TOOL

Location:
branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/TOOLS/DOMAINcfg
Files:
2 added
2 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): 
  • branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/TOOLS/DOMAINcfg/src/domwri.f90

    r6973 r6984  
    282282         CALL iom_rstput( 0, 0, inum4, 'gdept_0', gdept_0, ktype = jp_r8 )      
    283283         CALL iom_rstput( 0, 0, inum4, 'gdepw_0', gdepw_0, ktype = jp_r8 ) 
    284          CALL dom_stiff( zprt ) 
    285          CALL iom_rstput( 0, 0, inum, 'stiffness', zprt )       !    ! Max. grid stiffness ratio 
     284         CALL dom_stiff( zprt ) 
     285         CALL iom_rstput( 0, 0, inum4, 'stiffness', zprt )       !    ! Max. grid stiffness ratio 
    286286      ENDIF 
    287287       
Note: See TracChangeset for help on using the changeset viewer.