Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

Downdraft Mass Flux

I am trying to output the downdraft mass flux at the surface globally. In the tphysbc routine, after the call to the zm_convr subrourinte (Zhang-McFarlane (1996) convection parameterization), I have added the following line:

call outfld('DNMSSFLX',md2(:,pver) ,pcols ,lchnk )


Additionally, in the history.F90 module, I have added the following line to the h_default subroutine:

call add_default ('DNMSSFLX', 1, ' ')

and, in the history.F90..bldfld routine:

call addfld ('DNMSSFLX','kg/m2/s ',1,'A','Downdraft Mass Flux ',phys_decomp)

The output looks strange and I wanted to make sure that my output method is correct.

Thank you.
 
Top