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 Jan 9, 2025
1 parent b410cf1 commit f390802
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 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 Expand Up @@ -2219,6 +2221,7 @@ SUBROUTINE accumGCsubdd
IF ( RC /= GC_SUCCESS ) CALL STOP_MODEL( "CONVERT_SPC_UNITS", 255 )

! 2-D diagnostics
! FIXME: JGW
call find_groups('taijh',grpids,ngroups)
do igrp=1,ngroups
subdd => subdd_groups(grpids(igrp))
Expand Down

0 comments on commit f390802

Please sign in to comment.