phawbecker
New member
Please see the attached update for wrf_tsin.F in which it now expects the header of tslist to be "I" then "J". Also, the IF statement that reads in the tower locations is changed from:
to
due to the redundancy from checking if it is an idealized case where all idealized cases will only use I/J (and not lat/lon).
It looks like mgduda will push an update to allow for the header to be written in uppercase or lowercase - I think this is a good idea.
Code:
IF (config_flags%map_proj == 0 .OR. grid%tslist_ij) THEN
Code:
IF ( grid%tslist_ij) THEN
It looks like mgduda will push an update to allow for the header to be written in uppercase or lowercase - I think this is a good idea.