CAM
CAM copied to clipboard
Community Atmosphere Model
### What happened? `tphysbc_cmfmc` (`atmosphere_convective_mass_flux_due_to_all_convection`) is incorrectly written with `lev` as the vertical dimension instead of `ilev`. It is defined at module level with interface dimension: https://github.com/ESCOMP/CAM/blob/e73a79b0d3be075915502afc25348f6af6611153/src/physics/cam/physpkg.F90#L2137 The `addfld` call...
### What is the feature/what would you like to discuss? I hope to make an initial implementation of options for ZM deep convection that will enable convection to reach to...
### What is the feature/what would you like to discuss? Part of #1225 This is the accompanying issue for the first-stage cleanup PR for CCPPizing rk_stratiform_tend (CAM4). This will only...
Should the VR grids continue to use the POP t12 land/ocean mask or be updated to the MOM t232 mask?
### What is the feature/what would you like to discuss? All of the testing for the VR grids in CAM has them using the POP t12 land/ocean mask. The only...
### Issue Type Infrastructure Update ### Issue Description I will be working to add CCPP interfaces to CLUBB and move the parameterization into the atmospheric_physics repository. The main issue tracking...
### Issue Type Other (please describe below) ### Issue Description Suggested changes to NEU wet deposition scheme (`mo_neu_wetdep.F90`) from @cbardeen 1) Modified wetdep code to improve comments, create a more...
### What is the feature/what would you like to discuss? The ne30pg3_ne30pg3_mg17 topo file has this variable added to it. Other resolutions need to have this variable added to them....
### What happened? Snapshot writing of integer type (`dtype_i4`) pbuf fields are incorrect. `cam_snapshot_common.F90::cam_pbuf_snapshot_all_outfld` reads all pbuf fields into a `real(r8)` array but if the data is in `dtype_i4` the...
### What is the feature/what would you like to discuss? The mpasa grids are all setup in ccs_config to use POP land/ocean masks. To be consistent with the coupled model...
### What is the feature/what would you like to discuss? In CTSM we currently do NOT support the C48 grid, so I was surprised to see this grid in the...