-
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.
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
- Loading branch information
1 parent
c2dcd16
commit 99db253
Showing
5 changed files
with
47 additions
and
17 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,9 +1,17 @@ | ||
# flake8: noqa | ||
from . import core | ||
from .physics import (liquid_water_content, precipitation_flux, pressure, | ||
relative_humidity, relative_humidity_from_dewpoint, | ||
specific_humidity, specific_humidity_from_dewpoint, | ||
surface_downwelling_longwave_flux_in_air, | ||
surface_downwelling_shortwave_flux_in_air, | ||
surface_runoff_flux, toa_incoming_shortwave_flux, | ||
water_evapotranspiration_flux, water_vapour) | ||
from .physics import ( | ||
liquid_water_content, | ||
precipitation_flux, | ||
pressure, | ||
relative_humidity, | ||
relative_humidity_from_dewpoint, | ||
specific_humidity, | ||
specific_humidity_from_dewpoint, | ||
surface_downwelling_longwave_flux_in_air, | ||
surface_downwelling_shortwave_flux_in_air, | ||
surface_runoff_flux, | ||
toa_incoming_shortwave_flux, | ||
water_evapotranspiration_flux, | ||
water_vapour, | ||
) |
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,8 +1,10 @@ | ||
# flake8: noqa | ||
|
||
from .cf import get_gfile, 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
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