Skip to content

Commit

Permalink
FIXME notes for starters
Browse files Browse the repository at this point in the history
  • Loading branch information
jwallwork23 committed Dec 20, 2024
1 parent 65c09cd commit 45ef21f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions model/CHEM_DRV.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2154,6 +2154,7 @@ SUBROUTINE accumGCsubdd
integer :: previous_units

! ! 3-D diagnostics of advected tracers on model levels
! ! FIXME:? JGW
! call find_groups('taijlh',grpids,ngroups)
! do igrp=1,ngroups
! subdd => subdd_groups(grpids(igrp))
Expand Down Expand Up @@ -2185,6 +2186,7 @@ SUBROUTINE accumGCsubdd
IF ( RC /= GC_SUCCESS ) CALL STOP_MODEL( "CONVERT_SPC_UNITS", 255 )

! 3-D diagnostics of all tracers (advected and non-advected) on model levels
! FIXME: JGW
call find_groups('taijlh',grpids,ngroups)
do igrp=1,ngroups
subdd => subdd_groups(grpids(igrp))
Expand Down

0 comments on commit 45ef21f

Please sign in to comment.