Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion Makefile_GFDL
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ MIDAS: fms_build/libfms.a MOM6_ALE/build_ale/libale.a

fms_build/libfms.a:
(cd fms;tar xvf fms_env.tar)
(cd fms;git clone https://github.com/NOAA-GFDL/FMS.git shared;git checkout 34097d0)
(cd fms;git clone https://github.com/NOAA-GFDL/FMS.git shared;cd shared;git checkout 34097d0)
(cd fms_build;./build_fms.csh)

MOM6_ALE/build_ale/libale.a:
Expand Down
2 changes: 1 addition & 1 deletion Makefile_gfortran
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ MIDAS: fms_build/libfms.a MOM6_ALE/build_ale/libale.a

fms_build/libfms.a:
(cd fms;tar xvf fms_env.tar)
(cd fms;git clone https://github.com/NOAA-GFDL/FMS.git shared; git checkout 34097d0)
(cd fms;git clone https://github.com/NOAA-GFDL/FMS.git shared;cd shared;git checkout 34097d0)
(cd fms_build;cp build_fms.csh tmp;\
sed -e 's/#set platform = linux/set platform = linux/' < tmp > tmp2;\
sed -e 's/set platform = gfdl_hpcs/#set platform = gfdl_hpcs/' < tmp2 > build_fms.csh;\
Expand Down