3. Run the Model
It’s time to run the model!
- On the terminal, navigate back to the model directory.
cd ../../echo-air
- Activate the virtual environment.
source bin/activate
- Run the model by calling the name of the program and your control file location. Note that the control file path should be in single quotes (Unicode U+0027).
python3 run_echo_air.py -i '[/path/to/control/file]'
- The model has additional run options, as outlined on the Run Options page.
The model will now take a few minutes. You should see text printed on the console with status updates.