Skip to content

Commit 27cfddb

Browse files
using default GEOS5FP directory
1 parent c779d83 commit 27cfddb

File tree

4 files changed

+9191
-17
lines changed

4 files changed

+9191
-17
lines changed

FLiESANN/process_FLiES_ANN.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def FLiESANN(
9494
raise ValueError("no time given between time_UTC, day_of_year, and hour_of_day")
9595

9696
if GEOS5FP_connection is None:
97-
GEOS5FP_connection = GEOS5FP(working_directory=DEFAULT_WORKING_DIRECTORY, download_directory=GEOS5FP_DIRECTORY)
97+
GEOS5FP_connection = GEOS5FP()
9898

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

FLiESANN/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.1
1+
1.4.2

Processing FLiES with a raster and default parameters.ipynb

Lines changed: 9188 additions & 14 deletions
Large diffs are not rendered by default.

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 = "FLiESANN"
6-
version = "1.4.1"
6+
version = "1.4.2"
77
description = "Forest Light Environmental Simulator (FLiES) Radiative Transfer Model Artificial Neural Network (ANN) Implementation in Python"
88
readme = "README.md"
99
authors = [

0 commit comments

Comments
 (0)