Problem MOD_NCPARAM ( varinfo.dat)

Report or discuss software problems and other woes

Moderators: arango, robertson

Post Reply
Message
Author
pika
Posts: 1
Joined: Fri Mar 20, 2015 3:06 am
Location: INST

Problem MOD_NCPARAM ( varinfo.dat)

#1 Unread post by pika »

Hi everyone,
Im a new user. I compile and run UPWELLING model in Test Case, it works.

Then i follow the tutorial of Di lozenro.
When i compile the CORIOLIS project, it seems to work fine. But when i try to run

Code: Select all

./oceanG < input/coriolis.in 
then i got :
MOD_NCPARAM - Unable to open variable information file:

Default file is located in source directory.
in the file 'coriolis.in', i change the PATH of VARNAME :
case 1 : VARNAME = ./External/varinfo.dat
case 2 : VARNAME = /home/quynh/ROMS/ROMS/Projects/coriolis/External/varinfo.dat
case 3 : VARNAME = /home/quynh/ROMS/ROMS/External/varinfo.dat
All case, i got the message above.

My folder Projects/coriolis :
--coriolis
----oceanG
----coriolis.h
----build.bash
----/input
--------coriolis.in
--------floata.in
----/External
--------varinfo.dat
----/Functionals
--------ana_grid.h, ana_smflux.h,....

Please help me!

PS: sorry about my English

Post Reply