-
Notifications
You must be signed in to change notification settings - Fork 29
Buoy updates #68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Ghazal-Mohammadpour
wants to merge
29
commits into
develop
Choose a base branch
from
buoy_updates
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Buoy updates #68
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
2e1cbe9
Now can read different model names
1dcfcb1
wind value added to the NDBC and the Copernp removed until the reliab…
0085a91
added .spec reader to the buoy valodation code
5c304ea
added .spec and also is able to to the hs calculations in the code
12a8a9d
wind variable added to the .spec in a list of buoy nams and boy IDs
4c29c4c
hs and tp added to the .spec file format
9c09915
removed
c22d3c5
removed an extra discription
afbc2af
update the branch
e1f3616
added .spec and also is able to to the hs calculations in the code
6592b96
modified
8a06fb1
Description added to the modelBuoy_collocation.py
11b026d
removed extra comments
99e2ed1
updated instruction on how to use the .spec (gz)
c0aa513
description updated
a1e3ed5
Fixed the parameter in the unzip_and_untar function to use extracted_…
cc6b14a
Merge remote-tracking branch 'origin/develop' into buoy_updates
0adf9f5
The code is updated to be able to process the spec.gz buoy file formats
a2d5b33
hs and tp added to the .spec file format
9ff9e0e
The code is updated to be able to process the spec.gz buoy file formats
e00676e
updated the script with the proper description and the parsing issue …
e0cb3e7
This commit updates the calculation of total observations in the ncfi…
e7ba943
Improve dfreq calculation to reflect logarithmic frequency spacing.
26dc812
commented out the mtime
1c50b8f
removed the checking comments
2ea55cb
added the initial_condition as a global value and also added the fcst…
6a60e5e
added the ability to read another spec file variable format
da9cbe2
Updated instruction on how to use format other than spec.gz
0336405
added Cyclonemap and gridinfo to this version
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Ghazal-Mohammadpour I am not sure about this change. We have to actually calculate the matchups. similar to what was in the code before. What you have added here assumes that for each station and model time step we have buoy data which is not always correct, that is the maximum matchups we could get. The output you had shared had "Total of 4417048 observations or pairs model/observation." which was way beyond the number I was expecting for 166 buoys and 57 timesteps. Please take a closer look and check this.