Skip to content

Use maxele.gr3 for maximum elevation results #124

@SorooshMani-NOAA

Description

@SorooshMani-NOAA

Currently the out_2d*.nc file is used to get the max-elevation dataset for analysis:

class MaximumElevationOutput(MaximumScalarFieldOutputCalculator):
"""
``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.

Just FYI @FariborzDaneshvar-NOAA

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions