Skip to content

Commit

Permalink
Merge pull request #62 from climbfuji/regional_bc_cldamt_init
Browse files Browse the repository at this point in the history
ufs-release/public-v2: initialized cld_amt to zero for regional runs
  • Loading branch information
bensonr authored Dec 3, 2020
2 parents 35079f0 + 48ea719 commit 3930218
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 3930218

Please sign in to comment.