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

cldfrac_tot_UPP is zero at the first time step

maxhbalsmeier

New member
Hi,
I am using a regional MPAS domain with 3 km resolution for NWP. I am using the variable cldfrac_tot_UPP to obtain the total cloud cover in percent.
However, I noticed that this variable is zero at all grid points at the very first time step.
Before I go into more details about how to reproduce this issue, I would like to ask: is this expected behaviour?
 
Yes this is an expected behavior. cldfrac_tot_UPP is a diagnostic variable that is calculated based on cldfrc. At the initial time, both are set to zero.
 
Thank you for your reply. I noticed the same is the case with the CLDFRA variable in WRF.
This seems like a small imperfection since in the real-world, clouds are clearly present at the first time step. I imagine that it would be possible to call the diagnostics once before writing the first output.
Do you think this would be a useful code modification?
 
I agree that clouds may exist at the initial time of model run. MPAS doesn't calculate cldfra in the first time step because it is based on other physical variables like qc,qi, rh etc. Some of these variables are not available at the beginning of model run. For this reason, I don't think it is practical to diagnose cldfra at the initial time.
 
Top