Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add python client package #2

Closed
sverhoeven opened this issue Mar 26, 2024 · 2 comments
Closed

Add python client package #2

sverhoeven opened this issue Mar 26, 2024 · 2 comments

Comments

@sverhoeven
Copy link
Member

No description provided.

@sverhoeven
Copy link
Member Author

sverhoeven commented Aug 14, 2024

Tested with https://github.com/eWaterCycle/leakybucket-bmi

  • initialize
  • update
  • update_until
  • finalize
  • get_component_name
  • get_input_var_names
  • get_output_var_names
  • get_var_grid
  • get_var_type
  • get_var_units
  • get_var_itemsize
  • get_var_nbytes
  • get_var_location
  • get_current_time
  • get_start_time
  • get_end_time
  • get_time_units
  • get_time_step
  • get_value
  • get_value_ptr
  • get_value_at_indices
  • set_value
  • set_value_at_indices
  • get_grid_rank
  • get_grid_size
  • get_grid_type
  • get_grid_shape
  • get_grid_spacing
  • get_grid_origin
  • get_grid_x
  • get_grid_y
  • get_grid_z
  • get_grid_node_count
  • get_grid_edge_count
  • get_grid_face_count
  • get_grid_edge_nodes
  • get_grid_face_edges
  • get_grid_face_nodes
  • get_grid_nodes_per_face

@sverhoeven
Copy link
Member Author

Completed in 2b962d7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant