|
9 | 9 | !!
|
10 | 10 | !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
11 | 11 |
|
12 |
| -!------------------------------------------------------------------------------ |
13 |
| -! vertical coordinate |
14 |
| -!------------------------------------------------------------------------------ |
15 |
| - ln_zco = .false. ! z-coordinate - full steps (T/F) |
16 |
| - ln_zps = .true. ! z-coordinate - partial steps (T/F) |
17 |
| - ln_sco = .false. ! s- or hybrid z-s-coordinate (T/F) |
18 |
| - rn_hmin = -10 ! min depth of the ocean (>0) or |
19 |
| - ! min number of ocean level (<0) |
20 |
| - |
21 |
| -!------------------------------------------------------------------------------ |
22 |
| -! s-coordinate or hybrid z-s-coordinate |
23 |
| -!------------------------------------------------------------------------------ |
24 |
| - rn_sbot_min = 10. ! minimum depth of s-bottom surface (>0) (m) |
25 |
| - rn_sbot_max = 7000. ! maximum depth of s-bottom surface |
26 |
| - ! (= ocean depth) (>0) (m) |
27 |
| - ln_s_sigma = .false. ! hybrid s-sigma coordinates |
28 |
| - rn_hc = 150.0 ! critical depth with s-sigma |
29 |
| - |
30 | 12 | !------------------------------------------------------------------------------
|
31 | 13 | ! grid information
|
32 | 14 | !------------------------------------------------------------------------------
|
|
81 | 63 | clname(7) = 'M4'
|
82 | 64 | ln_trans = .true. ! interpolate transport rather than
|
83 | 65 | ! velocities
|
84 |
| - ! location of TPXO7.2 data |
85 |
| - sn_tide_grid_7p2 = './inputs/tpxo7.2/grid_tpxo7.2.nc' |
86 |
| - sn_tide_h = './inputs/tpxo7.2/h_tpxo7.2.nc' |
87 |
| - sn_tide_u = './inputs/tpxo7.2/u_tpxo7.2.nc' |
88 |
| - ! location of TPXO9v5 data: single constituents per file |
89 |
| - sn_tide_grid_9p5 = './inputs/TPXO9_atlas_v5_nc/grid_tpxo9_atlas_30_v5.nc' |
90 |
| - sn_tide_dir = './inputs/TPXO9_atlas_v5_nc/' |
91 |
| - ! location of FES2014 data |
92 |
| - sn_tide_fes = './inputs/FES2014/' |
| 66 | + ! location of TPXO7.2 data |
| 67 | + sn_tide_grid_7p2 = './inputs/tpxo7.2/grid_tpxo7.2.nc' |
| 68 | + sn_tide_h = './inputs/tpxo7.2/h_tpxo7.2.nc' |
| 69 | + sn_tide_u = './inputs/tpxo7.2/u_tpxo7.2.nc' |
| 70 | + ! location of TPXO9v5 data: single constituents per file |
| 71 | + sn_tide_grid_9p5 = './inputs/TPXO9_atlas_v5_nc/grid_tpxo9_atlas_30_v5.nc' |
| 72 | + sn_tide_dir = './inputs/TPXO9_atlas_v5_nc/' |
| 73 | + ! location of FES2014 data |
| 74 | + sn_tide_fes = './inputs/FES2014/' |
93 | 75 |
|
94 | 76 | !------------------------------------------------------------------------------
|
95 | 77 | ! Time information for output
|
96 | 78 | !------------------------------------------------------------------------------
|
97 | 79 | sn_date_start = '1979-11-01' ! dst output date start YYYY-MM-DD
|
98 | 80 | sn_date_end = '1979-12-01' ! dst output date end YYYY-MM-DD
|
99 | 81 | sn_dst_calendar = 'gregorian' ! output calendar format
|
100 |
| - sn_date_origin = '1960-01-01' ! reference for time counter YYYY-MM-DD ln_time_interpolation = .true. ! set to false to use parent frequency and calender |
101 |
| - ! for monthly only |
| 82 | + sn_date_origin = '1960-01-01' ! reference for time counter YYYY-MM-DD |
| 83 | + ln_time_interpolation = .true. ! set to false to use parent |
| 84 | + ! calender for monthly frequency only |
102 | 85 |
|
103 | 86 | !------------------------------------------------------------------------------
|
104 | 87 | ! Additional parameters
|
|
107 | 90 | rn_r0 = 0.041666666 ! decorrelation distance use in gauss
|
108 | 91 | ! smoothing onto dst points. Need to
|
109 | 92 | ! make this a funct. of dlon
|
110 |
| - sn_history = 'Benchmarking test case' |
111 |
| - ! history for netcdf file |
112 | 93 | ln_nemo3p4 = .true. ! else presume v3.2 or v3.3
|
113 | 94 | nn_alpha = 0 ! Euler rotation angle
|
114 | 95 | nn_beta = 0 ! Euler rotation angle
|
115 | 96 | nn_gamma = 0 ! Euler rotation angle
|
116 |
| - rn_mask_max_depth = 100.0 ! Maximum depth to be ignored for the mask |
117 |
| - rn_mask_shelfbreak_dist = 20000.0 ! Distance from the shelf break |
| 97 | + rn_mask_max_depth = 100.0 ! Maximum depth to be ignored for the mask |
| 98 | + rn_mask_shelfbreak_dist = 20000.0 ! Distance from the shelf break |
0 commit comments