From a5adb848eac4e697fd0fc3b16a320a0001c8dce0 Mon Sep 17 00:00:00 2001 From: XL-OU Date: Wed, 8 Nov 2023 12:52:14 -0600 Subject: [PATCH] Modify comments for different orientation between the control and the ensemble. -- Xu Lu & Xuguang Wang from OU. POC: xuguang.wang@ou.edu --- src/gsi/gsi_rfv3io_mod.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gsi/gsi_rfv3io_mod.f90 b/src/gsi/gsi_rfv3io_mod.f90 index cad61959ba..8158f35e11 100644 --- a/src/gsi/gsi_rfv3io_mod.f90 +++ b/src/gsi/gsi_rfv3io_mod.f90 @@ -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 !