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

    r9809 r10025  
    11&input_output 
    2     iom_activated = true 
     2    iom_activated = .true. 
    33/ 
    44 
     
    66    parent_coordinate_file = '1_coordinates.nc' 
    77    parent_meshmask_file   = '1_meshmask.nc' 
     8    parent_domcfg_output   = '1_domain_cfg.nc' 
    89/     
    910     
    1011&bathymetry     
    11     new_topo           = true 
     12    new_topo           = .true. 
    1213    elevation_database = 'GEBCO_2014_2D.nc' 
    1314    elevation_name     = 'elevation' 
    14     smoothing          = true 
     15    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  = 0  
    2022    rn_hmin            = -3 
     
    2830    rho  = 3 
    2931    rhot = 3 
    30     bathy_update = true 
     32    nbghostcellsfine = 3 
     33    bathy_update = .true. 
    3134    updated_parent_file = '1_bathy_updated.nc' 
     35    updated_parent_domcfg = '1_domain_cfg_updated.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 = '1_bathy_meter.nc' 
    5357    parent_batmet_name = 'Bathymetry' 
Note: See TracChangeset for help on using the changeset viewer.