Skip to content

Commit 441ec1f

Browse files
Merge pull request #38 from gregory-halverson-jpl/main
v1.9.0 including soil heat flux `G` in output
2 parents c3afbce + 6e1221f commit 441ec1f

File tree

8 files changed

+4
-149
lines changed

8 files changed

+4
-149
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,3 +160,4 @@ cython_debug/
160160
.idea/
161161

162162
.DS_Store
163+
.venv

BESS_JPL/BESS_JPL.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,7 @@ def BESS_JPL(
514514
"Rn": Rn,
515515
"Rn_soil": Rn_soil,
516516
"Rn_canopy": Rn_canopy,
517+
"G": G,
517518
"LE": LE,
518519
"LE_soil": LE_soil,
519520
"LE_canopy": LE_canopy

BESS_JPL/SZA/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

BESS_JPL/SZA/daylight_hours.py

Lines changed: 0 additions & 74 deletions
This file was deleted.

BESS_JPL/vegetation_conversion/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

BESS_JPL/vegetation_conversion/vegetation_conversion.py

Lines changed: 0 additions & 71 deletions
This file was deleted.

BESS_JPL/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.0
1+
1.9.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=60", "setuptools-scm>=8.0", "wheel"]
33

44
[project]
55
name = "BESS-JPL"
6-
version = "1.8.0"
6+
version = "1.9.0"
77
description = "Breathing Earth System Simulator (BESS) Gross Primary Production (GPP) and Evapotranspiration (ET) Model Python"
88
readme = "README.md"
99
authors = [

0 commit comments

Comments
 (0)