Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add capacity to use AORC forcings via netcdf #16

Draft
wants to merge 13 commits into
base: master
Choose a base branch
from
Prev Previous commit
Remove unnecessary import
  • Loading branch information
GreyREvenson committed May 3, 2024
commit 2ec8c7ff35bd1f839750d6b7efae3bab960c9f4d
1 change: 0 additions & 1 deletion topoflow/utils/model_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import numpy as np
import os.path
import netCDF4 as nc
from . import ncgs_files

#-------------------------------------------------------------------
def open_file(var_type, input_file, NGEN_CSV=False):
Expand Down