You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In coupler/Makefile, the src file of atmos_ocean_dep_fluxes_calc.o is $(SRCROOT)FMScoupler/full/atmos_ocean_dep_fluxes_calc.f90, but the src file's postfix is F90, not f90. It would throw errors when I built with Dockerfile.gnu.
It is the same with atmos_ocean_fluxes_calc.o.
The text was updated successfully, but these errors were encountered:
@Lyxn This is an issue that I am aware of and have fixed on the main branch. If you change line 9 in Dockerfile.gnu to
RUN git clone --recursive https://github.com/NOAA-GFDL/AM4.git -b main \
so that it checks out main instead of the 2021.03 tag, you should be able to compile. The 2022.01 tag (hopefully coming if February 2022) will have this fixed.
I would suggest using the intel containers if you can. The GFDL does all production work using the intel compilers.
The containers in general are new and under development.
In coupler/Makefile, the src file of atmos_ocean_dep_fluxes_calc.o is $(SRCROOT)FMScoupler/full/atmos_ocean_dep_fluxes_calc.f90, but the src file's postfix is F90, not f90. It would throw errors when I built with Dockerfile.gnu.
It is the same with atmos_ocean_fluxes_calc.o.
The text was updated successfully, but these errors were encountered: