Skip to content

Commit

Permalink
modified reckenholz study
Browse files Browse the repository at this point in the history
  • Loading branch information
schwemro committed Nov 15, 2024
1 parent 2c75b88 commit 334aaf5
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ class SVATCROPNITRATESetup(RogerSetup):
"""A SVAT-CROP transport model for nitrate."""

_base_path = Path(__file__).parent
# if tmp_dir:
# # read fluxes and states from local SSD on cluster node
# _input_dir = Path(tmp_dir)
# else:
# _input_dir = _base_path.parent / "output" / "svat_crop"
if tmp_dir:
# read fluxes and states from local SSD on cluster node
_input_dir = Path(tmp_dir)
else:
_input_dir = _base_path.parent / "output" / "svat_crop"
# _input_dir = Path("/Volumes/LaCie/roger/examples/plot_scale/boadkh") / "output" / "svat_crop"
_input_dir = _base_path.parent / "output" / "svat_crop"
# _input_dir = _base_path.parent / "output" / "svat_crop"

def _read_var_from_nc(self, var, path_dir, file):
nc_file = path_dir / file
Expand Down

0 comments on commit 334aaf5

Please sign in to comment.