I'm new to the model and trying to find my feet by running the quickstart. I'm working on a new mac (OS Catalina) and after running up against various blocks I thought I had everything installed to run - I've installed xcode, homebrew, gcc (gmake). But now when I execute ./icepack.build - following the quickstart guide in the documentation, I receive the following error (at the end). From searching online all I can find is that icc is from an intel compiler, but the associated intel compilers are proprietary that have to be bought - I'm quite sure I don't need to buy an Intel package to run the model?
Thank you
./icepack.build:
cleaning objdir
ICE_GRID = col
ICE_NXGLOB = 4
ICE_CPPDEFS = -DNXGLOB=4 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DNFSDCAT=1 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRISO=0 -DNTRAERO=1 -DTRZS=0 -DNBGCLYR=7 -DTRALG=0 -DTRBGCZ=0 -DTRDOC=0 -DTRDOC=0 -DTRDIC=0 -DTRDON=0 -DTRFED=0 -DTRFEP=0 -DTRZAERO=0 -DTRBGCS=0
Filepath =
/Users/gjm/Icepack-master/configuration/driver
/Users/gjm/Icepack-master/columnphysics
building makdep
icc -o makdep /Users/gjm/mycase5/makdep.c
/bin/bash: icc: command not found[
gmake: *** [/Users/gjm/mycase5/Makefile:114: makdep] Error 127/COLOR]
Thank you
./icepack.build:
cleaning objdir
ICE_GRID = col
ICE_NXGLOB = 4
ICE_CPPDEFS = -DNXGLOB=4 -DNICELYR=7 -DNSNWLYR=1 -DNICECAT=5 -DNFSDCAT=1 -DTRAGE=1 -DTRFY=1 -DTRLVL=1 -DTRPND=1 -DTRBRI=0 -DNTRISO=0 -DNTRAERO=1 -DTRZS=0 -DNBGCLYR=7 -DTRALG=0 -DTRBGCZ=0 -DTRDOC=0 -DTRDOC=0 -DTRDIC=0 -DTRDON=0 -DTRFED=0 -DTRFEP=0 -DTRZAERO=0 -DTRBGCS=0
Filepath =
/Users/gjm/Icepack-master/configuration/driver
/Users/gjm/Icepack-master/columnphysics
building makdep
icc -o makdep /Users/gjm/mycase5/makdep.c
/bin/bash: icc: command not found[
gmake: *** [/Users/gjm/mycase5/Makefile:114: makdep] Error 127/COLOR]