Running RAPID

Tutorial

Step 1: Initialize the RAPID manager class.

  • First, add the path to you rapid executable location.
  • Next, you need to either tell it how many processors to use using the num_processors input variable or to use all available processors set use_all_processors to true.
  • After that, add any other parameters you would like to use that would normally be in the rapid namelist file (this is case sensitive).

Step 2 (optional): Add/update additional namelist parameters later

Step 3 (optional): Update reach number data

Step 4 (optional): Update simulation runtime data

Step 5: Run RAPID

Step 6 (optional): Convert RAPID output to be CF Compliant

Full API Description