Skip to content
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
12 changes: 0 additions & 12 deletions parm/fv3lam_rrfs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -282,12 +282,6 @@
<scale>6.0</scale>
</param>

<param>
<shortname>MAPS_PRMSL_ON_MEAN_SEA_LVL</shortname>
<pname>PRMSL</pname>
<scale>6.0</scale>
</param>

<param>
<shortname>TMP_ON_SPEC_HGT_LVL_ABOVE_GRND_2m</shortname>
<pname>TMP</pname>
Expand Down Expand Up @@ -2107,12 +2101,6 @@
<scale>6.0</scale>
</param>

<param>
<shortname>MAPS_PRMSL_ON_MEAN_SEA_LVL</shortname>
<pname>PRMSL</pname>
<scale>6.0</scale>
</param>

<param>
<shortname>TMP_ON_SPEC_HGT_LVL_ABOVE_GRND_2m</shortname>
<pname>TMP</pname>
Expand Down
3 changes: 2 additions & 1 deletion parm/post_avblflds.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3883,7 +3883,8 @@
<param>
<post_avblfldidx>445</post_avblfldidx>
<shortname>MAPS_PRMSL_ON_MEAN_SEA_LVL</shortname>
<pname>PRMSL</pname>
<pname>MSLMA</pname>
Comment thread
WenMeng-NOAA marked this conversation as resolved.
<table_info>NCEP</table_info>
<fixed_sfc1_type>mean_sea_lvl</fixed_sfc1_type>
<scale>4.0</scale>
</param>
Expand Down
4 changes: 2 additions & 2 deletions parm/postxconfig-NT-3drtma.txt
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,8 @@ MAPS_PRMSL_ON_MEAN_SEA_LVL
?
1
tmpl4_0
PRMSL
?
MSLMA
NCEP
?
mean_sea_lvl
0
Expand Down
78 changes: 2 additions & 76 deletions parm/postxconfig-NT-fv3lam_rrfs.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
3
4
242
290
241
289
PRSLEV
32769
ncep_nco
Expand Down Expand Up @@ -1313,43 +1313,6 @@ mean_sea_lvl
?
?
?
445
MAPS_PRMSL_ON_MEAN_SEA_LVL
?
1
tmpl4_0
PRMSL
?
?
mean_sea_lvl
0
?
0
?
?
0
?
0
?
?
?
0
0.0
0
0.0
?
0
0.0
0
0.0
1
6.0
0
0
0
?
?
?
106
TMP_ON_SPEC_HGT_LVL_ABOVE_GRND_2m
?
Expand Down Expand Up @@ -11430,43 +11393,6 @@ mean_sea_lvl
?
?
?
445
MAPS_PRMSL_ON_MEAN_SEA_LVL
?
1
tmpl4_0
PRMSL
?
?
mean_sea_lvl
0
?
0
?
?
0
?
0
?
?
?
0
0.0
0
0.0
?
0
0.0
0
0.0
1
6.0
0
0
0
?
?
?
106
TMP_ON_SPEC_HGT_LVL_ABOVE_GRND_2m
?
Expand Down
5 changes: 3 additions & 2 deletions sorc/ncep_post.fd/CLDRAD.f
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@
!> 2022-10-20 | Li(Kate Zhang) | Add nitrate look-up table and nitrate AOD for NASA GOCART (UFS-Aerosols).
!> 2022-11-16 | Eric James | Adding total column dust, biomass burning emissions, hourly wildfire potential from RRFS
!> 2022-1207 | Wen Meng | Add AOD for AQM
!> 2022-12-15 | Eric James | experimental cloud base height diagnostic from HRRR, to correct a low bias in cloud cover
!> 2022-12-15 | Eric James | Modifying GSL exp2 ceiling diagnostic from HRRR, to correct a low bias in cloud cover
!> 2023-02-02 | Wen Meng | Remove GSL specified clear-sky upward/downward SW
!> 2023-02-10 | Eric James | Removing neighbourhood check from GSL exp2 ceiling diagnostic
!>
!> @author Russ Treadon W/NP2 @date 1993-08-30
SUBROUTINE CLDRAD
Expand Down Expand Up @@ -2259,7 +2260,7 @@ SUBROUTINE CLDRAD
do jc = max(1,J-numr),min(JM,J+numr)
do ic = max(1,I-numr),min(IM,I+numr)
ceil_neighbor = max( full_ceil(ic,jc)-full_fis(ic,jc)*GI , 5.0) ! ceil_neighbor in AGL
ceil_min = min( ceil_min, ceil_neighbor )
! ceil_min = min( ceil_min, ceil_neighbor )
enddo
enddo
CLDZ(I,J) = ceil_min + FIS(I,J)*GI ! convert back to ASL and store
Expand Down
3 changes: 2 additions & 1 deletion sorc/ncep_post.fd/MDLFLD.f
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
!! 22-10-20 W Meng - Bug fix for cloud fraction and vertically integrated liquid
!! 22-11-08 W Meng - Output hourly averaged PM2.5 and O3 for AQM model only (aqf_on)
!! 22-11-16 E James - Adding dust from RRFS
!! 23-02-10 E James - Adding an extra IGET value to if statement for NGMSLP calculation
!!
!! USAGE: CALL MDLFLD
!! INPUT ARGUMENT LIST:
Expand Down Expand Up @@ -207,7 +208,7 @@ SUBROUTINE MDLFLD
ALLOCATE(PBLRI (ista_2l:iend_2u,JSTA_2L:JEND_2U))
!
! SECOND, STANDARD NGM SEA LEVEL PRESSURE.
IF (IGET(105) > 0 .OR. IGET(445) > 0) THEN
IF (IGET(023) > 0 .OR. IGET(105) > 0 .OR. IGET(445) > 0) THEN
CALL NGMSLP ! this value is used in some later calculation.
ENDIF
IF (IGET(105) > 0) THEN
Expand Down