pywinter 2.0.7__tar.gz → 2.0.8__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pywinter-2.0.7 → pywinter-2.0.8}/CITATION.cff +1 -1
- {pywinter-2.0.7 → pywinter-2.0.8}/PKG-INFO +3 -1
- {pywinter-2.0.7 → pywinter-2.0.8}/README.md +2 -0
- pywinter-2.0.8/docs/Pywinter_img.pdf +0 -0
- {pywinter-2.0.7 → pywinter-2.0.8}/pyproject.toml +1 -1
- {pywinter-2.0.7 → pywinter-2.0.8}/rtdoc/source/conf.py +1 -1
- {pywinter-2.0.7 → pywinter-2.0.8}/rtdoc/source/index.rst +1 -1
- {pywinter-2.0.7 → pywinter-2.0.8}/src/pywinter/winter.py +2 -2
- pywinter-2.0.7/docs/PYWINTER_documentation.pdf +0 -0
- {pywinter-2.0.7 → pywinter-2.0.8}/.gitattributes +0 -0
- {pywinter-2.0.7 → pywinter-2.0.8}/.github/workflows/main.yml +0 -0
- {pywinter-2.0.7 → pywinter-2.0.8}/.gitignore +0 -0
- {pywinter-2.0.7 → pywinter-2.0.8}/.pre-commit-config.yaml +0 -0
- {pywinter-2.0.7 → pywinter-2.0.8}/.readthedocs.yml +0 -0
- {pywinter-2.0.7 → pywinter-2.0.8}/CMakeLists.txt +0 -0
- {pywinter-2.0.7 → pywinter-2.0.8}/LICENSE +0 -0
- {pywinter-2.0.7 → pywinter-2.0.8}/docs/Intermediate_file_notes.pdf +0 -0
- {pywinter-2.0.7 → pywinter-2.0.8}/examples/READ_WRITE_example.ipynb +0 -0
- {pywinter-2.0.7 → pywinter-2.0.8}/examples/data_example_01/MERRA2_400.tavg1_2d_slv_Nx.20150105.SUB.nc +0 -0
- {pywinter-2.0.7 → pywinter-2.0.8}/examples/data_example_01/data_example_01.ipynb +0 -0
- {pywinter-2.0.7 → pywinter-2.0.8}/examples/data_example_02/data_example_02.ipynb +0 -0
- {pywinter-2.0.7 → pywinter-2.0.8}/examples/data_example_02/wout_d02_2018-11-24-06_00:00:00 +0 -0
- {pywinter-2.0.7 → pywinter-2.0.8}/examples/data_lat_lon_example.ipynb +0 -0
- {pywinter-2.0.7 → pywinter-2.0.8}/examples/user_ex/example_user01.ipynb +0 -0
- {pywinter-2.0.7 → pywinter-2.0.8}/examples/user_ex/file +0 -0
- {pywinter-2.0.7 → pywinter-2.0.8}/rtdoc/Makefile +0 -0
- {pywinter-2.0.7 → pywinter-2.0.8}/rtdoc/make.bat +0 -0
- {pywinter-2.0.7 → pywinter-2.0.8}/rtdoc/requirements.txt +0 -0
- {pywinter-2.0.7 → pywinter-2.0.8}/rtdoc/rtdc.txt +0 -0
- {pywinter-2.0.7 → pywinter-2.0.8}/src/fortran/KreatE_inter_m_f.f90 +0 -0
- {pywinter-2.0.7 → pywinter-2.0.8}/src/pywinter/__init__.py +0 -0
- {pywinter-2.0.7 → pywinter-2.0.8}/tests/conftest.py +0 -0
- {pywinter-2.0.7 → pywinter-2.0.8}/tests/test_winter.py +0 -0
- {pywinter-2.0.7 → pywinter-2.0.8}/uv.lock +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pywinter
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.8
|
|
4
4
|
Summary: Read and Create MPAS/WRF-WPS intermediate files
|
|
5
5
|
Keywords: Python,MPAS,WRF,WPS,Intermediate files
|
|
6
6
|
Author-Email: Danilo A Suarez H <dniloash@gmail.com>
|
|
@@ -19,6 +19,8 @@ Pywinter is a Python3 library designed for handling files in MPAS/WRF-WPS interm
|
|
|
19
19
|
|
|
20
20
|
Please check pywinter documentation in /docs and /examples.
|
|
21
21
|
|
|
22
|
+
[pywinter.readthedocs.io/en/latest/](https://pywinter.readthedocs.io/en/latest/)
|
|
23
|
+
|
|
22
24
|
# Dependencies
|
|
23
25
|
pywinter requires:
|
|
24
26
|
|
|
@@ -5,6 +5,8 @@ Pywinter is a Python3 library designed for handling files in MPAS/WRF-WPS interm
|
|
|
5
5
|
|
|
6
6
|
Please check pywinter documentation in /docs and /examples.
|
|
7
7
|
|
|
8
|
+
[pywinter.readthedocs.io/en/latest/](https://pywinter.readthedocs.io/en/latest/)
|
|
9
|
+
|
|
8
10
|
# Dependencies
|
|
9
11
|
pywinter requires:
|
|
10
12
|
|
|
Binary file
|
|
@@ -7,7 +7,7 @@ pywinter
|
|
|
7
7
|
====================================
|
|
8
8
|
Python WPS Intermediate Files
|
|
9
9
|
|
|
10
|
-
Pywinter is a Python3 library designed for handling files in MPAS/WRF-WPS intermediate file format. Usually
|
|
10
|
+
Pywinter is a Python3 library designed for handling files in MPAS/WRF-WPS intermediate file format. Usually, users don't need to manipulate intermediate files directly because that is the role of ungrib.exe, but sometimes the meteorological data is not avalaible in GRIB format. Pywinter offers a simple way to read and create intermediate files.
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
@@ -460,12 +460,12 @@ class V2d(Vuser):
|
|
|
460
460
|
|
|
461
461
|
elif self.name == "UU":
|
|
462
462
|
nom = "10-meter wind u-component"
|
|
463
|
-
uni = "
|
|
463
|
+
uni = "m s-1"
|
|
464
464
|
lev = "200100"
|
|
465
465
|
|
|
466
466
|
elif self.name == "VV":
|
|
467
467
|
nom = "10-meter wind v-component"
|
|
468
|
-
uni = "
|
|
468
|
+
uni = "m s-1"
|
|
469
469
|
lev = "200100"
|
|
470
470
|
|
|
471
471
|
elif self.name == "LANDSEA":
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|