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 in trunk/UTIL/CFG_TOOLS – NEMO

source: trunk/UTIL/CFG_TOOLS/namelist @ 1799

Last change on this file since 1799 was 1799, checked in by blelod, 14 years ago

First import cfg_tools see ticket #636

  • Property svn:executable set to *
File size: 2.1 KB
Line 
1&input_output
2    iom_activated = true
3/
4
5&coarse_grid_files   
6    parent_coordinate_file = 'coordinates_ORCA_R05.nc'
7    parent_bathy_level    = 'bathy_level.nc' 
8/   
9   
10&bathymetry   
11! new_topo = true
12    new_topo = false
13    elevation_database = 'bathymetry_meter_ORCA_R05.nc'
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 = 722
23    imax = 3
24    jmin = 50
25    jmax = 52
26    rho  = 2
27                       
28    rhot = 2
29    bathy_update = true
30    updated_parent_file = 'bathy_updated.nc'         
31/
32
33&vertical_grid   
34    ppkth = 21.4333619793800
35    ppacr = 3
36    ppdzmin = 0
37    pphmax  = 0
38    psur = -4762.96143546300
39    pa0  = 255.58049070440
40    pa1  = 245.58132232490
41    N  = 31
42/   
43   
44&partial_cells       
45    partial_steps = true
46    parent_bathy_meter = 'bathy_meter.nc'
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.