Ticket #2505: namelist_nest1
File namelist_nest1, 2.4 KB (added by andrea.gierisch, 3 years ago) |
---|
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 | parent_level_name = 'Bathy_level' |
9 | parent_bathy_meter = 'bathy_meter_fromdomaincfg.nc' |
10 | parent_meter_name = 'Bathymetry' |
11 | parent_domcfg_out = 'domain_cfg.nc' |
12 | parent_jperio = 0 |
13 | / |
14 | |
15 | &bathymetry |
16 | new_topo = .true. |
17 | elevation_database = 'bathymetry_ORCA12_V3.3.nc' ! 'ORCA025_bathy_meter.nc' |
18 | elevation_name = 'Bathymetry' |
19 | smoothing = .true. |
20 | smoothing_factor = 0.6 |
21 | ln_agrif_domain = .true. |
22 | npt_connect = 2 ! default = 3 |
23 | npt_copy = 2 ! default = 2 |
24 | removeclosedseas = .true. |
25 | type_bathy_interp = 2 ! 2: bilinear interpolation |
26 | rn_hmin = -3 |
27 | / |
28 | |
29 | &nesting |
30 | imin = 280 |
31 | imax = 430 |
32 | jmin = 304 !330 |
33 | jmax = 490 |
34 | rho = 3 |
35 | rhot = 3 |
36 | nbghostcellsfine = 3 !Has to be 3. Hardcoded in NEMO! |
37 | bathy_update = .true. |
38 | parent_bathy_meter_updated = 'bathy_updated.nc' |
39 | parent_domcfg_updated = 'domain_cfg_updated.nc' |
40 | / |
41 | |
42 | &vertical_grid |
43 | ln_e3_dep = .true. |
44 | ppkth = 15.3510136999999993 ! |
45 | ppacr = 7.0 ! |
46 | ppdzmin = 0 |
47 | pphmax = 0 |
48 | psur = -3958.95137127682892 ! ORCA r4, r2 and r05 coefficients |
49 | pa0 = 103.953009600000001 ! (default coefficients) |
50 | pa1 = 2.41595126899999979 ! |
51 | N = 75 |
52 | ldbletanh = .true. |
53 | pa2 = 100.760928500000006 ! Double tanh function parameters |
54 | ppkth2 = 48.02989372000000 ! |
55 | ppacr2 = 13.0000000000 ! |
56 | / |
57 | |
58 | &partial_cells |
59 | partial_steps = .true. |
60 | e3zps_min = 20. |
61 | e3zps_rat = 0.1 |
62 | / |
63 | |
64 | &nemo_coarse_grid |
65 | jpizoom = 1 |
66 | jpjzoom = 1 |
67 | / |
68 | &forcing_files |
69 | FLX_FILES = |
70 | !'chlorophyll.nc', |
71 | 'votemper_ORAS5.nc', |
72 | 'vosaline_ORAS5.nc' |
73 | !'ghflux.nc' |
74 | / |
75 | |
76 | &interp |
77 | VAR_INTERP = |
78 | !'CHLA/bilinear', |
79 | 'votemper/bilinear', |
80 | 'vosaline/bilinear' |
81 | !'ghflux/bilinear' |
82 | / |
83 | |
84 | &restart |
85 | restart_file = 'restart.nc' |
86 | shlat = 0 |
87 | dimg = false |
88 | dimg_output_file = 'test_dimg' |
89 | adatrj = 360.25 |
90 | interp_type = 'bilinear' |
91 | / |
92 | |
93 | &restart_trc |
94 | restart_trc_file = 'restart_trc.nc' |
95 | interp_type = 'bilinear' |
96 | / |
97 | |
98 | &restart_ice |
99 | restart_ice_file = 'restart_ice.nc' |
100 | interp_type = 'bilinear' |
101 | / |