Skip to content

Commit 6f8069f

Browse files
update hotstart call
1 parent a40e263 commit 6f8069f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/hotstart/examples/basic/create_hotstart.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
hotstart_fn = "hotstart.nc" # output hotstart file
1212

1313
# create a hotstart file for SCHISM
14-
h = sh.hotstart(yaml_fn,modules=modules,
15-
crs ='EPSG:26910')
14+
h = sh.hotstart(yaml_fn)
1615
h.create_hotstart()
1716
hnc = h.nc_dataset
1817
hnc.to_netcdf(hotstart_fn)

0 commit comments

Comments
 (0)