I'm trying to turn on the sediment transport features with the newest version of ROMS and am running into problems compiling with ANA_SEDIMENT as my initial sediment conditions. I'm using these options:
#define SSW_BBL
#ifdef SSW_BBL
#define SSW_CALC_ZNOT
#define SSW_CALC_UB
#endif
#define SEDIMENT
#ifdef SEDIMENT
#define ANA_SEDIMENT
#undef SUSPLOAD
#define BEDLOAD_SOULSBY
#endif
and get the following error when I try to compile:
PGF90-S-0034-Syntax error at or near : (analytical.f90: 374)
0 inform, 0 warnings, 1 severes, 0 fatal for ana_sediment_tile
Compiling with analytical sediment
Re: Compiling with analytical sediment
So when you look in Build/analytical.f90 at line 374 what invalid FORTRAN syntax do you see?
Work backward from this to determine what you did not correctly configure in your ana_sediment.h that you customized for your application.
Work backward from this to determine what you did not correctly configure in your ana_sediment.h that you customized for your application.
John Wilkin: DMCS Rutgers University
71 Dudley Rd, New Brunswick, NJ 08901-8521, USA. ph: 609-630-0559 jwilkin@rutgers.edu
71 Dudley Rd, New Brunswick, NJ 08901-8521, USA. ph: 609-630-0559 jwilkin@rutgers.edu
Re: Compiling with analytical sediment
I figured it out, I was using the ana_sediment from the User folder so there were ??? instead of values, got it to compile when i used the settings from sed_test.
Thanks!
Thanks!