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 @ 10029

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

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 size: 2.0 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    parent_domcfg_output   = 'domain_cfg.nc'
9/   
10   
11&bathymetry   
12    new_topo = true
13    elevation_database = '1_bathy_updated.nc'
14    elevation_name     = 'Bathymetry'
15    smoothing          = true
16    smoothing_factor   = 0.6
17    ln_agrif_domain    = .true.
18    npt_connect        = 2   
19    npt_copy           = 2
20    removeclosedseas   = .true.
21    type_bathy_interp  = 2
22    rn_hmin            = -3
23/   
24
25&nesting   
26    imin = 122
27    imax = 153
28    jmin = 110
29    jmax = 143
30    rho  = 4
31    rhot = 4
32    nbghostcellsfine = 3
33    bathy_update = true
34    updated_parent_file = 'bathy_updated_parent.nc'
35    updated_parent_domcfg = 'domain_cfg_updated_parent.nc'
36/
37
38&vertical_grid   
39    ln_e3_dep = .true.
40    ppkth     = 21.4333619793800
41    ppacr     = 3
42    ppdzmin   = 0
43    pphmax    = 0
44    psur      = -4762.96143546300
45    pa0       = 255.58049070440
46    pa1       = 245.58132232490
47    N         = 31
48    ldbletanh = .false.
49    pa2       = 0
50    ppkth2    = 0
51    ppacr2    = 0
52/   
53   
54&partial_cells       
55    partial_steps      = .true.
56    parent_bathy_meter = 'bathy_meter.nc'
57    parent_batmet_name = 'Bathymetry'
58    e3zps_min          = 20.
59    e3zps_rat          = 0.1
60/
61
62&nemo_coarse_grid   
63    jpizoom = 1         
64    jpjzoom = 1         
65/
66
67&forcing_files       
68    FLX_FILES =
69    'data_1m_salinity_nomask.nc',
70    'data_1m_potential_temperature_nomask.nc',
71    'geothermal_heating.nc'
72    'mixing_power_bot.nc',
73    'mixing_power_pyc.nc',
74    'mixing_power_cri.nc',
75    'chlorophyll.nc'
76/
77
78&interp
79    VAR_INTERP =
80    'votemper/bilinear',
81    'vosaline/bilinear',
82    'heatflow/bilinear'
83    'field/bilinear',
84    'field/bilinear',
85    'field/bilinear',
86    'CHLA/bilinear'
87/
88
89&restart
90    restart_file = 'restart.nc'   
91    shlat = 0
92    dimg = false
93    dimg_output_file = 'test_dimg'
94    adatrj = 360.25
95    interp_type = 'bilinear'
96/
97
98&restart_trc
99    restart_trc_file = 'restart_trc.nc'   
100/
Note: See TracBrowser for help on using the repository browser.