Ugrid
29 Mar 2023
The Mesh Data Abstraction Library (MDAL) out of OSGeo is a “translator library” for many common conventions found in meteorology and hydrology. The library supports data found in Grib and NetCDF encoded as NetCDF Climate and Forecast Metadata Conventions (CF) or Unstructured Grid Conventions (CF/UGRID) and represented as geospatial mesh data. In addition to supporting mature and well-defined spatial data encodings in self-describing files, the library also supports numerous model-specific formats including Telemac, HEC-RAS, and TUFLOW.
7 Jun 2022
Gone are the days of having to use config.guess
and sed
replcements to customize the cmplrflags.mk
for a particular HPC environment.
Here is the process to build the ADCIRC hydrodynamic model using CMake from the command line on a GNU/Linux host. The CMake infrastructure has only been available in the last few releases of ADCIRC, and this example uses v55.00 from the compressed tar archive of the code. The options specified below enable serial adcirc
, distributed parallel padcirc
, coupled serial adcswan
(ADCIRC+SWAN), and the parallel coupled padcswan
model. Standalone parallel SWAN and unstructured SWAN models are also configured, along with the adcprep
ADCIRC pre-processor and other utilities.
1 Jan 2012
Conventions Documentation #
The conventions can be found here:
https://ugrid-conventions.github.io/ugrid-conventions/
Which is maintained though the following git repository:
https://github.com/ugrid-conventions/ugrid-conventions
Check Compliance #
pyugrid can be used to parse and validate CF-UGRID metadata. Its documentation is located here: