You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 q to output for each fgout frame.
Allow specifying one or more components of aux to be output, and whether to output these every frame, as might be needed for aux variables 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==2 is supported, a uniform 2D grid. Introduce others as in fgmax, in particular point_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 q to 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 for fgout grids. Important for PTHA or machine learning applications where large numbers of runs are performed.
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...q
to output for each fgout frame.aux
to be output, and whether to output these every frame, as might be needed foraux
variables used to track time-dependent quantities (and/or when the underlying AMR grid resolution may vary with time), or only once.point_style==2
is 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
:q
to output more generally.binary32
) as now supported forfgout
grids. Important for PTHA or machine learning applications where large numbers of runs are performed.Also need to update the documentation,
The text was updated successfully, but these errors were encountered: