Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

format string for solar tslist variables appears to be incorrect #1852

Open
hawbecker opened this issue Apr 24, 2023 · 0 comments
Open

format string for solar tslist variables appears to be incorrect #1852

hawbecker opened this issue Apr 24, 2023 · 0 comments

Comments

@hawbecker
Copy link
Contributor

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.

WRITE(UNIT=iunit,FMT='(i2,f13.6,i5,i5,i5,1x,49(f13.5,1x))') &

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant