How can I write coding AERMOD in MATLAB?

+1 vote
asked by
edited by

1 Answer

+1 vote
answered by (100k points)
edited by

If you want to run AERMOD inside Mathlab then you will need to follow some steps to meet the requirements.

First you will need to copy the required AERMOD files into the installation folder of the Mathlab. The required files are:

  1. executable file: aermod.exe
  2. input runstream file: aermod.inp
  3. meteorological surface file: aermet2.sfc
  4. meteorological profile data: aermet2.pfl

Then, type the code you want to use in the M-file editor and make sure that if you use additional files like Excel for example, to place them in the same installation folder then use the AERMOD from a Windows command prompt (Start > Run > CMD) to execute the code.

commented by (100 points)
Thank you very much Andrew.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...