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
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