Skip to content

Commit

Permalink
Modify comments for different orientation between the control and the…
Browse files Browse the repository at this point in the history
… ensemble.

-- Xu Lu & Xuguang Wang from OU. POC: xuguang.wang@ou.edu
  • Loading branch information
XuLu-NOAA committed Nov 8, 2023
1 parent 80a4867 commit a5adb84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gsi/gsi_rfv3io_mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ subroutine gsi_rfv3io_get_ens_grid_specs(grid_spec,ierr)
if( grid_type_fv3_regional == grid_ens_type_fv3_regional ) then
if(mype==0) write(6,*) 'Ensemble has the same orientation as the control, Cool!'
else
write(6,*) 'Error! Ensemble has a different orientation as the control, Abort!'
write(6,*) 'Warning! Ensemble has a different orientation as the control. This case needs further tests, Abort!'
call stop2(678)
endif
!
Expand Down

0 comments on commit a5adb84

Please sign in to comment.