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

source: utils/tools/NESTING/namelist_nordic2 @ 10398

Last change on this file since 10398 was 10398, checked in by clem, 5 years ago

BGC restart should now work in the nesting tool. All of that must of course be tested in realistic simulations. Waiting for the feedbacks...

File size: 2.2 KB
Line 
1&input_output
2    iom_activated = .true.
3/
4
5&coarse_grid_files   
6    parent_coordinate_file = '1_coordinates.nc'
7    parent_bathy_level     = '1_meshmask.nc'
8    parent_level_name      = 'mbathy'
9    parent_bathy_meter     = '1_bathy_meter.nc'
10    parent_meter_name      = 'Bathymetry'
11    parent_domcfg_out      = '1_domain_cfg.nc'
12/   
13   
14&bathymetry   
15    new_topo           = .true.
16    elevation_database = 'GEBCO_2014_2D.nc'
17    elevation_name     = 'elevation'
18    smoothing          = .true.
19    smoothing_factor   = 0.6
20    ln_agrif_domain    = .true.
21    npt_connect        = 2
22    npt_copy           = 2
23    removeclosedseas   = .true.
24    type_bathy_interp  = 0
25    rn_hmin            = -3
26/   
27
28&nesting   
29    imin = 38
30    imax = 80
31    jmin = 71
32    jmax = 111
33    rho  = 3
34    rhot = 3
35    nbghostcellsfine = 3
36    bathy_update = .true.
37    parent_bathy_meter_updated = '1_bathy_updated.nc'
38    parent_domcfg_updated = '1_domain_cfg_updated.nc'
39/
40
41&vertical_grid   
42    ln_e3_dep = .true.
43    ppkth     = 21.4333619793800
44    ppacr     = 3
45    ppdzmin   = 0
46    pphmax    = 0
47    psur      = -4762.96143546300
48    pa0       = 255.58049070440
49    pa1       = 245.58132232490
50    N         = 31
51    ldbletanh = .false.
52    pa2       = 0
53    ppkth2    = 0
54    ppacr2    = 0
55/   
56   
57&partial_cells       
58    partial_steps      = .true.
59    e3zps_min          = 20.
60    e3zps_rat          = 0.1
61/
62
63&nemo_coarse_grid
64    jpizoom = 1
65    jpjzoom = 1
66/
67
68&forcing_files       
69    FLX_FILES =
70    '1_data_1m_salinity_nomask.nc',
71    '1_data_1m_potential_temperature_nomask.nc',
72    '1_geothermal_heating.nc'
73    '1_mixing_power_bot.nc',
74    '1_mixing_power_pyc.nc',
75    '1_mixing_power_cri.nc',
76    '1_chlorophyll.nc'
77/
78
79&interp
80    VAR_INTERP =
81    'votemper/bilinear',
82    'vosaline/bilinear',
83    'heatflow/bilinear'
84    'field/bilinear',
85    'field/bilinear',
86    'field/bilinear',
87    'CHLA/bilinear'
88/
89
90&restart
91    restart_file = 'restart.nc'   
92    shlat = 0
93    dimg = false
94    dimg_output_file = 'test_dimg'
95    adatrj = 360.25
96    interp_type = 'bilinear'
97/
98
99&restart_trc
100    restart_trc_file = 'restart_trc.nc'   
101    interp_type = 'bilinear'
102/
103
104&restart_ice
105    restart_ice_file = 'restart_ice.nc'
106    interp_type = 'bilinear'
107/
Note: See TracBrowser for help on using the repository browser.