The HEMCO interface in hemco_interface.F90 contains private IRF subroutines that use prefix HCO_GC_. However, this can cause confusion with the HEMCO interface within GEOS-Chem which uses the same prefix convection. I believe the _GC_ in the HEMCO interface for CAM is short for gridded component. _GC_ in GEOS-Chem means GEOS-Chem. I suggest we rename these subroutines in the CAM interface to avoid confusion with GEOS-Chem.
The HEMCO interface in
hemco_interface.F90contains private IRF subroutines that use prefixHCO_GC_. However, this can cause confusion with the HEMCO interface within GEOS-Chem which uses the same prefix convection. I believe the_GC_in the HEMCO interface for CAM is short for gridded component._GC_in GEOS-Chem means GEOS-Chem. I suggest we rename these subroutines in the CAM interface to avoid confusion with GEOS-Chem.