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 options for Mixed Ensemble and Scale/Variable-Dependent Localizat…
…ion (NOAA-EMC#451) * Add options for Scale/Variable/Time-Dependent Localization * Add options for Variable-Dependent Localization of OU/MAP * rename 'all' to 'conv_dbz' and separate configuration files to set_rrfs_config_SDL_VDL_MixEn.sh * remove change for preventing from crashing restart files for now --------- Co-authored-by: Sho Yokota <[email protected]>
- Loading branch information
Showing
19 changed files
with
274 additions
and
39 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,81 @@ | ||
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 | ||
w 65 2 vertical velocity w | ||
tv 65 2 virtual_temperature tv | ||
q 65 2 specific_humidity sphu | ||
oz 65 2 ozone ozone | ||
delp 65 -1 fv3 del pressure delp | ||
t2m 1 -1 2-m_T t2m | ||
q2m 1 -1 2-m_Q q2m | ||
ql 65 10 cloud_condensate QCLOUD | ||
qr 65 10 rain QRAIN | ||
qs 65 10 snow QSNOW | ||
qi 65 10 ice QICE | ||
qg 65 10 graupel QGRAUP | ||
dbz 65 10 reflectivity REFL_10CM | ||
:: | ||
|
||
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 | ||
w 65 0 met_guess w | ||
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 | ||
sst 1 0 met_guess sst | ||
qr 65 1 met_guess qr | ||
ql 65 1 met_guess qc | ||
qs 65 1 met_guess qs | ||
qi 65 1 met_guess qi | ||
qg 65 1 met_guess qg | ||
dbz 65 1 met_guess dbz | ||
:: | ||
|
||
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 | ||
sst 1 0 1.00 -1.0 state sst | ||
stl 1 0 1.00 -1.0 motley sst | ||
sti 1 0 1.00 -1.0 motley sst | ||
w 65 11 1.00 -1.0 state w | ||
qr 65 11 1.00 -1.0 state qr | ||
qs 65 11 1.00 -1.0 state qs | ||
qi 65 11 1.00 -1.0 state qi | ||
qg 65 11 1.00 -1.0 state qg | ||
ql 65 11 1.00 -1.0 state qc | ||
dbz 65 11 1.00 -1.0 state dbz | ||
:: |
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
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
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
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
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
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.