Metadata-Version: 2.4
Name: dnora
Version: 2.0.6
Summary: dnora - a software for dynamical downscaling of wave products
Author-email: Konstantinos Christakos <konstantinosc@met.no>, Jan-Victor Björkqvist <janvb@met.no>
License: MIT License
        
        Copyright (c) 2025 MET-OM: software for Oceanography and Marine Meteorology 
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: homepage, https://github.com/MET-OM/dnora
Project-URL: download, https://github.com/MET-OM/dnora
Requires-Python: <3.11,>=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib>=3.1
Requires-Dist: numpy>=1.17
Requires-Dist: scipy>=1.7
Requires-Dist: pandas
Requires-Dist: xarray>=0.20.1
Requires-Dist: netCDF4
Requires-Dist: meshio
Requires-Dist: geo-skeletons>=0.20.9
Requires-Dist: python-dotenv
Requires-Dist: progressbar
Requires-Dist: pyarrow
Requires-Dist: dnplot
Provides-Extra: test
Requires-Dist: pytest>=7.0; extra == "test"
Dynamic: license-file

# dnora
# ![logo](https://user-images.githubusercontent.com/67804784/145466261-f50dbc27-f242-4db0-8d99-e23d0bd0dbbc.png)


Welcome to dnora version 2!


# Quick Installation

To install the latest version of dnora with pip:

```shell
$ pip install dnora 
```

The latest version of the old 'v1' dnora is 1.4.3, and can be installed with:

```shell
$ pip install dnora==1.4.3 
```

You can find the code of the origin dnora v1 in the branch 'v1' on GitHub. Please not that it is no longer mainained.


# What is dnora? 

dnora is a software for dynamical downscaling of wave products i.e., NORA3 wave hindcast and WW3 wave forecast from [Norwegian Meteorological Institute](https://www.met.no/) and ERA5 from [ECMWF](https://www.ecmwf.int/).

# Documentation

Please  [documentation](https://dnora.readthedocs.io/en/latest/) for dnora is still ongoing, but can be found at:

Old examples for dnora-v1 on [youtube](https://youtu.be/pTmjBnsXNz8) 

# Example output

Example of downscaling NORA3 using dnora/SWAN offshore Tromsø, Norway:
![dnora](https://user-images.githubusercontent.com/67804784/147151236-b9ef920c-34a2-4da0-9877-6241723eff80.gif)

Example of long-crested wave propagation at Stad, Norway, using dnora/SWASH: 
![eta](https://user-images.githubusercontent.com/67804784/160290851-ca743601-2ac7-48b5-be52-da3ec8c31e13.gif)


dnora contains the code of the function read_sms_mesh from the PyFVCOM package (distributed under the MIT License). The original code can be found at https://github.com/pwcazenave/pyfvcom

