source:
branches/UKMO/dev_r5518_GO6_package/NEMOGCM/TOOLS/NESTING/agulhas
@
6823
Last change on this file since 6823 was 6823, checked in by davestorkey, 9 years ago | |
---|---|
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 | 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 | ldbletanh = .FALSE. |
43 | pa2 = 0.0 |
44 | ppkth2 = 0.0 |
45 | ppacr2 = 0.0 |
46 | / |
47 | |
48 | &partial_cells |
49 | partial_steps = true |
50 | parent_bathy_meter = 'bathy_meter.nc' |
51 | parent_batmet_name = 'Bathymetry' |
52 | e3zps_min = 20. |
53 | e3zps_rat = 0.1 |
54 | / |
55 | |
56 | &nemo_coarse_grid |
57 | jpizoom = 1 |
58 | jpjzoom = 1 |
59 | / |
60 | &forcing_files |
61 | U_FILES = 'taux_1m.nc' |
62 | !'dyna_grid_U.nc' ! needed for Offline |
63 | V_FILES = 'tauy_1m.nc' |
64 | !'dyna_grid_V.nc' ! needed for Offline |
65 | FLX_FILES = |
66 | 'data_1m_salinity_nomask.nc', |
67 | 'data_1m_potential_temperature_nomask.nc', |
68 | 'flx.nc', |
69 | 'geothermal_heating.nc' |
70 | ! 'river.orca.nc ', ! needed for Pisces |
71 | ! 'ndeposition.orca.nc', ! needed for Pisces |
72 | ! 'dust.orca.nc', ! needed for Pisces |
73 | ! 'bathy.orca.nc' ! needed for Pisces |
74 | !'dyna_grid_T.nc', ! needed for Offline |
75 | !'dyna_grid_W.nc' ! needed for Offline |
76 | / |
77 | |
78 | &interp |
79 | VAR_INTERP = |
80 | 'votemper/bicubic', |
81 | 'vosaline/bicubic' |
82 | ! 'dust/bilinear', |
83 | ! 'riverdic/bilinear', |
84 | ! 'riverpoc/bilinear', |
85 | ! 'riverdoc/bilinear', |
86 | ! 'nedep/bilinear', |
87 | ! 'bathy/bilinear' |
88 | / |
89 | |
90 | &restart |
91 | restart_file = 'restart.nc' |
92 | shlat = 0 |
93 | dimg = false |
94 | dimg_output_file = 'test_dimg' |
95 | adatrj = 360.25 |
96 | interp_type = 'bilinear' |
97 | / |
98 | &restart_trc |
99 | restart_trc_file = 'restart_trc.nc' |
100 | / |
Note: See TracBrowser
for help on using the repository browser.