Skip to content

Commit 9517df7

Browse files
update cmake source list for future day of pio being used by
other standalone ww3 systems. It doesn't completely work yet though
1 parent 40fa6b4 commit 9517df7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

model/src/cmake/src_list.cmake

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,17 @@ set(ftn_src
6060

6161
set(pio_src
6262
wav_history_mod.F90
63+
wav_pio_mod.F90
64+
wav_restart_mod.F90
65+
wav_shr_mod.F90
66+
wav_kind_mod.F90
67+
wav_import_export.F90
6368
)
6469

6570
set(nuopc_mesh_cap_src
66-
wav_kind_mod.F90
67-
wav_shr_mod.F90
6871
wav_shel_inp.F90
6972
wav_comp_nuopc.F90
70-
wav_import_export.F90
7173
wav_wrapper_mod.F90
72-
wav_pio_mod.F90
73-
wav_restart_mod.F90
7474
)
7575

7676
set(esmf_multi_cap_src

0 commit comments

Comments
 (0)