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

source: utils/tools/NESTING/nordic1_update @ 9694

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

change the nesting tools to choose the number of points copied from mother to child grids in the namelist (npt_copy) and change the name of nb_connection_pts to npt_connect

File size: 2.3 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        = 1   
17    npt_copy           = 1
18    removeclosedseas   = true
19    type_bathy_interp  = 2
20    rn_hmin            = -3
21/   
22
23&nesting   
24    imin = 124
25    imax = 155
26    jmin = 112
27    jmax = 145
28    rho  = 4
29    rhot = 4
30    bathy_update = true
31    updated_parent_file = 'bathy_updated_mother.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_updated.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!    'river.orca.nc ',                         ! needed for Pisces
72!    'ndeposition.orca.nc',                    ! needed for Pisces
73!    'dust.orca.nc',                           ! needed for Pisces
74!    'bathy.orca.nc'                           ! needed for Pisces
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!    'dust/bilinear',
87!    'riverdic/bilinear',
88!    'riverpoc/bilinear',
89!    'riverdoc/bilinear',
90!    'nedep/bilinear',
91!    'bathy/bilinear'
92/
93
94&restart
95    restart_file = 'restart.nc'   
96    shlat = 0
97    dimg = false
98    dimg_output_file = 'test_dimg'
99    adatrj = 360.25
100    interp_type = 'bilinear'
101/
102&restart_trc
103    restart_trc_file = 'restart_trc.nc'   
104/
Note: See TracBrowser for help on using the repository browser.