Skip to content

Commit

Permalink
updated the exectubale
Browse files Browse the repository at this point in the history
  • Loading branch information
lsawade committed Oct 2, 2023
1 parent a40242c commit 421e2ed
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/gf3d/bin/gf3d_exec.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,9 @@ def query_subset(
# Get subset
GFM = GFManager(db_files)
GFM.load_header_variables()
GFM.get_elements(
latitude, longitude, depth_in_km, radius_in_km, NGLL=ngll,
threading=not nothreading)
GFM.write_subset(subsetfilename, fortran=fortran)
GFM.write_subset_directIO(subsetfilename, latitude, longitude,
depth_in_km, radius_in_km, NGLL=ngll,
fortran=fortran)

else:
from gf3d.client import GF3DClient
Expand Down

0 comments on commit 421e2ed

Please sign in to comment.