Skip to content

Commit

Permalink
Update compute_tides_ICESat_GLA12.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutterley authored Aug 21, 2024
1 parent 8db694f commit d92c20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tides/compute_tides_ICESat_GLA12.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def compute_tides_ICESat(tide_dir, INPUT_FILE,
deltat = np.zeros((n_40HZ))
elif model.format in ('GOT-ascii','GOT-netcdf'):
amp,ph,c = pyTMD.io.GOT.extract_constants(lon_40HZ, lat_40HZ,
model.model_file, crop=CROP, crop=CROP, method=METHOD,
model.model_file, crop=CROP, method=METHOD,
extrapolate=EXTRAPOLATE, cutoff=CUTOFF, scale=model.scale,
compressed=model.compressed)
# delta time (TT - UT1)
Expand Down

0 comments on commit d92c20a

Please sign in to comment.