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 10025 for utils/tools/NESTING/namelist_nordic1_update – NEMO

Ignore:
Timestamp:
2018-08-02T15:25:27+02:00 (6 years ago)
Author:
clem
Message:

nesting tools are partly rewritten (mostly for create_coordinates and bathy) to get better functionality. Now you can use the nesting to either define an agrif zoom or a regional domain (for bdy purposes). Also, the nesting tools output a domain_cfg.nc that can be directly used in NEMO4 without the need of DOMAINcfg tool. The option of median average for bathymetry interpolation still does not work properly but it's not new

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/tools/NESTING/namelist_nordic1_update

    r9809 r10025  
    11&input_output 
    2     iom_activated = true  
     2    iom_activated = .true.  
    33/ 
    44 
     
    66    parent_coordinate_file = 'coordinates.nc' 
    77    parent_meshmask_file   = 'meshmask.nc'   
     8    parent_domcfg_output   = 'domain_cfg.nc' 
    89/     
    910     
     
    1415    smoothing          = true 
    1516    smoothing_factor   = 0.6 
     17    ln_agrif_domain    = .true. 
    1618    npt_connect        = 2     
    1719    npt_copy           = 2  
    18     removeclosedseas   = true 
     20    removeclosedseas   = .true. 
    1921    type_bathy_interp  = 2  
    2022    rn_hmin            = -3  
     
    2830    rho  = 4 
    2931    rhot = 4 
     32    nbghostcellsfine = 3 
    3033    bathy_update = true 
    3134    updated_parent_file = 'bathy_updated_parent.nc' 
     35    updated_parent_domcfg = 'domain_cfg_updated_parent.nc' 
    3236/ 
    3337 
     
    4246    pa1       = 245.58132232490 
    4347    N         = 31 
    44     ldbletanh = .FALSE. 
     48    ldbletanh = .false. 
    4549    pa2       = 0 
    4650    ppkth2    = 0 
     
    4953     
    5054&partial_cells        
    51     partial_steps      = true 
     55    partial_steps      = .true. 
    5256    parent_bathy_meter = 'bathy_meter.nc' 
    5357    parent_batmet_name = 'Bathymetry' 
Note: See TracChangeset for help on using the changeset viewer.