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.