-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5.2 beta branch #7
Comments
config.cmaq has a path for /bin/uname that doesn't work on my mac. Can we remove the path and just use uname? Made an additional change as the uname -i command didn't work on my mac.
|
Did you check if the uname change had any impact on Linux systems? These scripts are primarily for supporting CMAQ on Linux. The -i flag is a key flag that is used to build the string for naming the executable (tells us whether the system is 32 or 64 bit). Did you replace with uname -m? |
|
Note, currently there are two files that are pulled down from the EPA github repository that are in a weird state. "Changes not staged for commit"
modified: UTIL/create_ebi/src_RXNSU/junit.F
modified: UTIL/inline_phot_preproc/src/CSQY_DATA.F
Commands used are listed below:
git clone -b 5.2Beta https://github.com/USEPA/CMAQ
ls
cd CMAQ
ls
git status
The text was updated successfully, but these errors were encountered: