source: trunk/NEMOGCM/TOOLS/NESTING/peru_025_12 @ 73

Last change on this file since 73 was 73, checked in by smasson, 11 years ago

peru12 nested into trop025

File size: 3.0 KB
Line 
1&README_seb
2position in TROP12 (count starts at 0)
3    imin = 2881
4    imax = 3241
5    jmin = 246
6    jmax = 750
7
8
9./agrif_create_coordinates.exe peru_025_12
10ncrename -v x,lon -v y,lat -d x,lon -d y,lat /ccc/work/cont005/ra0542/massons/now/input/nemo_trop12/ETOPO1_TROP_R12.nc ETOPO1_TROP_R12.nc
11./agrif_create_bathy.exe peru_025_12
12
13ncks -d x,2881,3241 -d y,246,750 /ccc/work/cont005/ra0542/massons/now/input/nemo_trop12/coordinates_TROP_R12.nc /ccc/work/cont005/ra0542/massons/now/input/nemo_nestperu12/coordinates_NESTPERU_R12.nc
14
15/
16
17&input_output
18    iom_activated = true
19/
20
21&coarse_grid_files   
22    parent_coordinate_file = '/ccc/work/cont005/ra0542/massons/now/input/nemo_trop025/coordinates_TROP_R025.nc'
23    parent_meshmask_file   = '/ccc/work/cont005/ra0542/massons/now/input/nemo_trop025/mesh_mask_TROP025.nc'
24/   
25   
26&bathymetry   
27    new_topo = true
28    elevation_database = 'ETOPO1_TROP_R12.nc'
29    elevation_name = 'Bathymetry'
30    smoothing = false
31    smoothing_factor = 0.6
32    nb_connection_pts = 3   
33    removeclosedseas = true
34    type_bathy_interp = 0
35/   
36
37&nesting   
38    imin = 961
39    imax = 1080
40    jmin = 82
41    jmax = 249
42    rho  = 3                                                                   
43    rhot = 3
44    bathy_update = true
45    updated_parent_file = 'bathy_updated.nc'                           
46/
47
48&vertical_grid   
49    ppkth = 15.35101370000000
50    ppacr = 7.
51    ppdzmin = 0
52    pphmax  = 0
53    psur = -3958.951371276829
54    pa0  = 103.9530096000000
55    pa1  = 2.415951269000000
56    ldbletanh = .TRUE.
57    pa2  =   100.7609285000000
58    ppkth2=   48.02989372000000
59    ppacr2=    13.00000000000
60    N  = 75
61/   
62   
63&partial_cells         
64    partial_steps = true
65    parent_bathy_meter = '/ccc/work/cont005/ra0542/massons/now/input/nemo_trop025/ETOPO1_TROP_R025.nc'
66    parent_batmet_name = 'Bathymetry'
67    e3zps_min = 25.
68    e3zps_rat = 0.2
69/
70
71&nemo_coarse_grid   
72    jpizoom = 1                 
73    jpjzoom = 1                 
74/
75&forcing_files             
76    U_FILES = 'taux_1m.nc'
77!'dyna_grid_U.nc'                              ! needed for Offline
78    V_FILES =  'tauy_1m.nc'
79!'dyna_grid_V.nc'                              ! needed for Offline
80    FLX_FILES =
81    'data_1m_salinity_nomask.nc',
82    'data_1m_potential_temperature_nomask.nc',
83    'flx.nc',
84    'geothermal_heating.nc'
85!    'river.orca.nc ',                         ! needed for Pisces
86!    'ndeposition.orca.nc',                    ! needed for Pisces
87!    'dust.orca.nc',                           ! needed for Pisces
88!    'bathy.orca.nc'                           ! needed for Pisces
89!'dyna_grid_T.nc',                             ! needed for Offline
90!'dyna_grid_W.nc'                              ! needed for Offline
91/
92
93&interp
94    VAR_INTERP =
95    'votemper/bicubic',
96    'vosaline/bicubic'
97!    'dust/bilinear',
98!    'riverdic/bilinear',
99!    'riverpoc/bilinear',
100!    'riverdoc/bilinear',
101!    'nedep/bilinear',
102!    'bathy/bilinear'
103/
104
105&restart
106    restart_file = 'restart.nc'   
107    shlat = 0
108    dimg = false
109    dimg_output_file = 'test_dimg'
110    adatrj = 360.25
111    interp_type = 'bilinear'
112/
113&restart_trc
114    restart_trc_file = 'restart_trc.nc'   
115/
Note: See TracBrowser for help on using the repository browser.