Bas Cammeraat
New member
Good afternoon,
Recently I switched from WRFV/WPS version 3.9.1 to 4.2. I found out that with the same initial data (latest GFS forecast data with 42 vertical levels) in WPS3.9.1 the amount of vertical levels also is 42 in met_em files, but when I execute the metgrid.exe with the newer WPS4.2 version the amount of vertical levels apparently is reduced to 34 levels. Is this just something that cannot be adjusted or is this adjustable?
I tried both
For example, the following namelist.wps commands would increase the number of vertical levels in metgrid to 34:
&mod_levs
keep = 1,42
end
and
For example, the following command would increase the number of vertical levels in metgrid to 34:
./metgrid.exe -v 42
But still the the amount of Vertical levels remains the same. Does anyone know how to adjust it? Many thanks in advance!
Bas
Recently I switched from WRFV/WPS version 3.9.1 to 4.2. I found out that with the same initial data (latest GFS forecast data with 42 vertical levels) in WPS3.9.1 the amount of vertical levels also is 42 in met_em files, but when I execute the metgrid.exe with the newer WPS4.2 version the amount of vertical levels apparently is reduced to 34 levels. Is this just something that cannot be adjusted or is this adjustable?
I tried both
- Use the &mod_levs command in the namelist.wps file.
For example, the following namelist.wps commands would increase the number of vertical levels in metgrid to 34:
&mod_levs
keep = 1,42
end
and
- Use the -v option on the metgrid command line.
For example, the following command would increase the number of vertical levels in metgrid to 34:
./metgrid.exe -v 42
But still the the amount of Vertical levels remains the same. Does anyone know how to adjust it? Many thanks in advance!
Bas