forked from ufs-community/regional_workflow
-
Notifications
You must be signed in to change notification settings - Fork 23
Add PM2.5 DA for RRFS-SD #448
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
guoqing-noaa
merged 5 commits into
NOAA-GSL:feature/RRFS_dev1
from
hongli-wang:feature/RRFS_dev1
Jan 19, 2023
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,65 @@ | ||
| met_guess:: | ||
| !var level crtm_use desc orig_name | ||
| ps 1 -1 surface_pressure ps | ||
| z 1 -1 geopotential_height phis | ||
| u 65 2 zonal_wind u | ||
| v 65 2 meridional_wind v | ||
| tv 65 2 virtual_temperature tv | ||
| q 65 2 specific_humidity sphu | ||
| oz 65 2 ozone ozone | ||
| delp 65 -1 fv3 del pressure delp | ||
| :: | ||
|
|
||
| state_derivatives:: | ||
| !var level src | ||
| ps 1 met_guess | ||
| u 65 met_guess | ||
| v 65 met_guess | ||
| tv 65 met_guess | ||
| q 65 met_guess | ||
| oz 65 met_guess | ||
| cw 65 met_guess | ||
| prse 66 met_guess | ||
| :: | ||
|
|
||
| state_tendencies:: | ||
| !var levels source | ||
| u 65 met_guess | ||
| v 65 met_guess | ||
| tv 65 met_guess | ||
| q 65 met_guess | ||
| oz 65 met_guess | ||
| prse 66 met_guess | ||
| :: | ||
|
|
||
| state_vector:: | ||
| !var level itracer source funcof | ||
| u 65 0 met_guess u | ||
| v 65 0 met_guess v | ||
| tv 65 0 met_guess tv | ||
| tsen 65 0 met_guess tv,q | ||
| q 65 1 met_guess q | ||
| oz 65 1 met_guess oz | ||
| prse 66 0 met_guess prse | ||
| ps 1 0 met_guess prse | ||
| smoke 65 1 chem_guess smoke | ||
| dust 65 1 chem_guess dust | ||
| :: | ||
|
|
||
| control_vector:: | ||
| !var level itracer as/tsfc_sdv an_amp0 source funcof | ||
| sf 65 0 0.90 -1.0 state u,v | ||
| vp 65 0 0.90 -1.0 state u,v | ||
| ps 1 0 1.00 -1.0 state prse | ||
| t 65 0 1.40 -1.0 state tv | ||
| q 65 1 0.80 -1.0 state q | ||
| smoke 65 1 1.00 -1.0 state smoke | ||
| dust 65 1 1.00 -1.0 state dust | ||
| :: | ||
|
|
||
| chem_guess:: | ||
| !var level itracer crtm_use type orig_name | ||
| smoke 65 1 12 smoke smoke | ||
| dust 65 1 12 dust dust | ||
| pm2_5 65 1 10 pm2_5 pm2_5 | ||
| :: |
Large diffs are not rendered by default.
Oops, something went wrong.
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
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.