Skip to content

Commit 2894843

Browse files
committed
fixed syntax errors in previous commit (LDAS_Forcing.F90)
1 parent 06a0a75 commit 2894843

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GEOSmetforce_GridComp/LDAS_Forcing.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5703,7 +5703,7 @@ subroutine parse_S2S3FCST_met_tag( met_tag, S2S3_ens_num, S2S3_init_YYYYMMDD )
57035703

57045704
! abort if something went wrong
57055705

5706-
if (len_trim(err_code)>0) call ldas_abort(LDAS_GENERIC_ERROR, Iam, err_msg)
5706+
if (len_trim(err_msg)>0) call ldas_abort(LDAS_GENERIC_ERROR, Iam, err_msg)
57075707

57085708
end subroutine parse_S2S3FCST_met_tag
57095709

@@ -5735,7 +5735,7 @@ subroutine get_GEOS_forcing_filename(fname_full,file_exists, date_time, daily_fi
57355735
character( 4) :: YYYY, HHMM, day_dir
57365736
character( 2) :: MM, DD
57375737
character( 8) :: S2S3_init_YYYYMMDD ! S2S3 fcst initialization YYYYMMDD (fcst start time is YYYYMMDD minus 3 hours)
5738-
character( 4) :: S2S3_ens_num ! S2S3 fcst ensemble member, e.g. "ens1", "ens12"
5738+
character( 5) :: S2S3_ens_num ! S2S3 fcst ensemble member, e.g. "ens1", "ens12"
57395739

57405740
integer :: tmpind, tmpindend
57415741

0 commit comments

Comments
 (0)