Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tom Rink
python
Commits
11f16a60
Commit
11f16a60
authored
4 years ago
by
tomrink
Browse files
Options
Downloads
Patches
Plain Diff
snapshot...
parent
6d485e07
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/amv/intercompare.py
+1
-34
1 addition, 34 deletions
modules/amv/intercompare.py
with
1 addition
and
34 deletions
modules/amv/intercompare.py
+
1
−
34
View file @
11f16a60
...
...
@@ -14,37 +14,7 @@ import time
from
scipy.interpolate
import
interp1d
from
util.util
import
minimize_quadratic
goes16_directory
=
'
/arcdata/goes/grb/goes16
'
# /year/date/abi/L1b/RadC
goes_date_format
=
'
%Y%j%H
'
dir_fmt
=
'
%Y_%m_%d_%j
'
gfs_directory
=
'
/apollo/cloud/Ancil_Data/clavrx_ancil_data/dynamic/gfs/
'
gfs_date_format
=
'
%y%m%d
'
h4_to_h5_path
=
home_dir
+
'
/h4toh5convert
'
data_dir
=
'
/data1/rink
'
converted_file_dir
=
data_dir
+
'
/gfs_h5
'
CACHE_GFS
=
True
goes_cache_dir
=
data_dir
+
'
/goes16
'
CACHE_GOES
=
True
fmt
=
'
%Y%j%H
'
matchup_dict_glbl
=
None
geoloc_2km
=
None
geoloc_1km
=
None
geoloc_hkm
=
None
TRIPLET
=
False
CONV3D
=
False
H08_lat_range
=
[
-
78
,
78
]
H08_lon_range
=
[
62
,
218
]
#-- AMV intercompare stuff ------------------------------------------
class
MyGenericException
(
Exception
):
def
__init__
(
self
,
message
):
...
...
@@ -71,9 +41,6 @@ amv_qif_idx = amv_hdr_list.index('qif')
amv_centers_list
=
[
'
EUM
'
,
'
BRZ
'
,
'
JMA
'
,
'
KMA
'
,
'
NOA
'
,
'
NWC
'
]
# AMV inter-compare stuff --------------------------------------------------------
def
get_amv_nd
(
filename
):
header
=
None
data
=
[]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment