Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…d_sphere into remove_ipd_step3_and_5
  • Loading branch information
climbfuji committed Jan 7, 2021
2 parents 7064643 + 76489d6 commit 9967174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/fv_regional_bc.F90
Original file line number Diff line number Diff line change
Expand Up @@ -3701,7 +3701,7 @@ subroutine remap_scalar_nggps_regional_bc(Atm &
! If the source is from old GFS or operational GSM then the tracers will be fixed in the boundaries
! and may not provide a very good result
!
! if (cld_amt .gt. 0) BC_side%q_BC(:,:,:,cld_amt) = 0.
if (cld_amt .gt. 0) BC_side%q_BC(:,:,:,cld_amt) = 0.
if (trim(data_source) /= 'FV3GFS GAUSSIAN NEMSIO FILE') then
if ( Atm%flagstruct%nwat .eq. 6 ) then
do k=1,npz
Expand Down

0 comments on commit 9967174

Please sign in to comment.