Skip to content
Snippets Groups Projects
Commit 54f0f2bd authored by tomrink's avatar tomrink
Browse files

snapshot...

parent d589edb1
No related branches found
No related tags found
No related merge requests found
...@@ -6,11 +6,11 @@ from util.util import get_time_tuple_utc ...@@ -6,11 +6,11 @@ from util.util import get_time_tuple_utc
from aeolus.datasource import CLAVRx, GOESL1B from aeolus.datasource import CLAVRx, GOESL1B
from util.geos_nav import GEOSNavigation from util.geos_nav import GEOSNavigation
import h5py import h5py
import re
import datetime import datetime
from datetime import timezone from datetime import timezone
goes_date_format = '%Y%j%H'
import re
goes_date_format = '%Y%j%H'
goes16_directory = '/arcdata/goes/grb/goes16' # /year/date/abi/L1b/RadC goes16_directory = '/arcdata/goes/grb/goes16' # /year/date/abi/L1b/RadC
clavrx_dir = '/apollo/cloud/scratch/ICING/' clavrx_dir = '/apollo/cloud/scratch/ICING/'
dir_fmt = '%Y_%m_%d_%j' dir_fmt = '%Y_%m_%d_%j'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment