Search found 3 matches

by scully_ROMS
Fri Jul 01, 2011 1:47 pm
Forum: ROMS Problems
Topic: Changing AKT_BAK values has no effect on model results
Replies: 8
Views: 8257

Re: Changing AKT_BAK values has no effect on model results

In the gls implementation in ROMS, the Galperin correction is used to limit the turbulent length scale so it does not exceed the Ozmidov scale. This effectively limits the dissipation rate. In the gls implementation this is done in the following statement: gls(i,j,k,nnew)=MAX(gls(i,j,k,nnew),gls_fac...
by scully_ROMS
Thu Mar 09, 2006 4:16 pm
Forum: ROMS Installation
Topic: require netcdf for 64-bit platform!
Replies: 7
Views: 7549

I was able to install the 64-bit netcdf libraries for the mac os x using absoft fortran 9.2. With this installed, I successfully compiled and ran the upwelling test case. To install the netcdf libraries, I used the script provided by John Tanski at: http://www.unidata.ucar.edu/software/netcdf/docs/o...
by scully_ROMS
Fri Mar 03, 2006 8:23 pm
Forum: ROMS Installation
Topic: Compiling with Absoft and mac OSX
Replies: 1
Views: 2667

Compiling with Absoft and mac OSX

I am getting an error that reads: ar r libNLM.a ar: no archive members specified when I try to complile using Absoft 9.2 on a mac G5 running OSX 10.4.5 from basic google searching it sounds as if the make file is trying to build an empty archive, which works on some platforms but not Darwin. Any adv...