wrf2cosipy
Create 2D input from WRF data.
Reads the input data (model forcing) and writes the output to
a netcdf file. Edit the configuration by supplying a valid .toml file.
See the sample utilities_config.toml for more information.
Usage:
From source:
python -m cosipy.utilities.wrf2cosipy.wrf2cosipy -i <path> -o <path> -u [<path] [-b <date>] [-e <date>]
Entry point:
cosipy-wrf2cosipy -i <path> -o <path> -u [<path] [-b <date>] [-e <date>]
Options and arguments:
- Required arguments:
- -i, --input <path>
Path to WRF file.
- -o, --output <path>
Path to the resulting COSIPY file.
- Optional arguments:
- -u, --u <path>
Relative path to utilities’ configuration file.
- -b, --start_date <yyyymmdd>
Start date.
- -e, --end_date <yyyymmdd>
End date.
Functions
|
Add spatial data to a dataset. |
|
Add spatiotemporal data to a dataset. |
|
Check the validity of the input data. |
|
Create an input dataset from WRF data. |
|
Get user arguments for converting AWS data. |
|
Load configuration for module. |
|
|
|
Get the relative humidity. |