-
Notifications
You must be signed in to change notification settings - Fork 465
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
Compilation error on dev
branch
#24
Comments
@ghaymanNREL I wonder if this is an ASCII/Unicode issue. One of those characters might be encoded as 2 characters if the file is interpreted as pure ASCII but it has unicode characters. |
Commit b8ea3c2 fixes the issue on |
FYI, those units arrays often contain extended ASCII characters, and I have noticed that GitKracken has a tendency to convert them to unicode if you use it to make other changes to the source file. |
Make netcdf output parallel consistent
Add intertialF_rampT as input option
With the latest updates on the
dev
branch, I get a compilation error when usingGNU gfortran 6.3.0
. I am not sure where the character length 11 is showing up, every entry inParamUnitsAry
is neatly formatted and looks like it is 10 characters long.@ghaymanNREL @bjonkman
The text was updated successfully, but these errors were encountered: