You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the following inputs need to be provided (as an output from the ZM scheme):
scheme_name = "convect_deep"
net_liquid_and_lwe_ice_fluxes_through_top_and_bottom_of_atmosphere_column ("flx_cnd" in check_energy_chng) = prec_dp(:ncol) + rliq(:ncol)
net_lwe_ice_fluxes_through_top_and_bottom_of_atmosphere_column ("flx_ice" in check_energy_chng; I don't like how the above code is recycling snow_dp there simply for calling check_energy_cam_chng) = snow_dp(:ncol) + rice(:ncol)
I realized I have to make the same changes for the shallow convection. Here is how I added these fluxes for my scheme: jimmielin@8c9b103
It looks like snow_dp comes from zm_conv_evap, so that needs to be provided in the interstitial that renames general to deep. But in the case of ZM, rice has to be added on top of it. Maybe pass net_lwe_ice_fluxes_through_top_and_bottom_of_atmosphere_column into both the scheme that computes rice then add snow_dp on top of it in the interstitial.
The text was updated successfully, but these errors were encountered:
Branched out from #186 on discussion for
suite_cam7.xml
Copying @cacraigucar
@nusbaume originally wrote:
@jimmielin originally wrote:
The text was updated successfully, but these errors were encountered: