Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion FLiESANN/process_FLiES_ANN.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def FLiESANN(
raise ValueError("no time given between time_UTC, day_of_year, and hour_of_day")

if GEOS5FP_connection is None:
GEOS5FP_connection = GEOS5FP(working_directory=DEFAULT_WORKING_DIRECTORY, download_directory=GEOS5FP_DIRECTORY)
GEOS5FP_connection = GEOS5FP()

## FIXME need to fetch default values for parameters: COT, AOT, vapor_gccm, ozone_cm, elevation_km, SZA, KG_climate

Expand Down
2 changes: 1 addition & 1 deletion FLiESANN/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.1
1.4.2
9,202 changes: 9,188 additions & 14 deletions Processing FLiES with a raster and default parameters.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools>=60", "setuptools-scm>=8.0", "wheel"]

[project]
name = "FLiESANN"
version = "1.4.1"
version = "1.4.2"
description = "Forest Light Environmental Simulator (FLiES) Radiative Transfer Model Artificial Neural Network (ANN) Implementation in Python"
readme = "README.md"
authors = [
Expand Down