Function mf6bmi::get_value_int

Function Documentation

integer function mf6bmi::get_value_int (c_var_address, c_arr_ptr)

Copy the integer values of a variable into the array.

The copied variable us located at c_var_address. The caller should provide c_arr_ptr pointing to an array of the proper shape (the BMI function get_var_shape() can be used to create it). Multi-dimensional arrays are supported.

Return

BMI status code

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

  • [in] c_arr_ptr: pointer to the double precision array