-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Description
Some improvements to fgout grids were introduced in #617, but soon I hope to add more, in particular to allow smaller files to be written in situations when lots of frames are output for animations or particle tracking...
- Allow specifying which components of
qto output for each fgout frame. - Allow specifying one or more components of
auxto be output, and whether to output these every frame, as might be needed forauxvariables used to track time-dependent quantities (and/or when the underlying AMR grid resolution may vary with time), or only once. - Currently only
point_style==2is supported, a uniform 2D grid. Introduce others as infgmax, in particularpoint_style==4, where a mask is specified so that not all points on the uniform grid are output. This will be very useful for reducing the file size if many points are at high elevation, where water will never reach.
For fgmax:
- Allow specifying which components of
qto output more generally. - Add additional arrival time capabilities, to keep track of the first time the water depth is above several different thresholds, or falls below various thresholds for drawdown (as requested by WA State).
- Allow specifying binary output (also
binary32) as now supported forfgoutgrids. Important for PTHA or machine learning applications where large numbers of runs are performed.
Also need to update the documentation,
Metadata
Metadata
Assignees
Labels
No labels