Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jderber-NOAA committed Oct 16, 2023
2 parents 5ccfb02 + 978b7e7 commit 64b91b6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
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
3 changes: 0 additions & 3 deletions src/gsi/gsi_rfv3io_mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -2610,9 +2610,6 @@ subroutine gsi_fv3ncdf_readuv(grd_uv,ges_u,ges_v,fv3filenamegin)
members(mm1) = mype
endif

write(6,115)mype,kbgn,kend,procuse
115 format('gsi_fv3ncdf_readuv: mype ',i6,' has kbgn,kend= ',2(i6,1x),' set procuse ',l7)

call mpi_allreduce(members,members_read,npe,mpi_integer,mpi_max,mpi_comm_world,ierror)

nread=0
Expand Down
2 changes: 1 addition & 1 deletion src/gsi/setupps.f90
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ subroutine contents_netcdf_diag_(odiag)
if(muse(i)) then
call nc_diag_metadata("Analysis_Use_Flag", 1.0_r_single )
else
call nc_diag_metadata("Analysis_Use_Flag", 1.0_r_single )
call nc_diag_metadata("Analysis_Use_Flag", -1.0_r_single )
endif

call nc_diag_metadata_to_single("Errinv_Input", errinv_input )
Expand Down
2 changes: 1 addition & 1 deletion src/gsi/setupspd.f90
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ subroutine contents_netcdf_diag_(odiag)
if(muse(i)) then
call nc_diag_metadata("Analysis_Use_Flag", 1.0_r_single )
else
call nc_diag_metadata("Analysis_Use_Flag", 1.0_r_single )
call nc_diag_metadata("Analysis_Use_Flag", -1.0_r_single )
endif

call nc_diag_metadata_to_single("Errinv_Input",errinv_input )
Expand Down

0 comments on commit 64b91b6

Please sign in to comment.