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 NEMO/branches/UKMO/dev_fix_mpp_prep/NESTING – NEMO

source: NEMO/branches/UKMO/dev_fix_mpp_prep/NESTING/namelist_nordic1 @ 10348

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

just cosmetics for a better understanding of the namelist parameters

File size: 2.1 KB
Line 
1&input_output
2    iom_activated = .true.
3/
4
5&coarse_grid_files   
6    parent_coordinate_file = 'coordinates.nc'
7    parent_bathy_file      = 'meshmask.nc' 
8    parent_domcfg_output   = 'domain_cfg.nc'
9/   
10   
11&bathymetry   
12    new_topo = .true.
13    elevation_database = 'GEBCO_2014_2D.nc'
14    elevation_name     = 'elevation'
15    smoothing          = .true.
16    smoothing_factor   = 0.6
17    ln_agrif_domain    = .true.
18    npt_connect        = 2      ! default = 3
19    npt_copy           = 2      ! default = 2
20    removeclosedseas   = .true.
21    type_bathy_interp  = 0
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.nc'         
35    updated_parent_domcfg = 'domain_cfg_updated.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&forcing_files       
67    FLX_FILES =
68    'data_1m_salinity_nomask.nc',
69    'data_1m_potential_temperature_nomask.nc',
70    'geothermal_heating.nc'
71    'mixing_power_bot.nc',
72    'mixing_power_pyc.nc',
73    'mixing_power_cri.nc',
74    'chlorophyll.nc'
75/
76
77&interp
78    VAR_INTERP =
79    'votemper/bilinear',
80    'vosaline/bilinear',
81    'heatflow/bilinear'
82    'field/bilinear',
83    'field/bilinear',
84    'field/bilinear',
85    'CHLA/bilinear'
86/
87
88&restart
89    restart_file = 'restart.nc'   
90    shlat = 0
91    dimg = false
92    dimg_output_file = 'test_dimg'
93    adatrj = 360.25
94    interp_type = 'bilinear'
95/
96
97&restart_trc
98    restart_trc_file = 'restart_trc.nc'   
99/
Note: See TracBrowser for help on using the repository browser.