Skip to content

Commit

Permalink
clarified error message in optimize_latlon() (preprocess_ldas_routine…
Browse files Browse the repository at this point in the history
…s.F90)
  • Loading branch information
gmao-rreichle committed May 18, 2024
1 parent b97b2d4 commit e3f5f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GEOSldas_App/preprocess_ldas_routines.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2260,7 +2260,7 @@ subroutine optimize_latlon(fname_tilefile, N_proc_string, optimized_file, run_di
enddo

if( k /=6 ) then
err_msg = 'one or more processes may across the face'
err_msg = 'one or more processes may have tiles from two or more faces'
call ldas_abort(LDAS_GENERIC_ERROR, Iam, err_msg)
end if

Expand Down

0 comments on commit e3f5f35

Please sign in to comment.