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
``out2d.nc`` - Derived Maximum Elevation at All Nodes in the Model Grid
"""
out_filename='schism_max_elevation.nc'
file_patterns= ['out2d_*.nc']
I think the main reason behind that is the missing maximum elevation time in the gr3 file. Since the timing data is not currently being used, maybe it makes more sense to just use the maxelev.gr3 values instead. out2d_* is output is controlled by output step, while maxelev.gr3 is the actual maximum.
Currently the
out_2d*.nc
file is used to get the max-elevation dataset for analysis:EnsemblePerturbation/ensembleperturbation/parsing/schism.py
Lines 719 to 726 in 1fbaf14
I think the main reason behind that is the missing maximum elevation time in the
gr3
file. Since the timing data is not currently being used, maybe it makes more sense to just use themaxelev.gr3
values instead.out2d_*
is output is controlled by output step, whilemaxelev.gr3
is the actual maximum.Just FYI @FariborzDaneshvar-NOAA
The text was updated successfully, but these errors were encountered: