Having a lot of trouble with the UTEMP subroutine. I've been at it for awhile and can't get what I'm looking for.
In Fortran, writing the subroutine, I am attempting to read in a 45x512 matrix of temperatures.
The summary is:
- INTEGER, DIMENSION(45, 512) :: U_TEMP !creates 45x512 matrix
-...