Hi WRF Team. I am trying to extract T2MAX and T2MIN. I edited my namelist to add another line for io. I have a .txt file containing this,
When I checked the outputs, all of the variables are there except for t2max and t2min. I followed what was written in Registry,EM_COMMON
How do I resolve this one? I'm using WRFV3.9. Thanks!
Code:
+:h:21:u,v,w,u10,v10,p,t2max,t2min,sfcevp
When I checked the outputs, all of the variables are there except for t2max and t2min. I followed what was written in Registry,EM_COMMON
"# CLWRF-WRF4G
state real T2MIN ij misc 1 - rh3 "T2MIN" "MINIMUM TEMPERATURE AT 2M HEIGHT IN DIAGNOSTIC OUTPUT INTERVAL" "K"
state real T2MAX ij misc 1 - rh3 "T2MAX" "MAXIMUM TEMPERATURE AT 2M HEIGHT IN DIAGNOSTIC OUTPUT INTERVAL
How do I resolve this one? I'm using WRFV3.9. Thanks!