Search found 4 matches

by marinezaku
Sat Apr 30, 2016 4:00 am
Forum: ROMS Installation
Topic: How to run "start.m" on Octave
Replies: 0
Views: 6770

How to run "start.m" on Octave

Hi ! (^ ^)

In order to run ROMSTOOLS, I'm using Cygwin-X and Octave instead of Linux and MATLAB.

I tried to run "start.m" of ROMSTOOLS at Octave on Cygwin-X,
but I got the following error messages.

-----------------------------------------------------------------------
>> start
parse error ...
by marinezaku
Sun Apr 10, 2016 11:14 am
Forum: ROMS Discussion
Topic: Errors when computing DAMEE 4 testcase
Replies: 3
Views: 3657

Re: Errors when computing DAMEE 4 testcase

The errors were solved !

In "build.bash", I had forgotten to comment out the following "export" line.

-----------------------------------------------------------------------------------------
export MY_CPP_FLAGS="${MY_CPP_FLAGS} -DTS_A4HADVECTION -DTS_A4VADVECTION ...
by marinezaku
Sun Apr 10, 2016 9:20 am
Forum: ROMS Discussion
Topic: Errors when computing DAMEE 4 testcase
Replies: 3
Views: 3657

Re: Errors when computing DAMEE 4 testcase

Thank you for your reply, but, in my .h file "damee_4.h",
there is just one TS_*HADVECTION and one TS_*VADVECTION.
The following is the text of "damee_4.h".

-------------------------------------------------

/*
** svn $Id: damee_4.h 779 2015-08-22 03:11:58Z arango ...
by marinezaku
Sun Apr 10, 2016 2:49 am
Forum: ROMS Discussion
Topic: Errors when computing DAMEE 4 testcase
Replies: 3
Views: 3657

Errors when computing DAMEE 4 testcase

I try computing the DAMEE 4 testcase.
But I got the following error messages.

-----------------------------------------------------

CHECKDEFS - only one horizontal advection scheme
is allowed for tracers, itrcHadv = 2

CHECKDEFS - only one vertical advection scheme
is allowed for tracers ...