You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to create a field list for a range of values that does not begin with 1. This doesn't work with shr_string_listCreateField(), which uses the input numFields as the top of the range and 1 as the bottom. I suggest implementing a new function, shr_string_listCreateField_range(), which takes inputs of the bottom and top of the range.
I've already written this up in a fork and will submit a pull request shortly.
The text was updated successfully, but these errors were encountered:
samsrabin
added a commit
to samsrabin/CESM_share
that referenced
this issue
Oct 27, 2021
Given integers field1 and fieldN, plus string strBase, generates a list of field names. As shr_string_listCreateField(), but not just limited to 1,numFields. (See ESCOMP#15.)
Given integers field1 and fieldN, plus string strBase, generates a list of field names. As shr_string_listCreateField(), but not just limited to 1,numFields. (See ESCOMP#15.)
I need to create a field list for a range of values that does not begin with 1. This doesn't work with
shr_string_listCreateField()
, which uses the inputnumFields
as the top of the range and 1 as the bottom. I suggest implementing a new function,shr_string_listCreateField_range()
, which takes inputs of the bottom and top of the range.I've already written this up in a fork and will submit a pull request shortly.
The text was updated successfully, but these errors were encountered: