Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cice6 compile #71

Merged
merged 22 commits into from
Jul 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
95f9ac3
Merge pull request #1 from NOAA-EMC/develop
DeniseWorthen Oct 4, 2019
39b5e91
Merge pull request #2 from NOAA-EMC/develop
DeniseWorthen Nov 23, 2019
eb563f4
Merge pull request #5 from NOAA-EMC/develop
DeniseWorthen Jan 1, 2020
584c900
Merge pull request #8 from NOAA-EMC/develop
DeniseWorthen Jan 16, 2020
95a1a3b
Merge pull request #9 from NOAA-EMC/develop
DeniseWorthen Jan 24, 2020
afd7481
Merge pull request #11 from NOAA-EMC/develop
DeniseWorthen Jan 28, 2020
eec1e4b
Merge pull request #16 from NOAA-EMC/develop
DeniseWorthen Feb 27, 2020
dc17f0d
Merge pull request #17 from NOAA-EMC/develop
DeniseWorthen Apr 2, 2020
b40ef25
Merge pull request #18 from NOAA-EMC/develop
DeniseWorthen Apr 16, 2020
62c1037
Merge pull request #19 from NOAA-EMC/develop
DeniseWorthen Apr 17, 2020
6e6fb73
Merge pull request #21 from NOAA-EMC/develop
DeniseWorthen Apr 20, 2020
083982c
Merge pull request #24 from NOAA-EMC/develop
DeniseWorthen Apr 24, 2020
fb49539
Merge pull request #27 from NOAA-EMC/develop
DeniseWorthen Apr 27, 2020
25cc1d5
Merge pull request #29 from NOAA-EMC/develop
DeniseWorthen Apr 28, 2020
4262519
Merge pull request #30 from NOAA-EMC/develop
DeniseWorthen May 12, 2020
f4d1c71
Merge pull request #31 from NOAA-EMC/develop
DeniseWorthen May 23, 2020
f968c00
Merge remote-tracking branch 'upstream/develop' into develop
DeniseWorthen Jun 19, 2020
e1e6064
update cice6 component mk
DeniseWorthen Jun 25, 2020
335de21
update path for forapps/ufs
DeniseWorthen Jul 8, 2020
15248b7
Merge remote-tracking branch 'upstream/develop' into develop
DeniseWorthen Jul 10, 2020
4346c31
Merge branch 'develop' into feature/cice6
DeniseWorthen Jul 10, 2020
d046870
update paths to MOM6 and CICE interfaces (#33)
aerorahul Jul 16, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions src/incmake/component_CICE6.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ cice6_mk=$(CICE_BINDIR)/cice6.mk
all_component_mk_files+=$(cice6_mk)

# Location of source code and installation
CICE_SRCDIR?=$(ROOTDIR)/CICE6
CICE_UFSDIR?=$(ROOTDIR)/CICE6/forapps/ufs
CICE_BINDIR?=$(ROOTDIR)/CICE6_INSTALL
CICE_SRCDIR?=$(ROOTDIR)/CICE-interface/CICE
CICE_UFSDIR?=$(ROOTDIR)/CICE-interface/CICE/configuration/scripts/forapps/ufs
CICE_BINDIR?=$(ROOTDIR)/CICE-interface/CICE_INSTALL

# NEMS_GRID was found in CICE and defaults to a low-res GSM grid
# This is obsolete and perhaps should be removed.
Expand Down Expand Up @@ -49,6 +49,7 @@ build_CICE6: $(cice6_mk)
# Rules for cleaning the SRCDIR and BINDIR:

clean_CICE6_SRC: configure
cp -n $(MODULE_DIR)/$(CHOSEN_MODULE) $(CONFDIR)/modules.nems ; \
$(MODULE_LOGIC) ; \
set -eu ; \
export $(CICE_ALL_OPTS) $(CICE_MAKEOPT) ; \
Expand Down
4 changes: 2 additions & 2 deletions src/incmake/component_MOM6.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ mom6_mk = $(MOM6_BINDIR)/mom6.mk
all_component_mk_files+=$(mom6_mk)

# Location of source code and installation
MOM6_SRCDIR?=$(ROOTDIR)/MOM6
MOM6_BINDIR?=$(ROOTDIR)/MOM6/MOM6_INSTALL
MOM6_SRCDIR?=$(ROOTDIR)/MOM6-interface
MOM6_BINDIR?=$(ROOTDIR)/MOM6-interface/MOM6_INSTALL

# Make sure the expected directories exist and are non-empty:
$(call require_dir,$(MOM6_SRCDIR),MOM6 source directory)
Expand Down