Skip to content

Commit

Permalink
put debug statement in the right position
Browse files Browse the repository at this point in the history
  • Loading branch information
metdyn committed May 22, 2024
1 parent bcaf779 commit 9a1094b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base/MAPL_SwathGridFactory.F90
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ subroutine initialize_from_config_with_prefix(this, config, prefix, unusable, rc
_ASSERT (this%lm /= MAPL_UNDEFINED_INTEGER, 'LM: is undefined in swath grid')

call lgr%debug(' %a %a', 'CurrTime =', trim(tmp))
call lgr%debug(' %a %i5 %i5', 'nx, ny = ', this%nx, this%ny)


if ( index(tmp, 'T') /= 0 .OR. index(tmp, '-') /= 0 ) then
call ESMF_TimeSet(currTime, timeString=tmp, _RC)
Expand Down Expand Up @@ -715,6 +715,7 @@ subroutine initialize_from_config_with_prefix(this, config, prefix, unusable, rc
endif
! ims is set at here
call this%check_and_fill_consistency(_RC)
call lgr%debug(' %a %i5 %i5', 'nx, ny (check_and_fill_consistency) = ', this%nx, this%ny)

_RETURN(_SUCCESS)

Expand Down

0 comments on commit 9a1094b

Please sign in to comment.