Skip to content

Commit

Permalink
Minor fix for LWI map reader
Browse files Browse the repository at this point in the history
  • Loading branch information
tsherwen committed Jul 23, 2019
1 parent 94c7a37 commit 73f0897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AC_tools/GEOSChem_bpch.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def get_LWI_map(res='4x5', date=None, wd=None, rtn_ds=False,
import inspect
filename = inspect.getframeinfo(inspect.currentframe()).filename
path = os.path.dirname(os.path.abspath(filename))
dwd = path+'/data/LM/'
dwd = path+'/../data/LM/'
# choose the right directory for the data
dir = {
'4x5': 'LANDMAP_LWI_ctm_4x5',
Expand Down

0 comments on commit 73f0897

Please sign in to comment.