Skip to content

Commit

Permalink
Update glodap.py
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-long authored Aug 3, 2023
1 parent e350388 commit 099ef14
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ocean_c_lab/glodap.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
import numpy as np
import xarray as xr

cache_dir = os.environ['TMPDIR']
try:
cache_dir = os.environ['TMPDIR']
except:
cache_dir = './'

known_products = [
"GLODAPv2.2016b_MappedClimatologies",
Expand Down

0 comments on commit 099ef14

Please sign in to comment.