forked from NOAA-GSL/UPP
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add PM2.5 DA for RRFS-SD (NOAA-EMC#448)
- Loading branch information
1 parent
aeda079
commit 38d4e73
Showing
11 changed files
with
679 additions
and
2 deletions.
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,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 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 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.