Skip to content

Commit

Permalink
work around compile-time error in iHAMOCC when debug mode is activated
Browse files Browse the repository at this point in the history
  • Loading branch information
JorgSchwinger committed Jun 14, 2023
1 parent 7be980d commit 6a9b3a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hamocc/mo_param1_bgc.F90
Original file line number Diff line number Diff line change
Expand Up @@ -259,10 +259,10 @@ subroutine init_por2octra_mapping()
map_por2octra(ipown2) = igasnit
map_por2octra(ipowno3) = iano3
map_por2octra(ipowasi) = isilica
! if statements for non-base tracers
if(ipowc13 > 0) map_por2octra(ipowc13) = isco213
if(ipowc14 > 0) map_por2octra(ipowc14) = isco214
#ifdef cisonew
map_por2octra(ipowc13) = isco213
map_por2octra(ipowc14) = isco214
#endif

end subroutine init_por2octra_mapping

Expand Down

0 comments on commit 6a9b3a7

Please sign in to comment.