Run Model - bellevuewa/BKRCast GitHub Wiki
Single Run
- Open a command prompt window and navigate to the BKRCast directory
- Type
python run_bkrcast.py
on the command line and press Enter
Multiple Run
Setting up multiple model runs within a single Windows batch file (*.bat) is very straightforward. However, it is crucial to ensure each model is configured correctly according to the provided guide before executing the batch file. The following is an example of a multi-run script for your reference.
cd BKRCast_Run19-S41
python run_bkrcast.py
cd ..
cd BKRCast_Run19-S41-2
python run_bkrcast.py
Run Time
A full model run with three feedback iterations takes approximately 7.5 hours on a machine with 24 CPUs, two Intel Xeon E5-2690 v3 2.60 GHz processors, and 32 GB of RAM.