-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add components for converting satwnd amv goes data from bufr dump to ioda. #13
Open
emilyhcliu
wants to merge
43
commits into
develop
Choose a base branch
from
feature/dump_satwind_goes
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
Changes from 41 commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
d3478fd
Add mapping file, python scripts, and shell scripts for satwind goes
7277cc5
remove test
a4efbb2
Update components (mapping, Python script, configuration) for satwind
5689332
remove old yaml
16db06f
Add configuration files and test shell script
927bae2
rename configuration yaml
emilyhcliu 9dfd16d
Add temporary testing script
emilyhcliu 54305c9
Add README file
emilyhcliu 89f429a
rename README to README.md
emilyhcliu b115130
Update README.md
emilyhcliu f0ba20f
Update readme file
emilyhcliu 8d324d0
Update README.md
emilyhcliu d70867f
Update README
emilyhcliu e5a95e7
rename process_bufr2ioda to bufr2ioda.sh
emilyhcliu 7dbc826
Update README.md
emilyhcliu 6346844
Update README.md
emilyhcliu f91d1d1
Update README.md
emilyhcliu 8ba4d7b
Update README.md
emilyhcliu 87096eb
Update readme
emilyhcliu 3e7789c
Add comments
emilyhcliu a645370
update comments
emilyhcliu c0fdb95
update bufr2ioda.sh
emilyhcliu c262e3d
update usage
emilyhcliu dde4d27
Add comments
emilyhcliu d080c23
add cycle in input path
emilyhcliu 09d0061
Modify global attribute in the mapping file
emilyhcliu 8f23b5b
Merge branch 'develop' into feature/dump_satwind_goes
emilyhcliu cd74eee
remove . before bufr2ioda.sh
emilyhcliu 6351d34
Update README.md
emilyhcliu b2ea3ae
Update README.md
emilyhcliu d678190
Update README.md
emilyhcliu 67311d6
remove wxflow from the test script
emilyhcliu 428e600
remove wxflow from input
emilyhcliu 6564a18
Update README.md
emilyhcliu f757393
Add comment block for logger
emilyhcliu 77f2e92
add bufrtype (this is bufr dump list)
emilyhcliu 00cd504
Update documentation
emilyhcliu 9d9e821
Add bufrtype and update README
emilyhcliu e9b8833
Add split_by_category input
emilyhcliu aec8e56
Update README
emilyhcliu 5679a32
Update README.md
emilyhcliu 70f90d9
Rename bufr2ioda to encodeBufr and update readme
emilyhcliu 1365772
Update README.md
emilyhcliu 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
time window: | ||
begin: "2018-04-14T21:00:00Z" | ||
end: "2023-12-15T03:00:00Z" | ||
|
||
observations: | ||
- obs space: | ||
name: "satwind_goes-16" | ||
simulated variables: [windDirection, windSpeed] | ||
obsdatain: | ||
engine: | ||
type: bufr | ||
obsfile: "./testinput/2021080100/gdas.t00z.satwnd.tm00.bufr_d" | ||
mapping file: "./bufr2ioda_satwnd_amv_goes_mapping.yaml" | ||
category: ["goes-16"] | ||
cache categories: # optional | ||
- ["goes-16"] | ||
- ["goes-17"] | ||
- ["goes-18"] | ||
obsdataout: | ||
engine: | ||
type: H5File | ||
obsfile: "./testoutput/2021080100/bufr_backend/gdas.t00z.satwnd.abi_goes-16.tm00.nc" | ||
|
||
- obs space: | ||
name: "satwind_goes-17" | ||
simulated variables: [windDirection, windSpeed] | ||
obsdatain: | ||
engine: | ||
type: bufr | ||
obsfile: "./testinput/2021080100/gdas.t00z.satwnd.tm00.bufr_d" | ||
mapping file: "./bufr2ioda_satwnd_amv_goes_mapping.yaml" | ||
category: ["goes-17"] | ||
cache categories: # optional | ||
- ["goes-16"] | ||
- ["goes-17"] | ||
- ["goes-18"] | ||
obsdataout: | ||
engine: | ||
type: H5File | ||
obsfile: "./testoutput/2021080100/bufr_backend/gdas.t00z.satwnd.abi_goes-17.tm00.nc" | ||
|
||
- obs space: | ||
name: "satwind_goes-18" | ||
simulated variables: [windDirection, windSpeed] | ||
obsdatain: | ||
engine: | ||
type: bufr | ||
obsfile: "./testinput/2021080100/gdas.t00z.satwnd.tm00.bufr_d" | ||
mapping file: "./bufr2ioda_satwnd_amv_goes_mapping.yaml" | ||
category: ["goes-18"] | ||
cache categories: # optional | ||
- ["goes-16"] | ||
- ["goes-17"] | ||
- ["goes-18"] | ||
obsdataout: | ||
engine: | ||
type: H5File | ||
obsfile: "./testoutput/2021080100/bufr_backend/gdas.t00z.satwnd.abi_goes-18.tm00.nc" |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
time window: | ||
begin: "2018-04-14T21:00:00Z" | ||
end: "2023-12-15T03:00:00Z" | ||
|
||
observations: | ||
- obs space: | ||
name: "satwind_goes-16" | ||
observed variables: [windSpeed, windDirection] | ||
derived variables: [windEastward, windNorthward] | ||
simulated variables: [windEastward, windNorthward] | ||
obsdatain: | ||
engine: | ||
type: script | ||
script file: "bufr2ioda_satwnd_amv_goes.py" | ||
args: | ||
input_path: "./testinput/2021080100/gdas.t00z.satwnd.tm00.bufr_d" | ||
mapping_path: "./bufr2ioda_satwnd_amv_goes_mapping.yaml" | ||
category: "goes-16" | ||
obsdataout: | ||
engine: | ||
type: H5File | ||
obsfile: "./testoutput/2021080100/script_backend/gdas.t00z.satwnd.abi_goes-16.tm00.nc" | ||
|
||
- obs space: | ||
name: "satwind_goes-17" | ||
observed variables: [windSpeed, windDirection] | ||
derived variables: [windEastward, windNorthward] | ||
simulated variables: [windEastward, windNorthward] | ||
obsdatain: | ||
engine: | ||
type: script | ||
script file: "bufr2ioda_satwnd_amv_goes.py" | ||
args: | ||
input_path: "./testinput/2021080100/gdas.t00z.satwnd.tm00.bufr_d" | ||
mapping_path: "./bufr2ioda_satwnd_amv_goes_mapping.yaml" | ||
category: "goes-17" | ||
obsdataout: | ||
engine: | ||
type: H5File | ||
obsfile: "./testoutput/2021080100/script_backend/gdas.t00z.satwnd.abi_goes-17.tm00.nc" | ||
|
||
- obs space: | ||
name: "satwind_goes-18" | ||
observed variables: [windSpeed, windDirection] | ||
derived variables: [windEastward, windNorthward] | ||
simulated variables: [windEastward, windNorthward] | ||
obsdatain: | ||
engine: | ||
type: script | ||
script file: "bufr2ioda_satwnd_amv_goes.py" | ||
args: | ||
input_path: "./testinput/2021080100/gdas.t00z.satwnd.tm00.bufr_d" | ||
mapping_path: "./bufr2ioda_satwnd_amv_goes_mapping.yaml" | ||
category: "goes-18" | ||
obsdataout: | ||
engine: | ||
type: H5File | ||
obsfile: "./testoutput/2021080100/script_backend/gdas.t00z.satwnd.abi_goes-18.tm00.nc" |
Oops, something went wrong.
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.
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.
just noting that we will want to template these if they are not in a fixed 'test' directory