Skip to content

Commit

Permalink
Update to CPU_Subdomain_ID and CPU_Subdomain_FirstID
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmielin authored and lizziel committed Jul 16, 2024
1 parent 0fed00d commit 6512c83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chemistry/geoschem/chemistry.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1224,8 +1224,8 @@ subroutine chem_init(phys_state, pbuf2d)
ENDIF

! Set grid metadata. This has to be after State_Grid is initialized.
State_Grid(I)%ID = I
State_Grid(I)%ROOT_ID = BEGCHUNK
State_Grid(I)%CPU_Subdomain_ID = I
State_Grid(I)%CPU_Subdomain_FirstID = BEGCHUNK

State_Grid(I)%NX = nX
State_Grid(I)%NY = NCOL(I)
Expand Down

0 comments on commit 6512c83

Please sign in to comment.