-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
daily means midnight to noon in download_CMEMS (#1088)
* added test for cmems_nc_to_bc * support for yearly freq * auto correct 12 hour offset (both P1D-m and rean-d), also assert midnight in raw dataset * updated tests for download_CMEMS * updated notebook * updated whatsnew * renamed deprecated.py to enable running scripts in dfm_tools dir
- Loading branch information
1 parent
3d0763b
commit b085294
Showing
9 changed files
with
367 additions
and
195 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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
__email__ = "[email protected]" | ||
__version__ = "0.33.1" | ||
|
||
from dfm_tools.deprecated import * | ||
from dfm_tools.deprecated_functions import * | ||
from dfm_tools.download import * | ||
from dfm_tools.get_nc import * | ||
from dfm_tools.get_nc_helpers import * | ||
|
File renamed without changes.
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.