vmsread.f formatted printing of mass percentage
vmsread.f formatted printing of mass percentage
The F6.2 specifier to print the percentage may lead to the merging of two columns when it's 100%, changing to F7.2 around line 106 in vmsread.f can fix the problem.
-
- Posts: 389
- Joined: May 8th, 2019, 1:31 pm
- Registered HYSPLIT User: Yes
Re: vmsread.f formatted printing of mass percentage
Thanks! We will look into this.
-
- Posts: 389
- Joined: May 8th, 2019, 1:31 pm
- Registered HYSPLIT User: Yes
Re: vmsread.f formatted printing of mass percentage
Per your input, changes are made to the vmsread program so that columns would not merge when a percentage value becomes 100. The changes will be included in the next HYSPLIT release.