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

source: utils/tools/NESTING/nordic1 @ 9688

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

change agrif configuration to fit with last commits in nesting tools

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