Skip to content

Commit

Permalink
Merge PR #197 (branch 'hplin/change_cpp_hemco_cesm' of https://github…
Browse files Browse the repository at this point in the history
  • Loading branch information
msulprizio committed Apr 4, 2023
2 parents a4f8517 + ff7bf67 commit 1cc25af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Core/hco_types_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ MODULE HCO_TYPES_MOD
INTEGER :: HcoID ! HEMCO species ID
INTEGER :: ModID ! Model species ID
CHARACTER(LEN= 31) :: SpcName ! species names
#ifdef HEMCO_CESM
#ifdef MODEL_CESM
INTEGER :: DimMax ! Maximum dimensions supported: 2 (2-D), 3 (3-D)
! HEMCO_CESM only, as 3-D emissions must be listed
! CESM model only, as 3-D emissions must be listed
! in extfrc_list to be supported by CESM/CAM.
#endif
END TYPE ModSpc
Expand Down
2 changes: 1 addition & 1 deletion src/Core/hcoio_read_std_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1354,7 +1354,7 @@ SUBROUTINE HCOIO_Read( HcoState, Lct, RC )

! Note: This seems to be a soft restriction - removing this
! does not conflict with MESSy regridding. Need to check (hplin, 5/30/20)
! This has to be used for WRF-GC and HEMCO_CESM so ifdefd out
! This has to be used for WRF-GC and CESM so ifdefd out
#endif

#if defined( MODEL_WRF ) || defined( MODEL_CESM )
Expand Down

0 comments on commit 1cc25af

Please sign in to comment.