Errors with test case [closed]
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.