Skip to content

Commit

Permalink
Merge pull request #521 from EPIC-model/data-coarsening
Browse files Browse the repository at this point in the history
Add data coarsening post-processing tool
  • Loading branch information
matt-frey authored Sep 15, 2023
2 parents 61b3e62 + c140d9b commit 054c6e7
Show file tree
Hide file tree
Showing 2 changed files with 428 additions and 1 deletion.
8 changes: 7 additions & 1 deletion analyse/3d/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ AM_FCFLAGS = \

analysedir = $(prefix)/bin

analyse_PROGRAMS = genspec3d
analyse_PROGRAMS = genspec3d coarsen

genspec3d_SOURCES = genspec3d.f90

Expand All @@ -15,5 +15,11 @@ genspec3d_LDADD = \
$(top_builddir)/src/fft/libepic_fft.la \
$(top_builddir)/src/netcdf/libepic_netcdf.la

coarsen_SOURCES = coarsen.f90

coarsen_LDADD = \
$(top_builddir)/src/utils/libepic_utils.la \
$(top_builddir)/src/netcdf/libepic_netcdf.la

clean-local:
rm -f *.mod
Loading

0 comments on commit 054c6e7

Please sign in to comment.