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

source: utils/tools/NESTING/namelist_nordic1_update @ 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 = '1_bathy_updated.nc'
13    elevation_name     = 'Bathymetry'
14    smoothing          = true
15    smoothing_factor   = 0.6
16    npt_connect        = 2   
17    npt_copy           = 2
18    removeclosedseas   = true
19    type_bathy_interp  = 2
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_parent.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
63&forcing_files       
64    FLX_FILES =
65    'data_1m_salinity_nomask.nc',
66    'data_1m_potential_temperature_nomask.nc',
67    'geothermal_heating.nc'
68    'mixing_power_bot.nc',
69    'mixing_power_pyc.nc',
70    'mixing_power_cri.nc',
71    'chlorophyll.nc'
72/
73
74&interp
75    VAR_INTERP =
76    'votemper/bilinear',
77    'vosaline/bilinear',
78    'heatflow/bilinear'
79    'field/bilinear',
80    'field/bilinear',
81    'field/bilinear',
82    'CHLA/bilinear'
83/
84
85&restart
86    restart_file = 'restart.nc'   
87    shlat = 0
88    dimg = false
89    dimg_output_file = 'test_dimg'
90    adatrj = 360.25
91    interp_type = 'bilinear'
92/
93
94&restart_trc
95    restart_trc_file = 'restart_trc.nc'   
96/
Note: See TracBrowser for help on using the repository browser.