BESS-JPL 1.13.0__py3-none-any.whl → 1.14.0__py3-none-any.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 BESS-JPL might be problematic. Click here for more details.
- BESS_JPL/model.py +5 -2
- BESS_JPL/version.txt +1 -1
- {bess_jpl-1.13.0.dist-info → bess_jpl-1.14.0.dist-info}/METADATA +1 -1
- {bess_jpl-1.13.0.dist-info → bess_jpl-1.14.0.dist-info}/RECORD +7 -7
- {bess_jpl-1.13.0.dist-info → bess_jpl-1.14.0.dist-info}/WHEEL +0 -0
- {bess_jpl-1.13.0.dist-info → bess_jpl-1.14.0.dist-info}/licenses/LICENSE +0 -0
- {bess_jpl-1.13.0.dist-info → bess_jpl-1.14.0.dist-info}/top_level.txt +0 -0
BESS_JPL/model.py
CHANGED
|
@@ -87,6 +87,7 @@ def BESS_JPL(
|
|
|
87
87
|
peakVCmax_C3: np.ndarray = None, # peak maximum carboxylation rate for C3 plants
|
|
88
88
|
peakVCmax_C4: np.ndarray = None, # peak maximum carboxylation rate for C4 plants
|
|
89
89
|
CI: Union[Raster, np.ndarray] = None,
|
|
90
|
+
MODISCI_connection: MODISCI = None,
|
|
90
91
|
resampling: str = RESAMPLING,
|
|
91
92
|
GEDI_download_directory: str = GEDI_DOWNLOAD_DIRECTORY): # clumping index
|
|
92
93
|
if geometry is None and isinstance(ST_C, Raster):
|
|
@@ -269,9 +270,11 @@ def BESS_JPL(
|
|
|
269
270
|
if SZA is None:
|
|
270
271
|
SZA = calculate_SZA_from_DOY_and_hour(geometry.lat, geometry.lon, day_of_year, hour_of_day)
|
|
271
272
|
|
|
273
|
+
if MODISCI_connection is None:
|
|
274
|
+
MODISCI_connection = MODISCI()
|
|
275
|
+
|
|
272
276
|
if CI is None and geometry is not None:
|
|
273
|
-
|
|
274
|
-
CI = modisci.CI(geometry=geometry, resampling=resampling)
|
|
277
|
+
CI = MODISCI_connection.CI(geometry=geometry, resampling=resampling)
|
|
275
278
|
|
|
276
279
|
# canopy height defaults to zero
|
|
277
280
|
canopy_height_meters = np.where(np.isnan(canopy_height_meters), 0, canopy_height_meters)
|
BESS_JPL/version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.14.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: BESS-JPL
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.14.0
|
|
4
4
|
Summary: Breathing Earth System Simulator (BESS) Gross Primary Production (GPP) and Evapotranspiration (ET) Model Python
|
|
5
5
|
Author-email: Gregory Halverson <gregory.h.halverson@jpl.nasa.gov>
|
|
6
6
|
Project-URL: Homepage, https://github.com/JPL-Evapotranspiration-Algorithms/BESS-JPL
|
|
@@ -38,16 +38,16 @@ BESS_JPL/load_kn.py,sha256=_IE7w_VfahubfqjvgE6F6HCO0SizcpMu104_7ZXOiaw,345
|
|
|
38
38
|
BESS_JPL/load_peakVCmax_C3.py,sha256=ISaCyaN81F3CyYbYwUqvUfQ_vjn4_jCpt1_x_b4fY5o,365
|
|
39
39
|
BESS_JPL/load_peakVCmax_C4.py,sha256=8vtjEiJKCqSK04DfTs8Zgn-rWwGucmeeLMzblLT1U-Y,365
|
|
40
40
|
BESS_JPL/meteorology.py,sha256=xIPQnIk9wGJPy8esJyxn35d6c_7UyiNuWTJXDnuSwf8,6995
|
|
41
|
-
BESS_JPL/model.py,sha256=
|
|
41
|
+
BESS_JPL/model.py,sha256=WMUvWfG4ykuDE4wXwt6Tm7dMXWa1x69sCX4VwfumULM,22592
|
|
42
42
|
BESS_JPL/peakVCmax_C3.jpeg,sha256=nVvwLx8JyRhtm5lWRW93HLz0mInshEdOCJ1tAdcFqa8,1006133
|
|
43
43
|
BESS_JPL/peakVCmax_C3.tif,sha256=ax6wCOPc_ovgJJl9YRjPWNY13OCGlzs2djXqwob_U7A,1583598
|
|
44
44
|
BESS_JPL/peakVCmax_C4.jpeg,sha256=s7dhpcD573KW9Se4mejDeSzbSHqPtQY2EL6KJKt7ZIo,961497
|
|
45
45
|
BESS_JPL/peakVCmax_C4.tif,sha256=EST4_yy-HHYmazIv--RePL_bhLejMWql6hoV9EE38ok,1556928
|
|
46
46
|
BESS_JPL/process_BESS_table.py,sha256=TYsDEZNELGdUc0xkB1MRQIDkVonNL5d49q7Zl1iaJvo,1472
|
|
47
47
|
BESS_JPL/soil_energy_balance.py,sha256=5TKDVkKYJ8jhjuiwbRva_03fi_0gTM0IAKbSm4WhWnY,944
|
|
48
|
-
BESS_JPL/version.txt,sha256=
|
|
49
|
-
bess_jpl-1.
|
|
50
|
-
bess_jpl-1.
|
|
51
|
-
bess_jpl-1.
|
|
52
|
-
bess_jpl-1.
|
|
53
|
-
bess_jpl-1.
|
|
48
|
+
BESS_JPL/version.txt,sha256=RbLZ3HRjNFvW-intziwQiZdlsdIv7hN9kC7dC9m_LTc,6
|
|
49
|
+
bess_jpl-1.14.0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
50
|
+
bess_jpl-1.14.0.dist-info/METADATA,sha256=1Ufu_DEGzbWHkhGA7skFaG4C2YK-rGoPBqVqiNCGnJo,6340
|
|
51
|
+
bess_jpl-1.14.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
52
|
+
bess_jpl-1.14.0.dist-info/top_level.txt,sha256=GaKnzt-BBktYn1o-w4Qzh_jHxse4Y3ACOxZQrB2ufhc,9
|
|
53
|
+
bess_jpl-1.14.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|