Function mf6bmi::get_var_type

Function Documentation

integer(kind=c_int) function mf6bmi::get_var_type (c_var_address, c_var_type)

Get the variable type as a string.

The type returned is that of a single element. Currently we support ‘INTEGER’ and ‘DOUBLE’. When the variable cannot be found, the string ‘UNKNOWN’ is assigned.

Return

BMI status code

Parameters
  • [in] c_var_address: memory address string of the variable

  • [out] c_var_type: variable type as a string