-
Notifications
You must be signed in to change notification settings - Fork 210
Stage bias files for UFSDA aerosols #1370
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
Merged
WalterKolczynski-NOAA
merged 27 commits into
NOAA-EMC:develop
from
RussTreadon-NOAA:feature/update_jediaero
Apr 12, 2023
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
c4d208e
changes related to UFS-DA aero (#1313)
RussTreadon-NOAA f196d3a
clean up analysis.py based on reviewer suggestions (#1313)
RussTreadon-NOAA 5e8cb1c
replace obfile loop with replace in get_bias_dict (#1313)
RussTreadon-NOAA 34650d4
Merge branch 'NOAA-EMC:develop' into feature/update_jediaero
RussTreadon-NOAA 5182c50
Merge branch 'NOAA-EMC:develop' into feature/update_jediaero
RussTreadon-NOAA 0685678
Merge branch 'NOAA-EMC:develop' into feature/update_jediaero
RussTreadon-NOAA 3200e17
Merge branch 'NOAA-EMC:develop' into feature/update_jediaero
RussTreadon-NOAA 74efd03
Merge branch 'NOAA-EMC:develop' into feature/update_jediaero
RussTreadon-NOAA b1cc1b6
Merge branch 'NOAA-EMC:develop' into feature/update_jediaero
RussTreadon-NOAA e97d43d
Merge branch 'NOAA-EMC:develop' into feature/update_jediaero
RussTreadon-NOAA f96949d
Merge branch 'NOAA-EMC:develop' into feature/update_jediaero
RussTreadon-NOAA c35cde7
Merge branch 'NOAA-EMC:develop' into feature/update_jediaero
RussTreadon-NOAA cebcbcd
Merge branch 'NOAA-EMC:develop' into feature/update_jediaero
RussTreadon-NOAA 07e23ed
Merge branch 'NOAA-EMC:develop' into feature/update_jediaero
RussTreadon-NOAA aa858ec
Merge branch 'develop' into feature/update_jediaero
RussTreadon-NOAA 3e7a509
rename obs_dict as bias_dict for clarity in analysis.py (#1313)
RussTreadon-NOAA 7556a11
remove blank line from analysis.py (#1313)
RussTreadon-NOAA fb3204f
Merge branch 'NOAA-EMC:develop' into feature/update_jediaero
RussTreadon-NOAA 76e22e7
Merge branch 'NOAA-EMC:develop' into feature/update_jediaero
RussTreadon-NOAA a022aef
update aero_crtm_coef.yaml to new g-w format (#1313)
RussTreadon-NOAA a789094
Merge branch 'NOAA-EMC:develop' into feature/update_jediaero
RussTreadon-NOAA 82cf879
replace YAMLFile with parse_j2yaml in analysis.py (#1313)
RussTreadon-NOAA 8d166d6
Merge branch 'NOAA-EMC:develop' into feature/update_jediaero
RussTreadon-NOAA 9b068f3
Merge branch 'NOAA-EMC:develop' into feature/update_jediaero
RussTreadon-NOAA f369a36
Merge branch 'NOAA-EMC:develop' into feature/update_jediaero
RussTreadon-NOAA b023df5
Merge branch 'NOAA-EMC:develop' into feature/update_jediaero
RussTreadon-NOAA ef5da49
streamline radiance bias correction file processing based on reviewer…
RussTreadon-NOAA 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
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
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
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 |
|---|---|---|
| @@ -1,23 +1,13 @@ | ||
| mkdir: | ||
| - !ENV ${DATA}/crtm/ | ||
| - $(DATA)/crtm/ | ||
| copy: | ||
| - - !ENV ${FV3JEDI_FIX}/crtm/${CRTM_VER}/AerosolCoeff.bin | ||
| - !ENV ${DATA}/crtm/AerosolCoeff.bin | ||
| - - !ENV ${FV3JEDI_FIX}/crtm/${CRTM_VER}/CloudCoeff.bin | ||
| - !ENV ${DATA}/crtm/CloudCoeff.bin | ||
| - - !ENV ${FV3JEDI_FIX}/crtm/${CRTM_VER}/v.viirs-m_npp.SpcCoeff.bin | ||
| - !ENV ${DATA}/crtm/v.viirs-m_npp.SpcCoeff.bin | ||
| - - !ENV ${FV3JEDI_FIX}/crtm/${CRTM_VER}/v.viirs-m_npp.TauCoeff.bin | ||
| - !ENV ${DATA}/crtm/v.viirs-m_npp.TauCoeff.bin | ||
| - - !ENV ${FV3JEDI_FIX}/crtm/${CRTM_VER}/v.viirs-m_j1.SpcCoeff.bin | ||
| - !ENV ${DATA}/crtm/v.viirs-m_j1.SpcCoeff.bin | ||
| - - !ENV ${FV3JEDI_FIX}/crtm/${CRTM_VER}/v.viirs-m_j1.TauCoeff.bin | ||
| - !ENV ${DATA}/crtm/v.viirs-m_j1.TauCoeff.bin | ||
| - - !ENV ${FV3JEDI_FIX}/crtm/${CRTM_VER}/NPOESS.VISice.EmisCoeff.bin | ||
| - !ENV ${DATA}/crtm/NPOESS.VISice.EmisCoeff.bin | ||
| - - !ENV ${FV3JEDI_FIX}/crtm/${CRTM_VER}/NPOESS.VISland.EmisCoeff.bin | ||
| - !ENV ${DATA}/crtm/NPOESS.VISland.EmisCoeff.bin | ||
| - - !ENV ${FV3JEDI_FIX}/crtm/${CRTM_VER}/NPOESS.VISsnow.EmisCoeff.bin | ||
| - !ENV ${DATA}/crtm/NPOESS.VISsnow.EmisCoeff.bin | ||
| - - !ENV ${FV3JEDI_FIX}/crtm/${CRTM_VER}/NPOESS.VISwater.EmisCoeff.bin | ||
| - !ENV ${DATA}/crtm/NPOESS.VISwater.EmisCoeff.bin | ||
| - [$(FV3JEDI_FIX)/crtm/$(crtm_VERSION)/AerosolCoeff.bin, $(DATA)crtm/] | ||
| - [$(FV3JEDI_FIX)/crtm/$(crtm_VERSION)/CloudCoeff.bin, $(DATA)/crtm/] | ||
| - [$(FV3JEDI_FIX)/crtm/$(crtm_VERSION)/v.viirs-m_npp.SpcCoeff.bin, $(DATA)/crtm/] | ||
| - [$(FV3JEDI_FIX)/crtm/$(crtm_VERSION)/v.viirs-m_npp.TauCoeff.bin, $(DATA)/crtm/] | ||
| - [$(FV3JEDI_FIX)/crtm/$(crtm_VERSION)/v.viirs-m_j1.SpcCoeff.bin, $(DATA)/crtm/] | ||
| - [$(FV3JEDI_FIX)/crtm/$(crtm_VERSION)/v.viirs-m_j1.TauCoeff.bin, $(DATA)/crtm/] | ||
| - [$(FV3JEDI_FIX)/crtm/$(crtm_VERSION)/NPOESS.VISice.EmisCoeff.bin, $(DATA)/crtm/] | ||
| - [$(FV3JEDI_FIX)/crtm/$(crtm_VERSION)/NPOESS.VISland.EmisCoeff.bin, $(DATA)/crtm/] | ||
| - [$(FV3JEDI_FIX)/crtm/$(crtm_VERSION)/NPOESS.VISsnow.EmisCoeff.bin, $(DATA)/crtm/] | ||
| - [$(FV3JEDI_FIX)/crtm/$(crtm_VERSION)/NPOESS.VISwater.EmisCoeff.bin, $(DATA)/crtm/] |
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.