Ask Your Question
0

Errors with test case [closed]

asked 2021-06-23 21:08:36 +0200

Hi everyone,

I'm trying to do the test case without changes because I recently installed croco in my computer, and when run ./jobcomp gave me the next out:

OPERATING SYSTEM IS: Linux
./jobcomp: line 60: nf-config: command not found
./jobcomp: line 61: nf-config: command not found
  file namelist_pisces exists in Run directory
Checking COMPILEAGRIF...
Checking COMPILEMPI...
Checking COMPILEXIOS...
Checking COMPILEOASIS...
Checking COMPILEOMP...
cpp -traditional -DLinux -P -I -ICROCOFILES/AGRIF_INC mpc.F > mpc_.f
gfortran -O3 -fdefault-real-8 -fdefault-double-8   -o mpc mpc_.f
make: gfortran: Command not found
make: *** [Makefile:189: mpc] Error 127
cpp -traditional -DLinux -P -I -ICROCOFILES/AGRIF_INC par_pisces.F90 > par_pisces_.f90
gfortran -c -O3 -fdefault-real-8 -fdefault-double-8  par_pisces_.f90 -o par_pisces.o
make: gfortran: Command not found
make: *** [Makedefs:22: par_pisces.o] Error 127

Then, when I run ./run_croco.bash it gave me the next out:

Getting croco from /home/dexter/Documentos/croco/Run_BENGUELA_LR
/bin/cp: cannot stat '/home/dexter/Documentos/croco/Run_BENGUELA_LR/croco': No such file or directory
chmod: cannot access 'croco': No such file or directory
Getting croco_bry.nc from /home/dexter/Documentos/croco/Run_BENGUELA_LR/CROCO_FILES
/bin/cp: cannot stat '/home/dexter/Documentos/croco/Run_BENGUELA_LR/CROCO_FILES/croco_bry.nc': No such file or directory
Getting croco_grd.nc from /home/dexter/Documentos/croco/Run_BENGUELA_LR/CROCO_FILES
Getting croco_frc.nc from /home/dexter/Documentos/croco/Run_BENGUELA_LR/CROCO_FILES
Getting croco_blk.nc from /home/dexter/Documentos/croco/Run_BENGUELA_LR/CROCO_FILES
/bin/cp: cannot stat '/home/dexter/Documentos/croco/Run_BENGUELA_LR/CROCO_FILES/croco_blk.nc': No such file or directory
Getting croco_clm.nc from /home/dexter/Documentos/croco/Run_BENGUELA_LR/CROCO_FILES
Getting croco_runoff.nc from /home/dexter/Documentos/croco/Run_BENGUELA_LR/CROCO_FILES
/bin/cp: cannot stat '/home/dexter/Documentos/croco/Run_BENGUELA_LR/CROCO_FILES/croco_runoff.nc': No such file or directory
Getting croco_ini.nc from /home/dexter/Documentos/croco/Run_BENGUELA_LR/CROCO_FILES
Getting croco_inter.in from /home/dexter/Documentos/croco/Run_BENGUELA_LR

Writing in croco_inter.in
USING DT       = 3600
USING NFAST    = 60
USING NUMTIMES = 720
USING NUMAVG   = 72
USING NUMHIS   = 720
USING NUMRST   = 720

Computing for Y1M1
mié 23 jun 2021 14:36:01 -04
./run_croco.bash: line 267: ./croco: No such file or directory
mié 23 jun 2021 14:36:01 -04
Test croco_Y1M1.out

Warning: month not finished properly


Month Y1M1 did not work

I think this case should work if I didn't changes de parameters, so I don't understand what is happening. If anyone could explain me I would appreciate it very much. I am attentive to your comments.

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by TomásVP
close date 2021-06-24 23:46:18.050508

1 answer

Sort by » oldest newest most voted
0

answered 2021-06-24 23:44:50 +0200

this post is marked as community wiki

This post is a wiki. Anyone with karma >5 is welcome to improve it.

I was able to solve my problem, I had to install libnetcdf-dev with:

sudo apt-get install libnetcdf-dev

in addition to HDF5 with:

sudo apt-get install libhdf5-dev
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2021-06-23 21:08:36 +0200

Seen: 296 times

Last updated: Jun 24 '21