woelfle@atmos_washington_edu
New Member
I am trying to look at convection in CESM1.1.1. I am using CAM5.
The variable CMFMC is listed as the "Moist shallow convection mass flux" in the history files table. However, it appears to be the sum of the deep and shallow convective mass fluxes as per lines 623-627 and 675 of convect_shallow.F90:
623 ! ----------------------------------------------------------------------- !
624 ! Combine cumulus updraft mass flux : 'cmfmc2'(shallow) + 'cmfmc'(deep) !
625 ! ----------------------------------------------------------------------- !
626
627 cmfmc(:ncol,:pver) = cmfmc(:ncol,:pver) + cmfmc2(:ncol,:pver)
675 call outfld( 'CMFMC' , cmfmc , pcols , lchnk )
Am I reading the code correctly that CMFMC is deep + shallow mass flux, or is CMFMC truly the mass flux due solely to shallow convection as stated in the history files list? Does this same consideration apply to convective tendency terms such as CMFDT/ZMDT and CMFDQ/ZMDQ?
The variable CMFMC is listed as the "Moist shallow convection mass flux" in the history files table. However, it appears to be the sum of the deep and shallow convective mass fluxes as per lines 623-627 and 675 of convect_shallow.F90:
623 ! ----------------------------------------------------------------------- !
624 ! Combine cumulus updraft mass flux : 'cmfmc2'(shallow) + 'cmfmc'(deep) !
625 ! ----------------------------------------------------------------------- !
626
627 cmfmc(:ncol,:pver) = cmfmc(:ncol,:pver) + cmfmc2(:ncol,:pver)
675 call outfld( 'CMFMC' , cmfmc , pcols , lchnk )
Am I reading the code correctly that CMFMC is deep + shallow mass flux, or is CMFMC truly the mass flux due solely to shallow convection as stated in the history files list? Does this same consideration apply to convective tendency terms such as CMFDT/ZMDT and CMFDQ/ZMDQ?