Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

Question about running 20th Century Reanalysis V3 data

Zachary Esch

New member
Hello, I've been having issues with trying to get 20CRV3 input data to run in WRF v4.7.1. Since 20th century reanalysis V3 is missing specific humidity data for levels above 100 mb I'm using 1000-100 mb pressure levels. Yet when running real.exe I keep getting this error and I can't figure out what is causing it. I attached my namelist file.
*** -> Check your wrfinput_d01 file, you might have input pressure levels too close together (********* Pa and ********* Pa) at ( 38, 103) for variable type Z
*** -> Check your wrfinput_d01 file, you might have input pressure levels too close together (********* Pa and ********* Pa) at ( 39, 103) for variable type Z
*** -> Check your wrfinput_d01 file, you might have input pressure levels too close together (********* Pa and ********* Pa) at ( 40, 103) for variable type Z
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 6321
troubles, could not find trapping x locations
-------------------------------------------
i,j = 40 103
target pressure and value = 59.0746689 -4.83910707E+26
column of pressure and value = 59.0799675 39957.9453
column of pressure and value = 59.0799675 40177.0977
column of pressure and value = 59.0799675 40401.1992
column of pressure and value = 59.0799675 40630.3242
column of pressure and value = 59.0871162 6.36811194E+26
column of pressure and value = 59.0871162 3.29212637E+27
column of pressure and value = 59.0871162 6.10528790E+27
column of pressure and value = 59.0871162 9.09714672E+27
column of pressure and value = 59.0912895 1.06955698E+28
column of pressure and value = 59.0912895 1.06955698E+28
column of pressure and value = 59.0912895 1.06955698E+28
column of pressure and value = 59.0912895 1.06955698E+28
column of pressure and value = 59.0799675 0.00000000
column of pressure and value = NaN -1.38638918E+30
column of pressure and value = NaN -4.47504655E+30
column of pressure and value = NaN -6.19864746E+30
column of pressure and value = NaN -6.19247105E+30
column of pressure and value = 5.70378256 -6.18890593E+30
column of pressure and value = 5.52146101 -6.18890593E+30
column of pressure and value = 5.29831743 -6.18890593E+30
column of pressure and value = 5.01063538 -6.18890593E+30
column of pressure and value = 4.60517025 -6.18890593E+30
 

Attachments

  • namelist.input
    4.3 KB · Views: 2
In this case, I am suspicous that your input data is either not correct or sufficient. Please check whether all the variables below are included in your intermediate files:

Field name in intermediate file
Units
Description
Notes
TTK3-d air temperature
RH%3-d relative humidityNot needed if SPECHUMD is available
SPECHUMDkg kg-13-d specific humidityNot needed if RH is available
UUm s-13-d wind u-component
VVm s-13-d wind v-component
GHTm3-d geopotential height
PRESSUREPa3-d pressureOnly needed for non-isobaric datasets
PSFCPaSurface pressure
PMSLPaMean sea-level pressure
SKINTEMPKSkin temperature
SOILHGTmSoil height
TTK2-meter air temperature
RH%2-meter relative humidityNot needed if SPECHUMD is available
SPECHUMDkg kg-12-meter specific humidityNot needed if RH is available
UUm s-12-meter wind u-component
VVm s-12-meter wind v-component
LANDSEAfractionLand-sea mask (0=water, 1=land)
SMtttbbbm3 m-3Soil moisture'ttt' is the layer top depth in cm, and 'bbb' is the layer bottom depth in cm
STtttbbbKSoil temperature
SOILMmmmkg m-3Soil moisture'mmm' is the level depth in cm, not needed if SMtttbbb available
SOILTmmmKSoil temperature
 
In this case, I am suspicous that your input data is either not correct or sufficient. Please check whether all the variables below are included in your intermediate files:

Field name in intermediate file
Units
Description
Notes
TTK3-d air temperature
RH%3-d relative humidityNot needed if SPECHUMD is available
SPECHUMDkg kg-13-d specific humidityNot needed if RH is available
UUm s-13-d wind u-component
VVm s-13-d wind v-component
GHTm3-d geopotential height
PRESSUREPa3-d pressureOnly needed for non-isobaric datasets
PSFCPaSurface pressure
PMSLPaMean sea-level pressure
SKINTEMPKSkin temperature
SOILHGTmSoil height
TTK2-meter air temperature
RH%2-meter relative humidityNot needed if SPECHUMD is available
SPECHUMDkg kg-12-meter specific humidityNot needed if RH is available
UUm s-12-meter wind u-component
VVm s-12-meter wind v-component
LANDSEAfractionLand-sea mask (0=water, 1=land)
SMtttbbbm3 m-3Soil moisture'ttt' is the layer top depth in cm, and 'bbb' is the layer bottom depth in cm
STtttbbbKSoil temperature
SOILMmmmkg m-3Soil moisture'mmm' is the level depth in cm, not needed if SMtttbbb available
SOILTmmmKSoil temperature
Hi, I figured it out the error and managed to fix it. It was the way I was creating the WRF intermediate files that was the issue.
 
Thank you for the update. Would you please clarify what issue you had previously? I suppose such kind of information will be helpful for other users who may also want to use 20CRV3 as input to WRF. Thanks in advance.
 
Top