Hi everyone,
I’m working to initialize an MPAS run using initial conditions from the full ERA5 reanalysis dataset. Since my simulations target much higher altitudes (>100 mb), I’m using the 137 model levels rather than the standard 37 pressure levels to achieve higher resolution in these upper layers.
I noticed a Vtable.ECMWF_sigma file in the Variable_Tables directory, but it seems outdated and causes the following error:
I also tried Vtable.ECMWF, but that didn’t work since it’s configured for pressure levels.
Does anyone have suggestions for creating WPS intermediate files from this dataset or a Vtable compatible with these model levels? Any tips would be greatly appreciated!
I’m working to initialize an MPAS run using initial conditions from the full ERA5 reanalysis dataset. Since my simulations target much higher altitudes (>100 mb), I’m using the 137 model levels rather than the standard 37 pressure levels to achieve higher resolution in these upper layers.
I noticed a Vtable.ECMWF_sigma file in the Variable_Tables directory, but it seems outdated and causes the following error:
Code:
ERROR: Vtable does not contain Grib2 decoding information. 11 or 12 columns of information is expected. *** stopping parse_table ***
I also tried Vtable.ECMWF, but that didn’t work since it’s configured for pressure levels.
Does anyone have suggestions for creating WPS intermediate files from this dataset or a Vtable compatible with these model levels? Any tips would be greatly appreciated!