Skip to content

Commit

Permalink
add detailed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
qiangshu committed Apr 24, 2024
1 parent 3897eeb commit a5726a3
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions schimpy/subset_schism_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,9 +274,20 @@ def partition_scribeio(partition_shp,
variables=["out2d","zCoordinates","salinity",
"horizontalVelX","horizontalVelY"]):
"""
Partitions scribio format output files into a set of smaller
files corresponding to each partition.
Partitioning scribio format output files into a set of smaller
files corresponding to each partitions. This function will loop
all the schism scribeIO output files that contains varaibles defined
by the input variables, and result subset outputs will be saved
to a subset subdirectory.
Parameters
----------
partition_shp : arcgis shape file
shape files contains polygons where subset of output desried
variables : list of str
Output variables to be subsetted
"""

# ***********************************************************************
Expand Down

0 comments on commit a5726a3

Please sign in to comment.