Skip to content

Commit

Permalink
Omission from previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinswales committed Sep 23, 2024
1 parent 3d92c8d commit 6f8c3eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions physics/Interstitials/UFS_SCM_NEPTUNE/GFS_rrtmg_pre.F90
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ subroutine GFS_rrtmg_pre_run (im, levs, lm, lmk, lmp, n_var_lndp, lextop,&

! For Thompson MP
use module_mp_thompson, only: calc_effectRad_thmpsn => calc_effectRad, &
Nt_c_l_thmpsn => Nt_c, &
Nt_c_o_thmpsn => Nt_c, &
Nt_c_l_thmpsn => Nt_c_l, &
Nt_c_o_thmpsn => Nt_c_o, &
re_qc_min_thmpsn => re_qc_min, &
re_qc_max_thmpsn => re_qc_max, &
re_qi_min_thmpsn => re_qi_min, &
Expand Down

0 comments on commit 6f8c3eb

Please sign in to comment.