jbuzan@purdue_edu
Member
Hello,
I am attempting to get Wet-Bulb and Wet-Bulb specific humidity as output variables from CESM1 and CAM4/5. I have added the variable names (see below) to the cam_diagnostics.F90 and history_scam.F90 and placed them into the SourceMods directory. After running the simulation, the variables show up in the ncdump -h, but they are empty (fill value 0).
I have found calculations for wet-bulb in 3 files: cldwat.F90 cldwat2m_macro.F90 uwshcu.F90 .
and I have found 4 variables within those files called wet-bulb and wet-bulb specific humidity.
real(r8) tw0_in(mix,mkx) ! Wet bulb temperature [ K ]
real(r8) qw0_in(mix,mkx) ! Wet-bulb specific humidity [ kg/kg ]
real(r8) Twb_aw(pcols,pver) ! Wet-bulb temperature [K]
real(r8) qvwb_aw(pcols,pver) ! Wet-bulb water vapor specific humidity [kg/kg]
I am not sure how to proceed from here. Any leads?
-Jonathan Buzan
PhD Student, Earth and Atmospheric Sciences
Purdue University
jbuzan@purdue.edu
I am attempting to get Wet-Bulb and Wet-Bulb specific humidity as output variables from CESM1 and CAM4/5. I have added the variable names (see below) to the cam_diagnostics.F90 and history_scam.F90 and placed them into the SourceMods directory. After running the simulation, the variables show up in the ncdump -h, but they are empty (fill value 0).
I have found calculations for wet-bulb in 3 files: cldwat.F90 cldwat2m_macro.F90 uwshcu.F90 .
and I have found 4 variables within those files called wet-bulb and wet-bulb specific humidity.
real(r8) tw0_in(mix,mkx) ! Wet bulb temperature [ K ]
real(r8) qw0_in(mix,mkx) ! Wet-bulb specific humidity [ kg/kg ]
real(r8) Twb_aw(pcols,pver) ! Wet-bulb temperature [K]
real(r8) qvwb_aw(pcols,pver) ! Wet-bulb water vapor specific humidity [kg/kg]
I am not sure how to proceed from here. Any leads?
-Jonathan Buzan
PhD Student, Earth and Atmospheric Sciences
Purdue University
jbuzan@purdue.edu