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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tom Rink
python
Commits
9022d491
Commit
9022d491
authored
Jul 21, 2021
by
tomrink
Browse files
Options
Downloads
Patches
Plain Diff
minor...
parent
d604ccb3
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/aeolus/aeolus_amv.py
+2
-1
2 additions, 1 deletion
modules/aeolus/aeolus_amv.py
with
2 additions
and
1 deletion
modules/aeolus/aeolus_amv.py
+
2
−
1
View file @
9022d491
...
@@ -64,12 +64,13 @@ def get_amvs(amv_ds, timestamp, filepath=None):
...
@@ -64,12 +64,13 @@ def get_amvs(amv_ds, timestamp, filepath=None):
return
param_nd
return
param_nd
# For each raob position in raob_dct, find all AMVs in time/space window
# raob_dict: (lat,lon) -> profiles
# raob_dict: (lat,lon) -> profiles
# raob_time: nominal time
# raob_time: nominal time
# amv_ds: AMV data source
# amv_ds: AMV data source
# time_window: (minutes)
# time_window: (minutes)
# filepath (RAOB)
# filepath (RAOB)
# return dict: raob -> tuple (amv_lon, amv_lat, elem, line, amv_pres, amv_spd, amv_dir)
# return dict: raob
(lat, lon)
-> tuple (amv_lon, amv_lat, elem, line, amv_pres, amv_spd, amv_dir)
def
match_amvs_to_raobs
(
raob_dict
,
raob_time
,
amv_ds
,
time_window
=
10
,
filepath
=
None
):
def
match_amvs_to_raobs
(
raob_dict
,
raob_time
,
amv_ds
,
time_window
=
10
,
filepath
=
None
):
nav
=
amv_ds
.
get_navigation
()
nav
=
amv_ds
.
get_navigation
()
amv_params
=
amv_ds
.
get_parameters
()
amv_params
=
amv_ds
.
get_parameters
()
...
...
...
...
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
sign in
to comment