-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clean up and refactor of
pyremo.preproc
(#130)
* some clean up * removed old test * update docstrings * extracted xarray pyintorg interface * more clean up * Update whats_new.rst * clean up * some cleanup for verctical coordinates * fix * update file output pattern
- Loading branch information
1 parent
e52ac27
commit 78d034e
Showing
13 changed files
with
786 additions
and
1,974 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
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
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,9 +1,9 @@ | ||
# flake8: noqa | ||
|
||
from ._remap import remap, remap_remo, to_netcdf, to_tar | ||
from .cf import get_gfile, to_cfdatetime | ||
from .core import gfile | ||
from .era5 import ERA5 | ||
from .remap import remap, remap_remo, to_netcdf, to_tar | ||
|
||
# from .remap_new import Remapper | ||
from .utils import write_forcing_file |
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
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
Oops, something went wrong.