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.
Files changed (34) hide show
  1. {pywinter-2.0.7 → pywinter-2.0.8}/CITATION.cff +1 -1
  2. {pywinter-2.0.7 → pywinter-2.0.8}/PKG-INFO +3 -1
  3. {pywinter-2.0.7 → pywinter-2.0.8}/README.md +2 -0
  4. pywinter-2.0.8/docs/Pywinter_img.pdf +0 -0
  5. {pywinter-2.0.7 → pywinter-2.0.8}/pyproject.toml +1 -1
  6. {pywinter-2.0.7 → pywinter-2.0.8}/rtdoc/source/conf.py +1 -1
  7. {pywinter-2.0.7 → pywinter-2.0.8}/rtdoc/source/index.rst +1 -1
  8. {pywinter-2.0.7 → pywinter-2.0.8}/src/pywinter/winter.py +2 -2
  9. pywinter-2.0.7/docs/PYWINTER_documentation.pdf +0 -0
  10. {pywinter-2.0.7 → pywinter-2.0.8}/.gitattributes +0 -0
  11. {pywinter-2.0.7 → pywinter-2.0.8}/.github/workflows/main.yml +0 -0
  12. {pywinter-2.0.7 → pywinter-2.0.8}/.gitignore +0 -0
  13. {pywinter-2.0.7 → pywinter-2.0.8}/.pre-commit-config.yaml +0 -0
  14. {pywinter-2.0.7 → pywinter-2.0.8}/.readthedocs.yml +0 -0
  15. {pywinter-2.0.7 → pywinter-2.0.8}/CMakeLists.txt +0 -0
  16. {pywinter-2.0.7 → pywinter-2.0.8}/LICENSE +0 -0
  17. {pywinter-2.0.7 → pywinter-2.0.8}/docs/Intermediate_file_notes.pdf +0 -0
  18. {pywinter-2.0.7 → pywinter-2.0.8}/examples/READ_WRITE_example.ipynb +0 -0
  19. {pywinter-2.0.7 → pywinter-2.0.8}/examples/data_example_01/MERRA2_400.tavg1_2d_slv_Nx.20150105.SUB.nc +0 -0
  20. {pywinter-2.0.7 → pywinter-2.0.8}/examples/data_example_01/data_example_01.ipynb +0 -0
  21. {pywinter-2.0.7 → pywinter-2.0.8}/examples/data_example_02/data_example_02.ipynb +0 -0
  22. {pywinter-2.0.7 → pywinter-2.0.8}/examples/data_example_02/wout_d02_2018-11-24-06_00:00:00 +0 -0
  23. {pywinter-2.0.7 → pywinter-2.0.8}/examples/data_lat_lon_example.ipynb +0 -0
  24. {pywinter-2.0.7 → pywinter-2.0.8}/examples/user_ex/example_user01.ipynb +0 -0
  25. {pywinter-2.0.7 → pywinter-2.0.8}/examples/user_ex/file +0 -0
  26. {pywinter-2.0.7 → pywinter-2.0.8}/rtdoc/Makefile +0 -0
  27. {pywinter-2.0.7 → pywinter-2.0.8}/rtdoc/make.bat +0 -0
  28. {pywinter-2.0.7 → pywinter-2.0.8}/rtdoc/requirements.txt +0 -0
  29. {pywinter-2.0.7 → pywinter-2.0.8}/rtdoc/rtdc.txt +0 -0
  30. {pywinter-2.0.7 → pywinter-2.0.8}/src/fortran/KreatE_inter_m_f.f90 +0 -0
  31. {pywinter-2.0.7 → pywinter-2.0.8}/src/pywinter/__init__.py +0 -0
  32. {pywinter-2.0.7 → pywinter-2.0.8}/tests/conftest.py +0 -0
  33. {pywinter-2.0.7 → pywinter-2.0.8}/tests/test_winter.py +0 -0
  34. {pywinter-2.0.7 → pywinter-2.0.8}/uv.lock +0 -0
@@ -5,6 +5,6 @@ authors:
5
5
  given-names: "Danilo A"
6
6
  orcid: "https://orcid.org/0000-0000-0000-0000"
7
7
  title: "Pywinter"
8
- version: 2.0.7
8
+ version: 2.0.8
9
9
  date-released: 2021-12-19
10
10
  url: "https://github.com/dniloash/Pywinter"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pywinter
3
- Version: 2.0.7
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
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "pywinter"
3
- version = "2.0.7"
3
+ version = "2.0.8"
4
4
  description = "Read and Create MPAS/WRF-WPS intermediate files"
5
5
  authors = [
6
6
  { name = "Danilo A Suarez H", email = "dniloash@gmail.com" },
@@ -24,7 +24,7 @@ copyright = "2021, dniloash"
24
24
  author = "dniloash"
25
25
 
26
26
  # The full version, including alpha/beta/rc tags
27
- release = "2.0.7"
27
+ release = "2.0.8"
28
28
 
29
29
 
30
30
  # -- General configuration ---------------------------------------------------
@@ -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 you don't need to deal with the intermediate files by your own because that is the function of ungrib.exe, but sometimes you don't have your meteorological data in GRIB format. Pywinter allows to read and create intermediate files by a simple way.
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 = "kg kg-1"
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 = "kg kg-1"
468
+ uni = "m s-1"
469
469
  lev = "200100"
470
470
 
471
471
  elif self.name == "LANDSEA":
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