@mdpiper and @mcflugen another question motivated by making the terrainbento bmi:
I see that there are a number of functions in the bmi.py file that indicate needing a grid identifier. The best/most relevant part of the documentation that I can find was this section on Variables[sic?] Grids. It does not give me enough information.
Reading between the lines I think that what this is saying is that I'm allowed to define multiple grids within my model. If I do this, I need to give them unique IDs that are integers and allow them to be accessed in this way. Correct?
@mdpiper and @mcflugen another question motivated by making the terrainbento bmi:
I see that there are a number of functions in the
bmi.pyfile that indicate needing a grid identifier. The best/most relevant part of the documentation that I can find was this section on Variables[sic?] Grids. It does not give me enough information.Reading between the lines I think that what this is saying is that I'm allowed to define multiple grids within my model. If I do this, I need to give them unique IDs that are integers and allow them to be accessed in this way. Correct?