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

source: branches/DEV_r1879_FCM/NEMOGCM/TOOLS/NESTING/agulhas @ 2143

Last change on this file since 2143 was 2143, checked in by rblod, 14 years ago

Improvement of FCM branch

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