The create_point.data.f90 - line 277 should be like:
write(filename,'(i4,3i2.2,a15)') yyyy, mm, dd, hh, ".LDASIN_DOMAIN1"
Because the current create_point.data.f90 code generates wrong file names in forcing netcdf data, and hrldas.exe does not understand the names. Please fix it in create_point.data.f90 code or hrldas code.
The create_point.data.f90 - line 277 should be like:
write(filename,'(i4,3i2.2,a15)') yyyy, mm, dd, hh, ".LDASIN_DOMAIN1"
Because the current create_point.data.f90 code generates wrong file names in forcing netcdf data, and hrldas.exe does not understand the names. Please fix it in create_point.data.f90 code or hrldas code.