Scripts and code to configure an Azure Virtual Machine or Cycle Cloud Cluster to run CMAQ for 2 day CONUS2 Domain
git clone -b main https://github.com/CMASCenter/cyclecloud-cmaq.git
Note, there are two sets of install scripts as the build path is sensitive to the mpi version!
For Single VM running AlmaLinux with module load gcc-9.2.0 and module load mpi/openmpi-4.1.5 install:
./gcc_install.csh
./gcc_ioapi.csh
./gcc_cmaq.csh
For Cycle Cloud running AlmaLinux with module load gcc-9.2.0 and module load mpi/openmpi-4.1.5 install:
./gcc_netcdf_cluster.csh
./gcc_ioapi_cluster.csh
./gcc_cmaq_cyclecloud.csh