From c893622c040f43042dc81edcc1fc3a29a862bc83 Mon Sep 17 00:00:00 2001 From: "Rusty.Benson" Date: Tue, 5 May 2020 10:46:39 -0400 Subject: [PATCH 1/2] fixed comment character in fv3gfs/make.rules --- fv3gfs/make.rules | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/fv3gfs/make.rules b/fv3gfs/make.rules index 170a8eee4b..3e812d110e 100644 --- a/fv3gfs/make.rules +++ b/fv3gfs/make.rules @@ -1,21 +1,21 @@ -/*********************************************************************** - * GNU Lesser General Public License - * - * This file is part of the GFDL Flexible Modeling System (FMS). - * - * FMS is free software: you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 3 of the License, or (at - * your option) any later version. - * - * FMS is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with FMS. If not, see . - **********************************************************************/ +#*********************************************************************** +#* GNU Lesser General Public License +#* +#* This file is part of the GFDL Flexible Modeling System (FMS). +#* +#* FMS is free software: you can redistribute it and/or modify it under +#* the terms of the GNU Lesser General Public License as published by +#* the Free Software Foundation, either version 3 of the License, or (at +#* your option) any later version. +#* +#* FMS is distributed in the hope that it will be useful, but WITHOUT +#* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +#* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +#* for more details. +#* +#* You should have received a copy of the GNU Lesser General Public +#* License along with FMS. If not, see . +#********************************************************************** .SUFFIXES: .SUFFIXES: .F90 .f90 .F .f .o .c From 805a298123a9a0bb2915bce762aa6fbeea13be8f Mon Sep 17 00:00:00 2001 From: "Rusty.Benson" Date: Tue, 5 May 2020 11:05:36 -0400 Subject: [PATCH 2/2] updated include list in fv3gfs/makefile --- fv3gfs/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fv3gfs/makefile b/fv3gfs/makefile index 1466394634..2e28b1b255 100644 --- a/fv3gfs/makefile +++ b/fv3gfs/makefile @@ -25,7 +25,7 @@ include ../../NEMS/src/conf/configure.nems LIBRARY = libfms.a FMS_INSTALL=$(realpath $(PWD)/..)/FMS_INSTALL -FFLAGS += -I../include -I../mpp/include -I../fms +FFLAGS += -I../include -I../mpp/include -I../fms -I../fms2_io/include SRCS_f =