rip test case setup

Hi guys
I am first time user of croco. I am an old time ROMS user and switching to croco for an application.

I am trying to run the rip current test case.
In cppdefs.h - I defined rip test case.
In jobcomp I have added the path of OCEAN folder, added ifort as the fortran compiler, have netcdf installed.

When I run jobcomp, I get this error straightaway.


./jobcomp
OPERATING SYSTEM IS: Linux
file namelist_pisces exists in Run directory
Mustang namelist directory MUSTANG_NAMELIST exists
Checking COMPILEAGRIF…
./jobcomp: line 185: testkeys.F: command not found
Checking COMPILEMPI…
./jobcomp: line 199: testkeys.F: command not found
Checking COMPILEXIOS…
./jobcomp: line 223: testkeys.F: command not found
Checking COMPILEOASIS…
./jobcomp: line 239: testkeys.F: command not found
Checking COMPILEOMP…
./jobcomp: line 287: testkeys.F: command not found
P -I/vortexfs1/apps/netcdf-intel/include -ICROCOFILES/AGRIF_INC mpc.F > mpc_.f
/bin/sh: P: command not found
make: [mpc] Error 127 (ignored)
o mpc mpc_.f

Hi, Are you using CROCO v1.2?

Does it work with the default configuration, i.e. using gfortran?

Please post your jobcomp file. I can’t see ifort being called in the compilation… strange.

Hi Andres, Thank you for the quick response. I was able to get the application working with gfortran and later with ifort. I had changed the path of SOURCE by mistake and that seems to have given an error ! Now next is setting up our application :slight_smile: .