I’ve compiled the MPAS-CMAQ v7.0 model and trying to run the test case of date 20170101, and encountered an issue related to the VEGPARM.TBL
file. Since the Github repository for compatible DATA and TBL files for v7.0 is no longer available, I tried using the table from MPAS v8.2.2. However, it seems there are format differences between the two versions, and the v8.2.2 file is incompatible with v7.0, leading to a list-directed I/O syntax error during initialization.
Would it be possible for you to provide the compatible DATA and TBL files (especially VEGPARM.TBL
) for MPAS-CMAQ v7.0? It would greatly help me proceed with my work.
Best regards,
Qi
Hi Qi,
The correct TBL files should be downloaded when you make MPAS. I do get the following errors, but version 7 TBL files are successfully downloaded into src/core_atmosphere/physics/physics_wrf/files:
*** Trying git to obtain WRF physics tables ***
Cloning into ‘MPAS-Data’…
fatal: unable to connect to github.com:
github.com: errno=Connection timed out*** Failed to obtain WRF physics tables using git ***
/usr/bin/svn
*** Trying svn to obtain WRF physics tables ***
svn: E170013: Unable to connect to a repository at URL ‘https://github.com/MPAS-Dev/MPAS-Data.git/tags/v7.0’
svn: E160013: ‘/MPAS-Dev/MPAS-Data.git/tags/v7.0’ path not found
*** MPAS version-specific tag not found; trying the trunk ***
svn: E170013: Unable to connect to a repository at URL ‘https://github.com/MPAS-Dev/MPAS-Data.git/trunk’
svn: E160013: ‘/MPAS-Dev/MPAS-Data.git/trunk’ path not found
*** Failed to obtain WRF physics tables using svn ***
/usr/bin/curl
*** Trying curl to obtain WRF physics tables ***
*** Found v7.0 tar file ***
/usr/bin/tar
*** Successfully obtained compatible versions of WRF physics tables ***
The curl command is
curl -sf -o MPAS-Data.tar.gz https://codeload.github.com/${github_org}/MPAS-Data/tar.gz/v${branch}
from
src/core_atmosphere/physics/checkout_data_files.sh
For convenience, here is a tarball with the *.TBL files.