Skip to content

Commit

Permalink
Add new modules to landice.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhoffman committed Jan 16, 2024
1 parent 2a5e068 commit 9af3b1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/mpas-albany-landice/src/landice.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ list(APPEND RAW_SOURCES
core_landice/shared/mpas_li_constants.F
core_landice/shared/mpas_li_mask.F
core_landice/shared/mpas_li_setup.F
core_landice/shared/mpas_li_mesh.F
core_landice/shared/mpas_li_config.F
)

# analysis members
Expand All @@ -60,6 +62,8 @@ list(APPEND RAW_SOURCES
core_landice/mode_forward/mpas_li_time_integration_fe_rk.F
core_landice/mode_forward/mpas_li_diagnostic_vars.F
core_landice/mode_forward/mpas_li_advection.F
core_landice/mode_forward/mpas_li_advection_fct_shared.F
core_landice/mode_forward/mpas_li_advection_fct.F
core_landice/mode_forward/mpas_li_calving.F
core_landice/mode_forward/mpas_li_statistics.F
core_landice/mode_forward/mpas_li_velocity.F
Expand Down

0 comments on commit 9af3b1e

Please sign in to comment.