Skip to content
Draft
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
Original file line number Diff line number Diff line change
Expand Up @@ -1886,7 +1886,7 @@ subroutine SetServices ( GC, RC )
VERIFY_(STATUS)

call MAPL_AddConnectivity ( GC, &
SHORT_NAME = (/'ALH', 'KM', 'RI'/), &
SHORT_NAME = (/'ALH', 'KM ', 'RI '/), &
DST_ID = MOIST, &
SRC_ID = TURBL, &
RC=STATUS )
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5949,7 +5949,7 @@ subroutine RUN ( GC, IMPORT, EXPORT, CLOCK, RC )
call MAPL_TimerOn (MAPL,"---AERO_ACTIVATE")


if ((USE_AEROSOL_NN) .and. not (USE_NCLOUD_CLIM)) then
if ((USE_AEROSOL_NN) .and. .not. (USE_NCLOUD_CLIM)) then
! get veritical velocity
if (all(W == 0.0)) then
TMP3D = -OMEGA/(MAPL_GRAV*PLmb*100.0/(MAPL_RGAS*T))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module GEOSmoist_Process_Library
use ESMF
use MAPL
use GEOS_UtilsMod
use module_mp_radar
!use Aer_Actv_Single_Moment
!use aer_cloud

Expand Down Expand Up @@ -4061,8 +4062,6 @@ END FUNCTION GAMMLN

subroutine init_refl10cm ()

USE module_mp_radar

IMPLICIT NONE

integer :: n
Expand Down Expand Up @@ -4196,8 +4195,6 @@ subroutine calc_refl10cm (qv1d, qr1d, nr1d, qs1d, qg1d, &
t1d, p1d, dBZ, rand1, kts, kte, ii, jj, &
vt_dBZ, first_time_step, ktopin, kbotin)

USE module_mp_radar

IMPLICIT NONE

!..Sub arguments
Expand Down