Help me please in runing build bash for shoreface test

Discussion on computers, ROMS installation and compiling

Moderators: arango, robertson

Post Reply
Message
Author
bangdt
Posts: 30
Joined: Sun Mar 10, 2019 2:34 pm
Location: University of Tsukuba

Help me please in runing build bash for shoreface test

#1 Unread post by bangdt »

when runing shoreface test I have these error

===============================================
Found Error: ** Line: 4867 Source: ROMS/Modules/mod_netcdf.F, netcdf_get_fvar

NETCDF_GET_TIME_0D - error while reading variable: wave_time
in input file: Data/swan_shoreface_angle_forc.nc
call from: ROMS/Utility/get_cycle.F
Found Error: 02 Line: 197 Source: ROMS/Utility/get_2dfld.F

GET_2DFLD - error while reading variable: wave_time at TIME index = 0
Found Error: 02 Line: 237 Source: ROMS/Nonlinear/get_data.F
Found Error: 02 Line: 772 Source: ROMS/Nonlinear/initial.F
Found Error: 02 Line: 188 Source: ROMS/Drivers/nl_ocean.h

......

ROMS/TOMS - Output NetCDF summary for Grid 01:

Analytical header files used:

ROMS/Functionals/ana_grid.h
ROMS/Functionals/ana_initial.h
ROMS/Functionals/ana_mask.h
ROMS/Functionals/ana_sediment.h
Found Error: 02 Line: 350 Source: ROMS/Utility/close_io.F

ROMS/TOMS - Input error ............. exit_flag: 2


ERROR: Abnormal termination: NetCDF INPUT.
REASON: NetCDF: Index exceeds dimension bound
======================================================

this is my nf-config --all

root@C2:/work/apps/gnu_4.8.5/ROMS/3.0.1/test/shoreface# nf-config --all

This netCDF-Fortran 4.4.4 has been built with the following features:

--cc -> gcc
--cflags -> -I/usr/include -Wdate-time -D_FORTIFY_SOURCE=2

--fc -> gfortran
--fflags -> -I/usr/include
--flibs -> -L/usr/lib -lnetcdff -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -lnetcdf -lnetcdf
--has-f90 -> no
--has-f03 -> yes

--has-nc2 -> yes
--has-nc4 -> yes

--prefix -> /usr
--includedir-> /usr/include
--version -> netCDF-Fortran 4.4.4
Thank you.

Post Reply