-
Notifications
You must be signed in to change notification settings - Fork 50
Feature/gdas phase 1 configurations for radiance MHS data #2116
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
jianjunj
wants to merge
41
commits into
develop
Choose a base branch
from
feature/gdas_phase1_MHS_Metop-C_configure
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 all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
823a8d7
Added satinfo for MHS (N19, metop-b, and metop-c) in observation_chro…
jianjunj fc8517e
Added satinfo for MHS (N18 and metop-a) in observation_chronicle.
jianjunj 0e42c21
Initial configurations of MHS_Metop-C observations.
jianjunj 17d9e10
Correct the variable 'DerivedMetaData/surface_water_ice_snow'.
jianjunj 4b4dd45
Corrected functions for cloud_index and tpwc_index.
jianjunj 009b1da
Added error inflation and more QC in MHS data.
jianjunj aac869f
Upate QC in MHS data/
jianjunj fd07a6a
Updated the final background check.
jianjunj 13a8ce0
Add 'ObsErrorBound'.
jianjunj 00e7446
Updated observational error inflations.
jianjunj a9a0127
Set passedBenchmark: 0.
jianjunj 9ec21f2
Add 'use passive_bc: true' in the InterChannelConsistencyCheck.
jianjunj 881fec7
Add configurations for mhs_metop-b and mhs_n19.
jianjunj e433664
Added atmospheric observations mhs_metop-b, mhs_metop-c, and mhs_n19 …
jianjunj 88fc8c9
Merge branch 'develop' into feature/gdas_phase1_MHS_Metop-C_configure
jianjunj 07e63cc
Fix division-by-zero in inflationFactor1 when tpwc_index equals 1.0 i…
Copilot e670e4c
Update parm/jcb-gdas/observations/atmosphere/radiance_mhs_metop-b.yam…
jianjunj 313f8ff
Update parm/jcb-gdas/observations/atmosphere/radiance_mhs_metop-c.yam…
jianjunj aad07a4
Update parm/jcb-gdas/observations/atmosphere/radiance_mhs_n19.yaml.j2
jianjunj decf5f9
Merge branch 'develop' into feature/gdas_phase1_MHS_Metop-C_configure
jianjunj a4385f4
Potential fix for pull request finding
jianjunj e58db3e
Potential fix for pull request finding
jianjunj db2576c
Potential fix for pull request finding
jianjunj d939f4a
Potential fix for pull request finding
jianjunj 84d86c7
Potential fix for pull request finding
jianjunj e06db32
Potential fix for pull request finding
jianjunj a0a74f2
Potential fix for pull request finding
jianjunj dd50f83
fix: apply tpwc_index exclusive bound in mhs n19 step H1
Copilot b480ec6
Potential fix for pull request finding
jianjunj 8475f80
Potential fix for pull request finding
jianjunj be0e999
Removed 'mhs_n18' and 'mhs_metop-a' from 'observation_chronicle'.
jianjunj 3f17887
Merge branch 'feature/gdas_phase1_MHS_Metop-C_configure' of https://g…
jianjunj 5b2a331
Clarify Step K2: Toss all data with tpwc_index > 1.0.
jianjunj a62ddef
Make 'diff_300_obs2' greater than zero in MHS QC.
jianjunj 870724a
Potential fix for pull request finding
jianjunj e939d2e
Potential fix for pull request finding
jianjunj aade6f7
Potential fix for pull request finding
jianjunj d3cb63a
Potential fix for pull request finding
jianjunj 7ea0e60
Potential fix for pull request finding
jianjunj 17c73e0
Potential fix for pull request finding
jianjunj b2b6787
Updated the comment of Step K3 in MHS QC.
jianjunj 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
26 changes: 26 additions & 0 deletions
26
parm/jcb-gdas/observation_chronicle/atmosphere/radiance_mhs_metop-b.yaml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| # Instrument metadata | ||
| # ------------------- | ||
| commissioned: 2012-09-17T00:00:00 | ||
|
|
||
| observer_type: satellite # Type of chronicle to use | ||
|
|
||
| # Instrument initial configuration | ||
| # -------------------------------- | ||
| channel_variables: | ||
| simulated: min | ||
| active: min | ||
| biascorrtd: min | ||
| error: max | ||
| error_cld: max | ||
| ermax: max | ||
| var_b: min | ||
| var_pg: min | ||
| icld_det: min | ||
| icloud: min | ||
| iaerosol: min | ||
| channel_values: | ||
| 1: [ 1, 1, 1, 2.50, 0.00, 6.00, 10.00, 0.00, -2, -1, -1 ] | ||
| 2: [ 1, 1, 1, 2.50, 0.00, 6.00, 10.00, 0.00, -2, -1, -1 ] | ||
| 3: [ 1, 1, 1, 2.50, 0.00, 6.00, 10.00, 0.00, -2, -1, -1 ] | ||
| 4: [ 1, 1, 1, 2.00, 0.00, 6.00, 10.00, 0.00, -2, -1, -1 ] | ||
| 5: [ 1, 1, 1, 2.00, 0.00, 6.00, 10.00, 0.00, -2, -1, -1 ] |
26 changes: 26 additions & 0 deletions
26
parm/jcb-gdas/observation_chronicle/atmosphere/radiance_mhs_metop-c.yaml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| # Instrument metadata | ||
| # ------------------- | ||
| commissioned: 2019-10-30T00:00:00 | ||
|
|
||
| observer_type: satellite # Type of chronicle to use | ||
|
|
||
| # Instrument initial configuration | ||
| # -------------------------------- | ||
| channel_variables: | ||
| simulated: min | ||
| active: min | ||
| biascorrtd: min | ||
| error: max | ||
| error_cld: max | ||
| ermax: max | ||
| var_b: min | ||
| var_pg: min | ||
| icld_det: min | ||
| icloud: min | ||
| iaerosol: min | ||
| channel_values: | ||
| 1: [ 1, 1, 1, 2.50, 0.00, 6.00, 10.00, 0.00, -2, -1, -1 ] | ||
| 2: [ 1, 1, 1, 2.50, 0.00, 6.00, 10.00, 0.00, -2, -1, -1 ] | ||
| 3: [ 1, 1, 1, 2.50, 0.00, 6.00, 10.00, 0.00, -2, -1, -1 ] | ||
| 4: [ 1, 1, 1, 2.00, 0.00, 6.00, 10.00, 0.00, -2, -1, -1 ] | ||
| 5: [ 1, 1, 1, 2.00, 0.00, 6.00, 10.00, 0.00, -2, -1, -1 ] |
26 changes: 26 additions & 0 deletions
26
parm/jcb-gdas/observation_chronicle/atmosphere/radiance_mhs_n19.yaml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| # Instrument metadata | ||
| # ------------------- | ||
| commissioned: 2009-12-15T00:00:00 | ||
|
|
||
| observer_type: satellite # Type of chronicle to use | ||
|
|
||
| # Instrument initial configuration | ||
| # -------------------------------- | ||
| channel_variables: | ||
| simulated: min | ||
| active: min | ||
| biascorrtd: min | ||
| error: max | ||
| error_cld: max | ||
| ermax: max | ||
| var_b: min | ||
| var_pg: min | ||
| icld_det: min | ||
| icloud: min | ||
| iaerosol: min | ||
| channel_values: | ||
| 1: [ 1, 1, 1, 2.50, 0.00, 6.00, 10.00, 0.00, -2, -1, -1 ] | ||
| 2: [ 1, 1, 1, 2.50, 0.00, 6.00, 10.00, 0.00, -2, -1, -1 ] | ||
| 3: [ 1, -1, 1, 2.50, 0.00, 6.00, 10.00, 0.00, -2, -1, -1 ] | ||
| 4: [ 1, 1, 1, 2.00, 0.00, 6.00, 10.00, 0.00, -2, -1, -1 ] | ||
| 5: [ 1, 1, 1, 2.00, 0.00, 6.00, 10.00, 0.00, -2, -1, -1 ] |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.