Skip to content

Commit 548c41e

Browse files
committed
Temporary changes. Will revert with MP implementation
1 parent 9b5edc7 commit 548c41e

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

physics/Interstitials/UFS_SCM_NEPTUNE/GFS_MP_generic_post.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ subroutine GFS_MP_generic_post_run(
126126
! Initialize CCPP error handling variables
127127
errmsg = ''
128128
errflg = 0
129-
129+
return
130130
onebg = one/con_g
131131

132132
do i = 1, im

physics/Interstitials/UFS_SCM_NEPTUNE/GFS_MP_generic_pre.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ subroutine GFS_MP_generic_pre_run(im, levs, ldiag3d, qdiag3d, do_aw, progsigma,
3131
! Initialize CCPP error handling variables
3232
errmsg = ''
3333
errflg = 0
34-
34+
return
3535
if (ldiag3d .or. do_aw .or. num_dfi_radar>0) then
3636
do k=1,levs
3737
do i=1,im

physics/MP/Thompson/module_mp_thompson.F90

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,8 @@ subroutine thompson_init(is_aerosol_aware_in, &
954954
call cpu_time(etime)
955955
if (mpirank==mpiroot) print '("Calling radar_init took ",f10.3," seconds.")', etime-stime
956956

957-
957+
! DJS Not sure why this part below is not working. Return for now.
958+
return
958959
if_not_iiwarm: if (.not. iiwarm) then
959960

960961
precomputed_tables_2: if (.not.precomputed_tables) then

physics/MP/Thompson/mp_thompson.F90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,7 @@ subroutine mp_thompson_run(ncol, nlev, con_g, con_rd, &
552552
! Initialize the CCPP error handling variables
553553
errmsg = ''
554554
errflg = 0
555+
return
555556

556557
if (first_time_step .and. istep==1 .and. blkno==1) then
557558
! Check initialization state

0 commit comments

Comments
 (0)