WRF icon indicating copy to clipboard operation
WRF copied to clipboard

format string for solar tslist variables appears to be incorrect

Open hawbecker opened this issue 2 years ago • 0 comments

When using the tslist output for WRF's solar variables, the formatting in the generated [stn abbr].d0X.TS files causes a new line to be written for the last variable. This appears to be due to the fact that the formatting is incorrectly specified in share/wrf_timeseries.F where 49(f13.5,1x) should be 50(f13.5,1x). Testing this on my end seemed to fix it.

https://github.com/wrf-model/WRF/blob/21c72141142fc6c8d203d2bf79f1990e45a0aef8/share/wrf_timeseries.F#L906

hawbecker avatar Apr 24 '23 21:04 hawbecker