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.
nordic1 in utils/tools/NESTING – NEMO

source: utils/tools/NESTING/nordic1 @ 9768

Last change on this file since 9768 was 9768, checked in by jchanut, 6 years ago

Update NESTING namelists and code according to reference configuration. Switch to 3 ghostcells.

File size: 1.8 KB
RevLine 
[9601]1&input_output
2    iom_activated = true
3/
4
5&coarse_grid_files   
6    parent_coordinate_file = 'coordinates.nc'
7    parent_meshmask_file   = 'meshmask.nc' 
8/   
9   
10&bathymetry   
11    new_topo = true
12    elevation_database = 'GEBCO_2014_2D.nc'
[9694]13    elevation_name     = 'elevation'
14    smoothing          = true
15    smoothing_factor   = 0.6
[9768]16    npt_connect        = 2      ! default = 3
17    npt_copy           = 2      ! default = 2
[9694]18    removeclosedseas   = true
[9768]19    type_bathy_interp  = 0
[9694]20    rn_hmin            = -3
[9601]21/   
22
23&nesting   
[9768]24    imin = 122
25    imax = 153
26    jmin = 110
27    jmax = 143
[9601]28    rho  = 4
29    rhot = 4
[9694]30    bathy_update        = true
[9601]31    updated_parent_file = 'bathy_updated.nc'         
32/
33
34&vertical_grid   
35    ln_e3_dep = .true.
[9694]36    ppkth     = 21.4333619793800
37    ppacr     = 3
38    ppdzmin   = 0
39    pphmax    = 0
40    psur      = -4762.96143546300
41    pa0       = 255.58049070440
42    pa1       = 245.58132232490
43    N         = 31
44    ldbletanh = .FALSE.
45    pa2       = 0
46    ppkth2    = 0
47    ppacr2    = 0
[9601]48/   
49   
50&partial_cells       
[9694]51    partial_steps      = true
[9601]52    parent_bathy_meter = 'bathy_meter.nc'
53    parent_batmet_name = 'Bathymetry'
[9694]54    e3zps_min          = 20.
55    e3zps_rat          = 0.1
[9601]56/
57
58&nemo_coarse_grid   
59    jpizoom = 1         
60    jpjzoom = 1         
61/
62&forcing_files       
63    FLX_FILES =
64    'data_1m_salinity_nomask.nc',
65    'data_1m_potential_temperature_nomask.nc',
66    'geothermal_heating.nc'
67    'chlorophyll.nc'
68/
69
70&interp
71    VAR_INTERP =
72    'votemper/bilinear',
73    'vosaline/bilinear',
74    'heatflow/bilinear'
75    'CHLA/bilinear'
76/
77
78&restart
79    restart_file = 'restart.nc'   
80    shlat = 0
81    dimg = false
82    dimg_output_file = 'test_dimg'
83    adatrj = 360.25
84    interp_type = 'bilinear'
85/
86&restart_trc
87    restart_trc_file = 'restart_trc.nc'   
88/
Note: See TracBrowser for help on using the repository browser.