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

Change grib2 number of ULWRF from NCEP local definition to WMO definition in fv3lam_rrfs.xml #868

Merged
merged 2 commits into from
Feb 1, 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
7 changes: 0 additions & 7 deletions parm/fv3lam_rrfs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,6 @@
<param>
<shortname>INST_ULWRF_ON_SURFACE</shortname>
<pname>ULWRF</pname>
<table_info>NCEP</table_info>
<scale>4.0</scale>
</param>

Expand Down Expand Up @@ -964,7 +963,6 @@
<param>
<shortname>AVE_ULWRF_ON_SURFACE</shortname>
<pname>ULWRF</pname>
<table_info>NCEP</table_info>
<scale>3.0</scale>
</param>

Expand All @@ -978,14 +976,12 @@
<param>
<shortname>AVE_ULWRF_ON_TOP_OF_ATMOS</shortname>
<pname>ULWRF</pname>
<table_info>NCEP</table_info>
<scale>3.0</scale>
</param>

<param>
<shortname>INST_ULWRF_ON_TOP_OF_ATMOS</shortname>
<pname>ULWRF</pname>
<table_info>NCEP</table_info>
<scale>4.0</scale>
</param>

Expand Down Expand Up @@ -2741,7 +2737,6 @@
<param>
<shortname>INST_ULWRF_ON_SURFACE</shortname>
<pname>ULWRF</pname>
<table_info>NCEP</table_info>
<scale>4.0</scale>
</param>

Expand Down Expand Up @@ -2769,7 +2764,6 @@
<param>
<shortname>AVE_ULWRF_ON_SURFACE</shortname>
<pname>ULWRF</pname>
<table_info>NCEP</table_info>
<scale>3.0</scale>
</param>

Expand All @@ -2783,7 +2777,6 @@
<param>
<shortname>AVE_ULWRF_ON_TOP_OF_ATMOS</shortname>
<pname>ULWRF</pname>
<table_info>NCEP</table_info>
<scale>3.0</scale>
</param>

Expand Down
14 changes: 7 additions & 7 deletions parm/postxconfig-NT-fv3lam_rrfs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4946,7 +4946,7 @@ INST_ULWRF_ON_SURFACE
1
tmpl4_0
ULWRF
NCEP
?
?
surface
0
Expand Down Expand Up @@ -5094,7 +5094,7 @@ AVE_ULWRF_ON_SURFACE
1
tmpl4_8
ULWRF
NCEP
?
AVE
surface
0
Expand Down Expand Up @@ -5168,7 +5168,7 @@ AVE_ULWRF_ON_TOP_OF_ATMOS
1
tmpl4_8
ULWRF
NCEP
?
AVE
top_of_atmos
0
Expand Down Expand Up @@ -5205,7 +5205,7 @@ INST_ULWRF_ON_TOP_OF_ATMOS
1
tmpl4_0
ULWRF
NCEP
?
?
top_of_atmos
0
Expand Down Expand Up @@ -15026,7 +15026,7 @@ INST_ULWRF_ON_SURFACE
1
tmpl4_0
ULWRF
NCEP
?
?
surface
0
Expand Down Expand Up @@ -15174,7 +15174,7 @@ AVE_ULWRF_ON_SURFACE
1
tmpl4_8
ULWRF
NCEP
?
AVE
surface
0
Expand Down Expand Up @@ -15248,7 +15248,7 @@ AVE_ULWRF_ON_TOP_OF_ATMOS
1
tmpl4_8
ULWRF
NCEP
?
AVE
top_of_atmos
0
Expand Down
Loading