Skip to content

Commit

Permalink
trim whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mcallic2 committed Sep 20, 2023
1 parent 008d166 commit a6a410e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test_fms/topography/test_topography.F90
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ subroutine test_topog_mean()

if (get_mean_answer .neqv. .true.) call mpp_error(FATAL, "topog field not read correctly")
call check_answers(zmean2d(1,1), 0.5_lkind, "Error in test_topog_mean 2d")
! in the case of this simplistic test, size(zmean2d) = 1, more tests should be created
! in the case of this simplistic test, size(zmean2d) = 1, more tests should be created
! with a larger zmean2d array size

!---------------------------------------- test topog mean 1d ---------------------------------------------!
Expand Down Expand Up @@ -202,7 +202,7 @@ subroutine test_topog_stdev

if (get_stdev_answer .neqv. .true.) call mpp_error(FATAL, "topog field not read correctly")
call check_answers(stdev2d(1,1), 0.5_lkind, "Error in test_topog_stdev 2d")
! in the case of this simplistic test, size(stdev2d) = 1, more tests should be created
! in the case of this simplistic test, size(stdev2d) = 1, more tests should be created
! with a larger stdev2d array size

!---------------------------------------- test topog stdev 2d ---------------------------------------------!
Expand Down Expand Up @@ -232,7 +232,7 @@ subroutine test_get_ocean_frac

if (get_ocean_frac_answer .neqv. .true.) call mpp_error(FATAL, "ocean field not read correctly")
call check_answers(ocean_frac2d(1,1), 0.5_lkind, "Error in test_get_ocean_frac 2d")
! in the case of this simplistic test, size(ocean_frac2d) = 1, more tests should be created
! in the case of this simplistic test, size(ocean_frac2d) = 1, more tests should be created
! with a larger ocean_frac2d array size

!---------------------------------------- test get_ocean_frac 1d ---------------------------------------------!
Expand Down Expand Up @@ -263,7 +263,7 @@ subroutine test_get_ocean_mask

if (get_ocean_mask_answer .neqv. .true.) call mpp_error(FATAL, "ocean field not read correctly")
if (ocean_mask2d(1,1) .neqv. .false.) call mpp_error(FATAL, "test_get_ocean_mask 2d: ocean mask should be false")
! in the case of this simplistic test, size(ocean_mask2d) = 1, more tests should be created
! in the case of this simplistic test, size(ocean_mask2d) = 1, more tests should be created
! with a larger ocean_mask2d array size

!---------------------------------------- test get_ocean_mask 1d ---------------------------------------------!
Expand Down Expand Up @@ -292,7 +292,7 @@ subroutine test_get_water_frac

if (get_water_frac_answer .neqv. .true.) call mpp_error(FATAL, "ocean field not read correctly")
call check_answers(water_frac2d(1,1), 0.5_lkind, "Error in test_get_water_frac 2d")
! in the case of this simplistic test, size(water_frac2d) = 1, more tests should be created
! in the case of this simplistic test, size(water_frac2d) = 1, more tests should be created
! with a larger water_frac2d array size

!---------------------------------------- test get_water_frac 1d ---------------------------------------------!
Expand Down Expand Up @@ -322,7 +322,7 @@ subroutine test_get_water_mask

if (get_water_mask_answer .neqv. .true.) call mpp_error(FATAL, "ocean field not read correctly")
if (water_mask2d(1,1) .neqv. .false.) call mpp_error(FATAL, "test_get_water_mask 2d: ocean mask should be false")
! in the case of this simplistic test, size(water_mask2d) = 1, more tests should be created
! in the case of this simplistic test, size(water_mask2d) = 1, more tests should be created
! with a larger water_mask2d array size

!---------------------------------------- test get_water_mask 1d ---------------------------------------------!
Expand Down

0 comments on commit a6a410e

Please sign in to comment.