Skip to content

Are we ever not DOING_GEOS5? #316

@mathomp4

Description

@mathomp4

In his MAPL3 work, @tclune noticed that GOCART has:

set (DOING_GEOS5 YES)

The only place in GEOS I see anything caring about this is in Chem_Shared:

if (DOING_GEOS5)
list (APPEND srcs mod_diag.F90 diaglist.F90)
list (APPEND srcs Chem_UtilMod.F90 Chem_StateMod.F90)
else ()
list (APPEND srcs Chem_UtilMod.F90)
list (APPEND srcs Chem_UtilMod_geos4.F90)
endif ()

So, I guess @mmanyin, do you know if we ever care about the "NO" path? If so, we could clean up both CMakeLists. I'm not sure if some other chemistry uses the "geos4" file, say.

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions