Skip to content

Commit

Permalink
Bug fix for using integer as logical expression in if statement.
Browse files Browse the repository at this point in the history
-- Xu Lu & Xuguang Wang from OU. POC: [email protected]
  • Loading branch information
YongzuoLi-NOAA committed Nov 4, 2023
1 parent 42dd1fe commit a51de0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gsi/hybrid_ensemble_isotropic.F90
Original file line number Diff line number Diff line change
Expand Up @@ -4130,7 +4130,7 @@ subroutine hybens_grid_setup
else
if(dual_res) then
call get_region_dx_dy_ens(region_dx_ens,region_dy_ens)
if(regional_ensemble_option) then
if(regional_ensemble_option == 5) then
fv3_spec_grid_filename="fv3_ens_grid_spec"
call gsi_rfv3io_get_ens_grid_specs(fv3_spec_grid_filename,ierr)
endif
Expand Down

0 comments on commit a51de0c

Please sign in to comment.