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

source: utils/tools/NESTING/namelist_nordic1 @ 9809

Last change on this file since 9809 was 9809, checked in by clem, 6 years ago

create a README and update namelist files

File size: 1.9 KB
Line 
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'
13    elevation_name     = 'elevation'
14    smoothing          = true
15    smoothing_factor   = 0.6
16    npt_connect        = 2      ! default = 3
17    npt_copy           = 2      ! default = 2
18    removeclosedseas   = true
19    type_bathy_interp  = 0
20    rn_hmin            = -3
21/   
22
23&nesting   
24    imin = 122
25    imax = 153
26    jmin = 110
27    jmax = 143
28    rho  = 4
29    rhot = 4
30    bathy_update        = true
31    updated_parent_file = 'bathy_updated.nc'         
32/
33
34&vertical_grid   
35    ln_e3_dep = .true.
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
48/   
49   
50&partial_cells       
51    partial_steps      = true
52    parent_bathy_meter = 'bathy_meter.nc'
53    parent_batmet_name = 'Bathymetry'
54    e3zps_min          = 20.
55    e3zps_rat          = 0.1
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    'mixing_power_bot.nc',
68    'mixing_power_pyc.nc',
69    'mixing_power_cri.nc',
70    'chlorophyll.nc'
71/
72
73&interp
74    VAR_INTERP =
75    'votemper/bilinear',
76    'vosaline/bilinear',
77    'heatflow/bilinear'
78    'field/bilinear',
79    'field/bilinear',
80    'field/bilinear',
81    'CHLA/bilinear'
82/
83
84&restart
85    restart_file = 'restart.nc'   
86    shlat = 0
87    dimg = false
88    dimg_output_file = 'test_dimg'
89    adatrj = 360.25
90    interp_type = 'bilinear'
91/
92
93&restart_trc
94    restart_trc_file = 'restart_trc.nc'   
95/
Note: See TracBrowser for help on using the repository browser.