-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
[project] | ||
name = "ufs2arco" | ||
version = "0.0.2" | ||
version = "0.1.0" | ||
description = "Tools for converting Unified Forecast System (UFS) output to Analysis Ready, Cloud Optimized (ARCO) format" | ||
authors = [ | ||
{name="Timothy Smith", email="[email protected]"}, | ||
{name="Lauryn Eldridge", email="[email protected]"}, | ||
{name="Ken Witt", email="[email protected]"}, | ||
{name="Daniel Abdi"}, | ||
{name="Mariah Pope"}, | ||
{name="Lauryn Eldridge"}, | ||
{name="Ken Witt"}, | ||
] | ||
license = {file = "LICENSE.txt"} | ||
readme = "README.md" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
__version__ = "0.0.2" | ||
__version__ = "0.1.0" | ||
|
||
from .cice6dataset import CICE6Dataset | ||
from .fv3dataset import FV3Dataset | ||
from .mom6dataset import MOM6Dataset | ||
from .regrid import MOM6Regridder, CICE6Regridder | ||
from .timer import Timer | ||
from .timer import Timer |