Skip to content

Commit

Permalink
Bug fix psl_gwd_z0m_factor integer to real in noahmpdrv.F90
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtoyNOAA committed Mar 29, 2024
1 parent eff7680 commit 54411e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physics/SFC_Models/Land/Noahmp/noahmpdrv.F90
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ subroutine noahmpdrv_run &
real(kind=kind_phys), dimension(:) , intent(in) :: graupel_mp ! microphysics graupel [mm]
real(kind=kind_phys), dimension(:) , intent(in) :: ice_mp ! microphysics ice/hail [mm]
real(kind=kind_phys), dimension(:,:) , intent(in) :: mntvar ! subgrid orographic statistics data
integer , intent(in) :: psl_gwd_z0m_factor ! psl tofd zom factor
real(kind=kind_phys) , intent(in) :: psl_gwd_z0m_factor ! psl tofd zom factor
real(kind=kind_phys), dimension(:) , intent(in) :: rhonewsn1 ! precipitation ice density (kg/m^3)
real(kind=kind_phys) , intent(in) :: con_hvap ! latent heat condensation [J/kg]
real(kind=kind_phys) , intent(in) :: con_cp ! specific heat air [J/kg/K]
Expand Down

0 comments on commit 54411e2

Please sign in to comment.