|
1 | 1 | Frequently Asked Questions for MCIP
|
2 | 2 |
|
| 3 | +MCIP Version 5.5 (19 September 2024) |
| 4 | + |
| 5 | +What are the changes in this release? |
| 6 | + |
| 7 | + There are only three changes in this release. |
| 8 | + |
| 9 | + 1. MCIP calculates XORIG and YORIG (projection parameters used by the CMAQ |
| 10 | + system) from the projection information used by WRF. Because the math |
| 11 | + calculations can get messy with real and double-precision trigonometry, |
| 12 | + the solutions are inexact. Prior versions of MCIP used a constraint to |
| 13 | + round the XORIG and YORIG to multiples of 500 meters. This constraint was |
| 14 | + introduced several years ago, when most groups were using horizontal grid |
| 15 | + spacings that were evenly divisible by 1 kilometer. |
| 16 | + |
| 17 | + This release changes the constraint on XORIG and YORIG to now be in |
| 18 | + multiples of 5 meters (rather than 500 meters). This change allows domains |
| 19 | + with horizontal grid spacings like 1.333 km and 4.25 km to be handled |
| 20 | + correctly. In addition, there is consistency in XORIG and YORIG values |
| 21 | + across compilers and optimizations. |
| 22 | + |
| 23 | + 2. The WRF physics option tokens were updated for the MCIP metadata to |
| 24 | + reflect new physics introduced between WRFv4.1 and WRFv4.6. |
| 25 | + |
| 26 | + 3. The routine that reads WRF data was updated to remove a redundant |
| 27 | + NF90_OPEN/NF90_CLOSE couplet that slightly slowed the MCIP processing. |
| 28 | + |
| 29 | + |
| 30 | +Is there an MCIPv5.4.1? |
| 31 | + |
| 32 | + No. There were no updates to MCIP in the release of CMAQv5.4.1. MCIP was |
| 33 | + not updated and remained at MCIPv5.4 for both CMAQv5.4 and CMAQv5.4.1. |
| 34 | + |
| 35 | + |
| 36 | +Do I need to update from MCIPv5.3.3 or MCIPv5.4 to work with CMAQv5.5? |
| 37 | + |
| 38 | + Not necessarily. If you are starting new runs with CMAQv5.5, and if you do |
| 39 | + not have MCIP files, then it is recommended that you use MCIPv5.5. However, |
| 40 | + if you have MCIP files processed already *AND* if you are *not* using a |
| 41 | + horizontal grid spacing that is not a multiple of 1 km (e.g., 1.333 km or |
| 42 | + 4.25 km), then you can probably use your older MCIP files. |
| 43 | + |
| 44 | + |
| 45 | +I already pointed out something that needs to be corrected in MCIP, but I |
| 46 | +do not see the update here. What is going on? |
| 47 | + |
| 48 | + There are a few corrections to MCIP that did not get incorporated into this |
| 49 | + release due to timelines and competing priorities. They are in the queue for |
| 50 | + the next release. Thank you for your patience. |
| 51 | + |
| 52 | + |
| 53 | +MCIP crashed, and I don't understand my error. What should I do? |
| 54 | + |
| 55 | + Clean up the directory with your MCIP executable and compiled object (.o) |
| 56 | + files by using "make clean". Then recompile with the debug options turned |
| 57 | + on, ensuring that you have the "traceback" or equivalent directive for |
| 58 | + your compiler. Then rerun, and you should have a more meaningful error |
| 59 | + message that may point you to the subroutine and specific line of code |
| 60 | + that is causing your error. |
| 61 | + |
| 62 | + |
| 63 | +I think there is a bug in MCIP. How can I report it? |
| 64 | + |
| 65 | + You can use the CMAS Center Forum to report bugs, get help from the |
| 66 | + community, and communicate with developers. You can use the "MCIP" |
| 67 | + category (upper-left corner on the Forum) for issues that are strictly |
| 68 | + related to MCIP. Before opening a new thread on the Forum, please search |
| 69 | + the Forum to see if the issue has already been raised and addressed. If |
| 70 | + not, please open a new thread rather than amending an existing thread. |
| 71 | + https://forum.cmascenter.org |
| 72 | + |
| 73 | + |
| 74 | +Where can I get more information on the CMAQ system? |
| 75 | + |
| 76 | + Please visit https://www.epa.gov/cmaq |
| 77 | + |
| 78 | + |
| 79 | +Where can I get training on how to use the CMAQ system? |
| 80 | + |
| 81 | + The CMAS Center provides periodic training on the use and utility of the |
| 82 | + CMAQ system. Please visit https://www.cmascenter.org |
| 83 | + |
| 84 | + |
| 85 | +Do you take user suggestions? |
| 86 | + |
| 87 | + Yes! Please submit them via the CMAS Center Forum |
| 88 | + https://forum.cmascenter.org |
| 89 | + |
| 90 | +-------------------------------------------------------------------------------- |
| 91 | +-------------------------------------------------------------------------------- |
| 92 | + |
3 | 93 | MCIP Version 5.4 (12 September 2022)
|
4 | 94 |
|
5 | 95 | What are the changes in this release?
|
6 | 96 |
|
7 |
| - None. MCIPv5.4 has not been updated since the previous release (v5.3.3). Note |
8 |
| - that, beginning with version 5.3.3, the versioning of MCIP is aligned with the |
9 |
| - numbering used for CMAQ. Therefore, the MCIP version numbering is updated with |
10 |
| - the release of CMAQv5.4. |
| 97 | + None. MCIPv5.4 has not been updated since the previous release (v5.3.3). Note |
| 98 | + that, beginning with version v5.3.3, the versioning of MCIP is aligned with |
| 99 | + the numbering used for CMAQ. Therefore, the MCIP version numbering is |
| 100 | + updated with the release of CMAQv5.4. |
11 | 101 |
|
12 | 102 | --------------------------------------------------------------------------------
|
13 | 103 | --------------------------------------------------------------------------------
|
|
0 commit comments