segmentation fault when using averages_detide

Report or discuss software problems and other woes

Moderators: arango, robertson

Post Reply
Message
Author
jihene
Posts: 17
Joined: Wed Mar 16, 2005 4:56 pm
Location: Institut Préparatoire aux études d'ingénieurs de T

segmentation fault when using averages_detide

#1 Unread post by jihene »

I am using the latestest roms version (v 714) to examine the model response to tides and atmospheric forcing in the region covering the Sicilian Channel and the Tunsian Coasts.
I have tried to run my 2D model using OpenMp in a computer with 8 processors (domain partition NtileI=4, NtileJ=2) using the AVERAGES_DETIDE option. I am using the tidal forcing in an independent netcdf file as it was recommend . The detied variables are expected to be saved every 24h but I couldn't reach this aim! When the model is runnig from the restart file I get a segmenation fault just before the first 24h (24h -dt).

When I re-run the model with the same files (but with the modified tides file forcing) I get the following error message:

NLM: GET_STATE - Read state initial conditions, t = 1460 00:00:00
(Grid 01, File: ocean_rst4ans_oabis.nc, Rec=0001, Index=1)
- free-surface
(Min = -2.09724253E-02 Max = 1.03833694E-01)
- vertically integrated u-momentum component
(Min = -2.17156129E-01 Max = 3.43984241E-01)
- vertically integrated v-momentum component
(Min = -1.46289869E-01 Max = 6.87685520E-01)
GET_NGFLD - tidal period
(Min = 0.00000000E+00 Max = 9.29520000E+04)
GET_2DFLD - tidal elevation amplitude
(Min = 0.00000000E+00 Max = 4.80361044E-01)
GET_2DFLD - tidal elevation phase angle
(Min = 0.00000000E+00 Max = 6.28316948E+00)
GET_2DFLD - tidal current inclination angle
(Min = 0.00000000E+00 Max = 6.28317684E+00)
GET_2DFLD - tidal current phase angle
(Min = 0.00000000E+00 Max = 6.28317064E+00)
GET_2DFLD - maximum tidal current, ellipse major axis
(Min = 0.00000000E+00 Max = 7.58107564E-01)
GET_2DFLD - minimum tidal current, ellipse minor axis
(Min = -1.24626304E-01 Max = 2.70169961E-02)

GET_IDATA - incosistent restart and harmonics time:
1460.0000 ***************

This error seems to be related to the Hcount variable which is empty in the forcing file and shoud be written by the model during the run!!! if it is the case how can I resolve the problem?
Thank you for your help

Post Reply