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.
agulhas in branches/UKMO/dev_merge_2017_GC_couple_pkg/NEMOGCM/TOOLS/NESTING – NEMO

source: branches/UKMO/dev_merge_2017_GC_couple_pkg/NEMOGCM/TOOLS/NESTING/agulhas @ 9677

Last change on this file since 9677 was 9677, checked in by dancopsey, 6 years ago

Strip out SVN keywords.

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 = 'bathymetry_meter_ORCA_R05.nc'
13    elevation_name = 'topo'
14    smoothing = true
15    smoothing_factor = 0.6
16    nb_connection_pts = 3   
17    removeclosedseas = true
18    type_bathy_interp = 0
19    rn_hmin = -3
20/   
21
22&nesting   
23    imin = 125
24    imax = 170
25    jmin = 36
26    jmax = 63
27    rho  = 4                           
28    rhot = 2
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.0
45    ppkth2      = 0.0
46    ppacr2      = 0.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    U_FILES = 'taux_1m.nc'
63!'dyna_grid_U.nc'                              ! needed for Offline
64    V_FILES =  'tauy_1m.nc'
65!'dyna_grid_V.nc'                              ! needed for Offline
66    FLX_FILES =
67    'data_1m_salinity_nomask.nc',
68    'data_1m_potential_temperature_nomask.nc',
69    'flx.nc',
70    'geothermal_heating.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!'dyna_grid_T.nc',                             ! needed for Offline
76!'dyna_grid_W.nc'                              ! needed for Offline
77/
78
79&interp
80    VAR_INTERP =
81    'votemper/bicubic',
82    'vosaline/bicubic'
83!    'dust/bilinear',
84!    'riverdic/bilinear',
85!    'riverpoc/bilinear',
86!    'riverdoc/bilinear',
87!    'nedep/bilinear',
88!    'bathy/bilinear'
89/
90
91&restart
92    restart_file = 'restart.nc'   
93    shlat = 0
94    dimg = false
95    dimg_output_file = 'test_dimg'
96    adatrj = 360.25
97    interp_type = 'bilinear'
98/
99&restart_trc
100    restart_trc_file = 'restart_trc.nc'   
101/
Note: See TracBrowser for help on using the repository browser.