Commit d5bdf5ce authored by thopri's avatar thopri
Browse files

completed multiple HC for FES model

parent 518e6ca0
......@@ -68,7 +68,7 @@
! unstructured open boundaries tidal parameters
!------------------------------------------------------------------------------
ln_tide = .true. ! =T : produce bdy tidal conditions
sn_tide_model = 'fes' ! Name of tidal model (fes|tpxo)
sn_tide_model = 'tpxo' ! Name of tidal model (fes|tpxo)
clname(1) = 'M2' ! constituent name
clname(2) = 'S2'
ln_trans = .true. ! interpolate transport rather than
......
......@@ -229,7 +229,6 @@ class HcExtract(object):
maskedpoints = interpolate.interpn((x_values, y_values), mask, lonlat)
data_temp = np.zeros((data.shape[0], lon.shape[0], 2, ))
#check at same point in TPXO extract HC sc
for cons_index in range(data.shape[0]):
#interpolate real values
data_temp[cons_index, :, 0] = interpolate_data(x_values, y_values,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment