Skip to content
Snippets Groups Projects
Commit 0773edb2 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 0afc8ad9
Branches
No related tags found
No related merge requests found
...@@ -4,10 +4,10 @@ import glob ...@@ -4,10 +4,10 @@ import glob
import os import os
import numpy as np import numpy as np
import xarray as xr import xarray as xr
from util.util import value_to_index from util.util import value_to_index, homedir
# gfs_directory = '/apollo/cloud/Ancil_Data/clavrx_ancil_data/dynamic/gfs/' # gfs_directory = '/apollo/cloud/Ancil_Data/clavrx_ancil_data/dynamic/gfs/'
gfs_directory = '/Users/tomrink/data/gfs/' gfs_directory = homedir+'data/gfs/'
gfs_date_format = '%y%m%d' gfs_date_format = '%y%m%d'
# force incoming longitude to (0, 360) to match GFS # force incoming longitude to (0, 360) to match GFS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment