Skip to content

Commit

Permalink
Turn off enspread reg (#635)
Browse files Browse the repository at this point in the history
In cplr_get_fv3_regional_ensperts.f90, "write_ens_sprd=.true." is
hard-coded and overwrites the values in namelist.
write_ens_sprd=.true." should be removed.

Fixes #634 

**Type of change**

Please delete options that are not relevant.

- [x] Bug fix (non-breaking change which fixes an issue)
  • Loading branch information
ShunLiu-NOAA authored Oct 4, 2023
1 parent fae4bbf commit 25306a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gsi/cplr_get_fv3_regional_ensperts.f90
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,6 @@ subroutine get_fv3_regional_ensperts_run(this,en_perts,nelen,ps_bar)

enddo ! it 4d loop
! CALCULATE ENSEMBLE SPREAD
write_ens_sprd=.true.
if(write_ens_sprd ) then
call this%ens_spread_dualres_regional(mype,en_perts,nelen)
call mpi_barrier(mpi_comm_world,ierror) ! do we need this mpi_barrier here?
Expand Down

0 comments on commit 25306a2

Please sign in to comment.