-
Notifications
You must be signed in to change notification settings - Fork 46
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
Add support for variables of type string #140
Conversation
Add support for the data type string to the list of support data types, and change the section talking about string variables to describe both character array and string variations.
Removed some unneeded left-single-quote characters.
Added an example showing the two ways to form string-valued variables.
Remove the ambiguous phrase "which has been added to the data variable".
@marqh and @JimBiardCics -- I think this is good to merge if you can resolve the conflicts I'll push the button. |
@dblodgett-usgs I've got a question. The apph.adoc changes are fine. The history.adoc has the date for this change as the date in 2018 when I did the pull request. Should that be changed to today? |
Good question. I'd say update it to today since that's when the changes will actually be applied? |
@dblodgett-usgs Do you want to push the |
Changes to expand string-valued variables to include variables of type
string
as well as variables of typechar
.Fixes #139
See:
http://cf-trac.llnl.gov/trac/ticket/175
#139