CAM
CAM copied to clipboard
Community Atmosphere Model
### What is the feature/what would you like to discuss? Continued development of gravity wave source schemes, including "moving mountains", combined CLUBB-ZM heating as convective source, residual isotropic source for...
This fixes an error in the calculation of dz in the aerosol convective removal code.
Enthalpy flux terms are already being computed in the new coupler code used with MOM6. The corresponding terms need to be added in CAM. For details see Reconciling and improving...
### What happened? Adding initial state perturbations is not implemented when reading initial values via ncdata. ### What are the steps to reproduce the bug? Specify an initial values dataset...
### What is the feature/what would you like to discuss? Generalize aerosol wet removal processes using the abstract aerosol interfaces framework which can be extended to other aerosol representations, such...
This PR addresses issues that were seen when using ncdata with longitudes in the $[-\pi, \pi]$ range in cases with full physics. This would cause the atmosphere to become unphysical...
### What happened? When I run a configuration with deep_scheme='off' and use_gw_convect_dp=.true., it errors out as gw_drag.F90 is doing a pbuf_get_index for a ZM pbuf variable that doesn't exist. So...