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/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TOOLS/NESTING – NEMO

source: branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TOOLS/NESTING/agulhas @ 5453

Last change on this file since 5453 was 2455, checked in by smasson, 13 years ago

v3_3_bet: bugfix in nesting tools, see #773

  • Property svn:keywords set to Id
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 = '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/   
20
21&nesting   
22    imin = 125
23    imax = 170
24    jmin = 36
25    jmax = 63
26    rho  = 4                           
27    rhot = 2
28    bathy_update = true
29    updated_parent_file = 'bathy_updated.nc'         
30/
31
32&vertical_grid   
33    ppkth = 21.4333619793800
34    ppacr = 3
35    ppdzmin = 0
36    pphmax  = 0
37    psur = -4762.96143546300
38    pa0  = 255.58049070440
39    pa1  = 245.58132232490
40    N  = 31
41/   
42   
43&partial_cells       
44    partial_steps = true
45    parent_bathy_meter = 'bathy_meter.nc'
46    parent_batmet_name = 'Bathymetry'
47    e3zps_min = 25.
48    e3zps_rat = 0.2
49/
50
51&nemo_coarse_grid   
52    jpizoom = 1         
53    jpjzoom = 1         
54/
55&forcing_files       
56    U_FILES = 'taux_1m.nc'
57!'dyna_grid_U.nc'                              ! needed for Offline
58    V_FILES =  'tauy_1m.nc'
59!'dyna_grid_V.nc'                              ! needed for Offline
60    FLX_FILES =
61    'data_1m_salinity_nomask.nc',
62    'data_1m_potential_temperature_nomask.nc',
63    'flx.nc',
64    'geothermal_heating.nc'
65!    'river.orca.nc ',                         ! needed for Pisces
66!    'ndeposition.orca.nc',                    ! needed for Pisces
67!    'dust.orca.nc',                           ! needed for Pisces
68!    'bathy.orca.nc'                           ! needed for Pisces
69!'dyna_grid_T.nc',                             ! needed for Offline
70!'dyna_grid_W.nc'                              ! needed for Offline
71/
72
73&interp
74    VAR_INTERP =
75    'votemper/bicubic',
76    'vosaline/bicubic'
77!    'dust/bilinear',
78!    'riverdic/bilinear',
79!    'riverpoc/bilinear',
80!    'riverdoc/bilinear',
81!    'nedep/bilinear',
82!    'bathy/bilinear'
83/
84
85&restart
86    restart_file = 'restart.nc'   
87    shlat = 0
88    dimg = false
89    dimg_output_file = 'test_dimg'
90    adatrj = 360.25
91    interp_type = 'bilinear'
92/
93&restart_trc
94    restart_trc_file = 'restart_trc.nc'   
95/
Note: See TracBrowser for help on using the repository browser.