Install ROMS.jl in julia 1.9 or later with the folling command executed in julia:
using Pkg
Pkg.add(url="https://github.com/Alexander-Barth/ROMS.jl", rev="master")
The following data sources have been tested:
- Bathymetry
- Initial and boundary condition from:
- Atmospheric forcings:
- ECMWF:
- Operational forecasts (obtained from the python ECMWF API)
- ERA 5 (obtained from the Climate Data store using CDSAPI.jl)
- GFS from the NCAR Research Data Archive
- ECMWF:
Download scripts for ECMWF data are in examples.
Contributions to add other data sources are welcome!
Documentation is available here.
Thanks to Hernan G. Arango and John Wilkin from the ROMS/TOMS Group for the matlab scripts to process the ECMWF fields and vertical coordinate transformations (released under a MIT/X style license) and Pierrick Penven for the matlab script allowing to smooth the bathymetry (released under the GPL).