marencibia
New member
Hi,
I am trying to initialize global MPAS from 0.25d real time GFS data and use the same vertical levels in the model. Using the default config_extrap_airtemp = lapse-rate in my namelist, I get this error which seems to indicate it can't interpolate temperature at the model top:
ERROR: extrap_type == 2 not implemented for target_z >= zf(1,nz)
ERROR: *****************************************************************
ERROR: Error in interpolation of t(k,iCell) for k= 127, iCell= 1
CRITICAL ERROR: *****************************************************************
For the levels I am using a table for config_specified_zeta_levels pulled from here (column Z(h)): https://www.emc.ncep.noaa.gov/gmb/wx24fy/misc/GFS127_profile/hyblev_gfsC128.txt
I can however successfully generate static fields with config_extrap_airtemp set to the other available options linear and constant, but would like to be able to run the default.
Any advice is greatly appreciated, thanks.
I am trying to initialize global MPAS from 0.25d real time GFS data and use the same vertical levels in the model. Using the default config_extrap_airtemp = lapse-rate in my namelist, I get this error which seems to indicate it can't interpolate temperature at the model top:
ERROR: extrap_type == 2 not implemented for target_z >= zf(1,nz)
ERROR: *****************************************************************
ERROR: Error in interpolation of t(k,iCell) for k= 127, iCell= 1
CRITICAL ERROR: *****************************************************************
For the levels I am using a table for config_specified_zeta_levels pulled from here (column Z(h)): https://www.emc.ncep.noaa.gov/gmb/wx24fy/misc/GFS127_profile/hyblev_gfsC128.txt
I can however successfully generate static fields with config_extrap_airtemp set to the other available options linear and constant, but would like to be able to run the default.
Any advice is greatly appreciated, thanks.