pygetm
Contents:
pygetm package
Subpackages
pygetm.input package
Subpackages
Submodules
Module contents
pygetm.output package
pygetm.util package
Submodules
Module contents
pygetm
pygetm package
pygetm.input package
pygetm.input.gotm module
View page source
pygetm.input.gotm module
pygetm.input.gotm.
get_meteo
(
fn
:
str
|
PathLike
)
→
Dataset
[source]
pygetm.input.gotm.
get_profiles
(
fn
:
str
|
PathLike
,
columns
:
Mapping
[
int
,
str
]
|
Iterable
[
str
]
,
units
:
Mapping
[
str
,
str
]
=
{}
,
long_names
:
Mapping
[
str
,
str
]
=
{}
)
→
Dataset
[source]
pygetm.input.gotm.
get_timeseries
(
fn
:
str
|
PathLike
,
columns
:
Mapping
[
int
,
str
]
|
Iterable
[
str
]
,
units
:
Mapping
[
str
,
str
]
=
{}
,
long_names
:
Mapping
[
str
,
str
]
=
{}
)
→
Dataset
[source]