Running the model
Generate the mmlif (namelist) file
- make mm5.deck
- Edit mm5.deck
- ./mm5.deck (creates namelist file in Run/mmlif ; does not run code)
Run the model
- cd Run
- mpirun -np 4 ./mm5.mpp (details vary)
Model generates normal MMOUT_DOMAIN output files and 3 text files per processor:
- rsl.out.0000 (contains standard output)
- rsl.error.0000 (contains standard error)
- show_domain_0000 (shows the domain decomposition)