Skip to content
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

Add flight height SPFH and PRES in the RRFS product list #937

Merged
merged 1 commit into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion parm/fv3lam_rrfs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,21 @@
<pname>TMP</pname>
<level>30. 50. 80. 100. 160. 320.</level>
<scale>3.0</scale>
</param>
</param>

<param>
<shortname>SPFH_ON_SPEC_HGT_LVL_ABOVE_GRND_FDHGT</shortname>
<pname>SPFH</pname>
<level>80.</level>
<scale>5.0</scale>
</param>

<param>
<shortname>PRES_ON_SPEC_HGT_LVL_ABOVE_GRND_FDHGT</shortname>
<pname>PRES</pname>
<level>80.</level>
<scale>3.0</scale>
</param>

<param>
<shortname>UGRD_ON_SPEC_ALT_ABOVE_MEAN_SEA_LVL</shortname>
Expand Down
76 changes: 75 additions & 1 deletion parm/postxconfig-NT-fv3lam_rrfs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
5
3
235
282
284
PRSLEV
32769
ncep_nco
Expand Down Expand Up @@ -6013,6 +6013,80 @@ spec_hgt_lvl_above_grnd
?
?
?
578
SPFH_ON_SPEC_HGT_LVL_ABOVE_GRND_FDHGT
?
1
tmpl4_0
SPFH
?
?
spec_hgt_lvl_above_grnd
0
?
1
80.
?
0
?
0
?
?
?
0
0.0
0
0.0
?
0
0.0
0
0.0
1
5.0
0
0
0
?
?
?
579
PRES_ON_SPEC_HGT_LVL_ABOVE_GRND_FDHGT
?
1
tmpl4_0
PRES
?
?
spec_hgt_lvl_above_grnd
0
?
1
80.
?
0
?
0
?
?
?
0
0.0
0
0.0
?
0
0.0
0
0.0
1
3.0
0
0
0
?
?
?
60
UGRD_ON_SPEC_ALT_ABOVE_MEAN_SEA_LVL
?
Expand Down
Loading