Skip to content

Commit

Permalink
Merge pull request #600 from jvgeiger/fix/ldt-usafsi
Browse files Browse the repository at this point in the history
Merge LDT USAFSI fix into support/lisf-557ww-7.3 branch
  • Loading branch information
emkemp authored Sep 30, 2020
2 parents 2fa3b54 + ebb6e9c commit 75d06a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ldt/USAFSI/USAFSI_netcdfMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ subroutine USAFSI_read_netcdf_12z(date10,ierr)
nr = LDT_rc%lnr(1)

! See if file exists
infilename = trim(usafsi_settings%netcdf_prefix)//date10//".nc"
infilename = trim(usafsi_settings%netcdf_prefix)//"_"//date10//".nc"
inquire(file=trim(infilename), exist=file_exists)
if (.not. file_exists) return

Expand Down

0 comments on commit 75d06a9

Please sign in to comment.