Skip to content

Commit

Permalink
remove debugging lines
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyhcliu committed Aug 20, 2024
1 parent 0148c4a commit 786996d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/gsi/general_read_gfsatm.f90
Original file line number Diff line number Diff line change
Expand Up @@ -3053,20 +3053,13 @@ subroutine general_read_gfsatm_allhydro_nc(grd,sp_a,filename,uvflag,vordivflag,z
! call gsi_bundlegetpointer(gfs_bundle,'cw',g_cwmr,ier);istatus=istatus+ier
istatus1=0
call gsi_bundlegetpointer(gfs_bundle,'ql',g_ql ,ier);istatus1=istatus1+ier
write(6,*)'emily checking ql ier istatus1 = ', ier, istatus1
call gsi_bundlegetpointer(gfs_bundle,'qi',g_qi ,ier);istatus1=istatus1+ier
write(6,*)'emily checking qi ier istatus1 = ', ier, istatus1
call gsi_bundlegetpointer(gfs_bundle,'qr',g_qr ,ier);istatus1=istatus1+ier
write(6,*)'emily checking qr ier istatus1 = ', ier, istatus1
call gsi_bundlegetpointer(gfs_bundle,'qs',g_qs ,ier);istatus1=istatus1+ier
write(6,*)'emily checking qs ier istatus1 = ', ier, istatus1
call gsi_bundlegetpointer(gfs_bundle,'qg',g_qg ,ier);istatus1=istatus1+ier
write(6,*)'emily checking qg ier istatus1 = ', ier, istatus1
! call gsi_bundlegetpointer(gfs_bundle,'cf',g_cf ,ier);istatus1=istatus1+ier
call gsi_bundlegetpointer(gfs_bundle,'ni',g_ni ,ier);istatus1=istatus1+ier
write(6,*)'emily checking ni ier istatus1 = ', ier, istatus1
call gsi_bundlegetpointer(gfs_bundle,'nr',g_nr ,ier);istatus1=istatus1+ier
write(6,*)'emily checking nr ier istatus1 = ', ier, istatus1

if ( istatus1 /= 0 ) then
if ( mype == 0 ) then
Expand Down

0 comments on commit 786996d

Please sign in to comment.