nLats = 1001 ;
nLons = 1001 ;
nVertLevels = 37 ;
nVertLevelsP1 = 38 ;
I would like to know what are the pressure levels which file should I refer to, is it history or diagnostic. As I converted using MPAS _converter only lat lon information are thereThe output of your ncdump command shows that :
Code:nLats = 1001 ; nLons = 1001 ; nVertLevels = 37 ; nVertLevelsP1 = 38 ;
This indicates that you have 1001 x 1001 horizontal grids and you have 37 vertical levels for mass variables and the number of your full model levels is 38.
You don't need to specify vertical levels in the target domain, because cover_mpas only conducts horizontal interpolation.