pycontrails 0.54.12__cp313-cp313-macosx_11_0_arm64.whl → 0.55.0__cp313-cp313-macosx_11_0_arm64.whl
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.
Potentially problematic release.
This version of pycontrails might be problematic. Click here for more details.
- pycontrails/_version.py +3 -3
- pycontrails/core/rgi_cython.cpython-313-darwin.so +0 -0
- pycontrails/models/cocip/cocip.py +30 -13
- pycontrails/models/cocip/cocip_params.py +9 -3
- pycontrails/models/cocip/cocip_uncertainty.py +4 -4
- pycontrails/models/cocip/contrail_properties.py +27 -27
- pycontrails/models/cocip/radiative_forcing.py +4 -4
- pycontrails/models/cocip/unterstrasser_wake_vortex.py +5 -5
- pycontrails/models/cocip/wake_vortex.py +6 -6
- pycontrails/models/cocipgrid/cocip_grid.py +60 -32
- pycontrails/models/dry_advection.py +2 -2
- pycontrails/models/extended_k15.py +1327 -0
- pycontrails/physics/constants.py +1 -1
- {pycontrails-0.54.12.dist-info → pycontrails-0.55.0.dist-info}/METADATA +1 -1
- {pycontrails-0.54.12.dist-info → pycontrails-0.55.0.dist-info}/RECORD +19 -18
- {pycontrails-0.54.12.dist-info → pycontrails-0.55.0.dist-info}/WHEEL +0 -0
- {pycontrails-0.54.12.dist-info → pycontrails-0.55.0.dist-info}/licenses/LICENSE +0 -0
- {pycontrails-0.54.12.dist-info → pycontrails-0.55.0.dist-info}/licenses/NOTICE +0 -0
- {pycontrails-0.54.12.dist-info → pycontrails-0.55.0.dist-info}/top_level.txt +0 -0
pycontrails/physics/constants.py
CHANGED
|
@@ -51,7 +51,7 @@ M_v: float = 18.0153e-3
|
|
|
51
51
|
#: Ratio of heat capacities, TODO: which heat capacities?
|
|
52
52
|
gamma: float = 1.4
|
|
53
53
|
|
|
54
|
-
#:
|
|
54
|
+
#: Molar gas constant :math:`[J \ mol^{-1} \ K^{-1}]`
|
|
55
55
|
R: float = 8.314462618
|
|
56
56
|
|
|
57
57
|
#: Gas constant of dry air :math:`[J \ kg^{-1} \ K^{-1}]`
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
pycontrails-0.
|
|
2
|
-
pycontrails-0.
|
|
3
|
-
pycontrails-0.
|
|
4
|
-
pycontrails-0.
|
|
5
|
-
pycontrails-0.
|
|
6
|
-
pycontrails-0.
|
|
7
|
-
pycontrails/_version.py,sha256=
|
|
1
|
+
pycontrails-0.55.0.dist-info/RECORD,,
|
|
2
|
+
pycontrails-0.55.0.dist-info/WHEEL,sha256=oqGJCpG61FZJmvyZ3C_0aCv-2mdfcY9e3fXvyUNmWfM,136
|
|
3
|
+
pycontrails-0.55.0.dist-info/top_level.txt,sha256=Z8J1R_AiBAyCVjNw6jYLdrA68PrQqTg0t3_Yek_IZ0Q,29
|
|
4
|
+
pycontrails-0.55.0.dist-info/METADATA,sha256=H2xDW4TtardGnAmR-wScAjXNDEk5BRx1vGaFOca92NY,9036
|
|
5
|
+
pycontrails-0.55.0.dist-info/licenses/LICENSE,sha256=gJ-h7SFFD1mCfR6a7HILvEtodDT6Iig8bLXdgqR6ucA,10175
|
|
6
|
+
pycontrails-0.55.0.dist-info/licenses/NOTICE,sha256=fiBPdjYibMpDzf8hqcn7TvAQ-yeK10q_Nqq24DnskYg,1962
|
|
7
|
+
pycontrails/_version.py,sha256=MUSeiBePddUfMUmju5N5hbz2jr6ICfnUqMwuaH-AT0Y,714
|
|
8
8
|
pycontrails/__init__.py,sha256=9ypSB2fKZlKghTvSrjWo6OHm5qfASwiTIvlMew3Olu4,2037
|
|
9
9
|
pycontrails/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
10
10
|
pycontrails/core/vector.py,sha256=X_g8lzY6plJ6oeUHigSjt9qcPv34a3m1DeK1pqocrDw,73627
|
|
@@ -16,7 +16,7 @@ pycontrails/core/fuel.py,sha256=kJZ3P1lPm1L6rdPREM55XQ-VfJ_pt35cP4sO2Nnvmjs,4332
|
|
|
16
16
|
pycontrails/core/polygon.py,sha256=g7YqWzUbOHWT65XrLqLUZLrQXYcx_x1NcJ041-Cj7UY,18070
|
|
17
17
|
pycontrails/core/cache.py,sha256=IIyx726zN7JzNSKV0JJDksMI9OhCLdnJShmBVStRqzI,28154
|
|
18
18
|
pycontrails/core/__init__.py,sha256=p0O09HxdeXU0X5Z3zrHMlTfXa92YumT3fJ8wJBI5ido,856
|
|
19
|
-
pycontrails/core/rgi_cython.cpython-313-darwin.so,sha256=
|
|
19
|
+
pycontrails/core/rgi_cython.cpython-313-darwin.so,sha256=bcsZkWfZsbN8VHObwXvJgl5ks5-3POGY25HDI1AbwvQ,359616
|
|
20
20
|
pycontrails/core/flightplan.py,sha256=0mvA3IO19Sap-7gwpmEIV35_mg6ChvajwhurvjZZt_U,7521
|
|
21
21
|
pycontrails/core/met.py,sha256=O9W6RaEwUsg7ZERR47Q-6fYjg13BzOZtcQdw92444xg,103987
|
|
22
22
|
pycontrails/core/aircraft_performance.py,sha256=Kk_Rb61jDOWPmCQHwn2jR5vMPmB8b3aq1iTWfiUMj9U,28232
|
|
@@ -58,13 +58,14 @@ pycontrails/utils/types.py,sha256=1AaY1x_qGlYAl08xg6PS0MPKm3OZwFBM7xLI_nHK7EY,48
|
|
|
58
58
|
pycontrails/utils/temp.py,sha256=lGU0b_R8ze4yKlsOusHIIBaoNFBrmrB3vBjgHRlfcXk,1109
|
|
59
59
|
pycontrails/utils/json.py,sha256=oTiO8xh603esfBGaGVmA5eUzR0NhAqNpQCegMMgnSbg,5896
|
|
60
60
|
pycontrails/utils/dependencies.py,sha256=ATP45xYdUbIyGFzgbOe5SbokMytvB84TcexUEFnEUZE,2559
|
|
61
|
+
pycontrails/models/extended_k15.py,sha256=2-j7ScdQnQLrZhzYJMTCUnOPBwy08p0fqZUNA3rYwSM,48058
|
|
61
62
|
pycontrails/models/pcc.py,sha256=0Qdl4u8PmUEpNYd398glTChkbTwsh83wYPt0Bmi8qd8,11068
|
|
62
63
|
pycontrails/models/tau_cirrus.py,sha256=2Z4egt-QFprkyITRgtarA5alOTTQRQbjzgmSqE49_1g,5778
|
|
63
64
|
pycontrails/models/__init__.py,sha256=dQTOLQb7RdUdUwslt5se__5y_ymbInBexQmNrmAeOdE,33
|
|
64
65
|
pycontrails/models/issr.py,sha256=_qIKDgO0Owxeb0Q4WJlxcn1FJEvF3QDU-cqh2fpDsBo,7404
|
|
65
66
|
pycontrails/models/sac.py,sha256=8Vx5wg4-Kb8l4GK67wp7VNVpdFM4Wyux1xKuNrjZ_IQ,15516
|
|
66
67
|
pycontrails/models/accf.py,sha256=_tunWpw1sYW8ES8RvpdhNahXwaf4LwdHMEdXhv7-cCI,13566
|
|
67
|
-
pycontrails/models/dry_advection.py,sha256=
|
|
68
|
+
pycontrails/models/dry_advection.py,sha256=fy2Oa6FtYvjG-IrX2vMQe1QJ6pnRaRj4ZonECBdg5KA,20492
|
|
68
69
|
pycontrails/models/pcr.py,sha256=Xde0aF8cMV9jTQ_uI2UvdHSLqotVUgPutb1Wgq7LtfY,5374
|
|
69
70
|
pycontrails/models/emissions/__init__.py,sha256=CZB2zIkLUI3NGNmq2ddvRYjEtiboY6PWJjiEiXj_zII,478
|
|
70
71
|
pycontrails/models/emissions/ffm2.py,sha256=mAvBHnp-p3hIn2fjKGq50eaMHi0jcb5hA5uXbJGeE9I,12068
|
|
@@ -82,17 +83,17 @@ pycontrails/models/humidity_scaling/humidity_scaling.py,sha256=ntNnhqo-lLvuQ6ntA
|
|
|
82
83
|
pycontrails/models/humidity_scaling/__init__.py,sha256=nqsab_j9BCwMbTfCn4BjXMdhItlvNKkgUJ9-lb8RyIo,1119
|
|
83
84
|
pycontrails/models/humidity_scaling/quantiles/era5-pressure-level-quantiles.pq,sha256=tfYhbafF9Z-gGCg6VQ1YBlOaK_01e65Dc6s9b-hQ6Zo,286375
|
|
84
85
|
pycontrails/models/humidity_scaling/quantiles/era5-model-level-quantiles.pq,sha256=pShCvNUo0NYtAHhT9IBRuj38X9jejdlKfv-ZoOKmtKI,35943
|
|
85
|
-
pycontrails/models/cocip/radiative_forcing.py,sha256=
|
|
86
|
+
pycontrails/models/cocip/radiative_forcing.py,sha256=WleEc6hqrAlqJYtL3oZjRW7gJr_pPQNESJdOXi6oKqE,44686
|
|
86
87
|
pycontrails/models/cocip/wind_shear.py,sha256=m6ZlWjORfI-lI-D74Z_dIMOHnK4FDYmkb0S6vSpKTO8,3868
|
|
87
|
-
pycontrails/models/cocip/cocip.py,sha256=
|
|
88
|
+
pycontrails/models/cocip/cocip.py,sha256=PgNuBzvTdkrANCjS_N9GscOkT9WXTaQUkI-IGxmMG9g,104847
|
|
88
89
|
pycontrails/models/cocip/output_formats.py,sha256=dBT5-1yJsX_T_EoVhuja8ow4u-WlJRJ-7DihCgkyl7U,83980
|
|
89
90
|
pycontrails/models/cocip/__init__.py,sha256=CWrkNd6S3ZJq04pjTc2W22sVAJeJD3bJJRy_zLW8Kkc,962
|
|
90
|
-
pycontrails/models/cocip/cocip_params.py,sha256=
|
|
91
|
-
pycontrails/models/cocip/wake_vortex.py,sha256=
|
|
92
|
-
pycontrails/models/cocip/cocip_uncertainty.py,sha256=
|
|
91
|
+
pycontrails/models/cocip/cocip_params.py,sha256=BWmTt6yE4m-LM7lyCtj05FK3wVvU9n7iVnuauGq3jtA,12808
|
|
92
|
+
pycontrails/models/cocip/wake_vortex.py,sha256=F5S8n4eBrBM-7qNcVUtX3IrXD7Kt9pWnrKj6UK-HGeA,14555
|
|
93
|
+
pycontrails/models/cocip/cocip_uncertainty.py,sha256=jjejXM6Cd3icJuiQ9_T_qU0B983t6_2sRwQJiZxQ36o,12249
|
|
93
94
|
pycontrails/models/cocip/radiative_heating.py,sha256=1U4SQWwogtyQ2u6J996kAHP0OfpZ3hH2_x4Cyt3Cy8U,18984
|
|
94
|
-
pycontrails/models/cocip/contrail_properties.py,sha256=
|
|
95
|
-
pycontrails/models/cocip/unterstrasser_wake_vortex.py,sha256=
|
|
95
|
+
pycontrails/models/cocip/contrail_properties.py,sha256=TpKzY7ZXLjbSKKGU6CVRLiFB_bp2O9YU6PXuLkAs1T0,55741
|
|
96
|
+
pycontrails/models/cocip/unterstrasser_wake_vortex.py,sha256=bIRS-Z4MRMdkYtth2RaDe5h1ZN0HvCE_Sw96PXQEHKQ,18931
|
|
96
97
|
pycontrails/models/ps_model/__init__.py,sha256=Fuum5Rq8ya8qkvbeq2wh6NDo-42RCRnK1Y-2syYy0Ck,553
|
|
97
98
|
pycontrails/models/ps_model/ps_model.py,sha256=fgFekJpGuAu73KvpfLhlAbIwR7JJGwQpLILWmrONywc,31925
|
|
98
99
|
pycontrails/models/ps_model/ps_aircraft_params.py,sha256=I2nBkdnRo9YGMn-0k35ooYpzPNJkHyEH5cU3K-Cz8b0,13350
|
|
@@ -102,10 +103,10 @@ pycontrails/models/ps_model/static/ps-aircraft-params-20250328.csv,sha256=LUYuWo
|
|
|
102
103
|
pycontrails/models/ps_model/static/ps-synonym-list-20250328.csv,sha256=phtrf0m-UYQ7gjoKtIIwINzftTSNd-Bwe9CPen_Gvc8,1048
|
|
103
104
|
pycontrails/models/cocipgrid/cocip_grid_params.py,sha256=l4vBPrOKCJDz5Y1uMjmOGVyUcSWgfZtFWbjW968OPz8,5875
|
|
104
105
|
pycontrails/models/cocipgrid/__init__.py,sha256=ar6bF_8Pusbb-myujz_q5ntFylQTNH8yiM8fxP7Zk30,262
|
|
105
|
-
pycontrails/models/cocipgrid/cocip_grid.py,sha256=
|
|
106
|
+
pycontrails/models/cocipgrid/cocip_grid.py,sha256=k0IfdWJcCXdsuLZUEczPp3-QeKUPy7zpzk3nZnFG8Y8,92678
|
|
106
107
|
pycontrails/physics/geo.py,sha256=ITK23l1A2lzjNPTFC8ZKyQH59I5Cy_TvuvM_gbALo94,36297
|
|
107
108
|
pycontrails/physics/units.py,sha256=p-6PzFLpVCMpvmfrhXVh3Hs-nMJw9Y1x-hvgnL9Lo9c,12281
|
|
108
|
-
pycontrails/physics/constants.py,sha256=
|
|
109
|
+
pycontrails/physics/constants.py,sha256=JHYL2IJY7del2BE_1QfKaEwtIwkbtyHvyxlm_JPHR90,3201
|
|
109
110
|
pycontrails/physics/__init__.py,sha256=_1eWbEy6evEWdfJCEkwDiSdpiDNzNWEPVqaPekHyhwU,44
|
|
110
111
|
pycontrails/physics/thermo.py,sha256=v7-66PE31SJXz45MXAB9Iq9XfPg1Sn5FpOsTngLaDDI,15406
|
|
111
112
|
pycontrails/physics/jet.py,sha256=Je1d3vgbBEaVIAL1WZ3C-4p2f9fy9dWOjP5vFVsGGh8,30358
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|