Merge branch 'ungrib/9-char_varnam' into develop (PR #216)
commit9152e24402257b3fbf4b180500509ccb4d07635c
authorMichael Duda <duda@ucar.edu>
Tue, 10 Jan 2023 18:36:39 +0000 (10 11:36 -0700)
committerMichael Duda <duda@ucar.edu>
Tue, 10 Jan 2023 18:36:39 +0000 (10 11:36 -0700)
treed6f9477e5b92a0fd7e5bd6020b4db8668b06c652
parentdf0e384c92551559c7d4e8f509a4e0d2c743c886
parentd6b23c6062c815ea5f9417bf31b473de15a90ea8
Merge branch 'ungrib/9-char_varnam' into develop (PR #216)

This merge enables support for 9-character variable names in ungrib. Prior to
the changes in this merge, variables were only properly handled if their names
contained up to 8 characters.

The focus on support for 9 characters (rather than 10, 11, or more) in variable
names is justified by the fact that the code to parse Vtables, as well as the
intermediate file format, already support 9-character names.

* ungrib/9-char_varnam:
  Use all 9 characters of namvar when printing field inventory in output() routine
  Increase idlen from 8 to 9 in new_storage.F to support nine-character names