DOGBONE in COAWST

Discussion of how to use ROMS on different regional and basin scale applications.

Moderators: arango, robertson

Post Reply
Message
Author
txu68
Posts: 27
Joined: Wed Nov 11, 2015 4:49 pm
Location: Georgia Institute of Technology

DOGBONE in COAWST

#1 Unread post by txu68 »

Hello,

I am trying to test the DOGBONE Refined Case in the COAWST system.

The head file is

Code: Select all

#define ROMS_MODEL
#define NESTING
#define UV_ADV
#define UV_QDRAG

#define ANA_SMFLUX
#define MASKING

#ifdef SOLVE3D
# define DJ_GRADPS
# define SALINITY
# define ANA_STFLUX
# define ANA_SSFLUX
# define ANA_BTFLUX
# define ANA_BSFLUX
# if defined GLS_MIXING
#  define KANTHA_CLAYSON
#  define N2S2_HORAVG
# endif
#endif
When the model is compiled, I got the error that

PGF90-S-0038-Symbol, ngc, has not been explicitly declared (nesting.f90)
0 inform, 0 warning, 1 severes, 0 fatal for nesting
PGF90-S-0155-Illegal context for the component reference to zt_avg1 (nesting.f90: 1558)
PGF-S-0141-Derived Type object required on left of % (nesting.f90: 1558)
PGF90-S-0189-Argument number 13 to get_contacte2d: association of scalar actual argument to array dummy argument (nesting.f90: 1558)
PGF90-S-0038-Symbol, coupling, has not been explicitly declared (nesting.f90)
0 inform, 0 warning, 4 severes, 0 fatal for get_refine

Can someone tell me how to deal with this?

Best,
Amy

jcwarner
Posts: 1172
Joined: Wed Dec 31, 2003 6:16 pm
Location: USGS, USA

Re: DOGBONE in COAWST

#2 Unread post by jcwarner »

looks like the nesting is limited to 3d (?). i thought it had worked in 2d at one point, but i have not tried a 2d nesting lately. see:

viewtopic.php?f=17&t=4475

try to
#define SOLVE3D
and see if it works with that.
-john

Post Reply