From 56613b6c29290432efaa79b5d0ae6c4ad47cb436 Mon Sep 17 00:00:00 2001 From: Carolyn Begeman Date: Fri, 21 Jan 2022 14:34:26 -0600 Subject: [PATCH] Add F90 that includes f90 for e3sm --- src/ppr_1d.F90 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/ppr_1d.F90 diff --git a/src/ppr_1d.F90 b/src/ppr_1d.F90 new file mode 100644 index 0000000..4eed6a5 --- /dev/null +++ b/src/ppr_1d.F90 @@ -0,0 +1,3 @@ +!-- an alternative to building with the -cpp compile flag + +# include "ppr_1d.f90"