Search found 2 matches

by jhjanicki
Mon Jan 23, 2017 2:35 am
Forum: ROMS Installation
Topic: unable to successfully compile ROMS with test case
Replies: 3
Views: 3385

Re: unable to successfully compile ROMS with test case

Thank you, I was able to successfully compile it by following the link you provided and finding some hints.
I changed the following and it worked:
export USE_NETCDF4=on
export USE_MPIF90=on
export FORT=gfortran

By the way, do you by chance have any idea why when I try to visualize my output with ...
by jhjanicki
Fri Jan 20, 2017 1:04 am
Forum: ROMS Installation
Topic: unable to successfully compile ROMS with test case
Replies: 3
Views: 3385

unable to successfully compile ROMS with test case

Hello,

I am trying to run the upwelling test case in ROMS. I am using a mac and have installed the dependencies as follows:
brew install gcc
brew install netcdf --with-fortran
brew install subversion
brew install openmpi
and I already had gnu make and perl installed.

I am following the tutorial ...