Newer
Older
#!/usr/bin/env python
from os.path import expanduser, join
from datetime import timedelta
import numpy as np
# data area
# latN = 35
# latS = -35
# lonW = -100
# lonE = 45
in_data = "/home/ws/he7273/phd_all/data/coll_oper/jjaso2021.nc"
in_wts = "/home/ws/he7273/phd_all/data/coll_oper/jjaso2021.json"
# plot_dir = '/home/ws/he7273/phd_all/data/coll_oper/' # '/project/meteo/w2w/C3/fischer/belanger/plots/' # join('/home/ws/he7273/phd_all/data/aew/plots/') # '/project/meteo/w2w/C3/fischer/belanger/plots/'
levels = [700, 850] # 700 hPa
u_dim = 'u'
v_dim = 'v'
# time of interest, if None all
# june-oct is AEW season
start_date = '2021-09-01T00:00' # '2022-08-01T00:00' # None # '2008-08-01T00:00' # # '2008-08-01T00:00'
end_date = '2021-09-05T00:00' # '2022-08-15T00:00' # None # '2008-08-15T00:00' # None # '2008-08-03T00:00'