Search found 29 matches

by jande023
Mon Oct 24, 2016 11:57 pm
Forum: ROMS Sediment
Topic: Sediment from river!
Replies: 19
Views: 28745

Re: Sediment from river!

Kate,

Figured out the build error.... ROMS didn't like the (ng) after NST in the do loop that was added in the psource analytical.... defined as an array.

Will pass the benefit of the run for the benefit of other followers.

thanks,

John
by jande023
Sun Oct 23, 2016 9:41 pm
Forum: ROMS Sediment
Topic: Sediment from river!
Replies: 19
Views: 28745

Re: Sediment from river!

NST was in the original do loop that jcw recommended early on. In the version I attached earlier, I changed NST to NCS (# of cohesive sediments). Because I was getting the same errors with NST and NCS, I changed back to NST because I wasn't certain if it would cause problems in future runs.
by jande023
Sun Oct 23, 2016 3:42 pm
Forum: ROMS Sediment
Topic: Sediment from river!
Replies: 19
Views: 28745

Re: Sediment from river!

Thank you Kate, I missed the last USE in my multiple trials, or in other words I failed to follow directions. Cleaned up errors significantly. However, the original errors related to definition of the variable NST remain. To resolve, I Have defined (or attempted to defined) NST (Number of Sediment T...
by jande023
Sat Oct 22, 2016 3:21 pm
Forum: ROMS Sediment
Topic: Sediment from river!
Replies: 19
Views: 28745

Re: Sediment from river!

Kate, Thank you for your prompt reply. I wanted to give this an earnest try before responding, hence my delay. I attempted to add an additional #ifdef SEDIMENT, USE mod_sediment chunk upfront with the other USE statements. I also tried repeating earlier USE statements within the later #ifdef stateme...
by jande023
Thu Oct 20, 2016 11:53 pm
Forum: ROMS Sediment
Topic: Sediment from river!
Replies: 19
Views: 28745

Re: Sediment from river!

Thanks John, You probably asked the initial question in a manner that would have made sense to anyone but me. Please bare with an old man here. I added the ised DO loop and then got a I a build error: analytical.f90(1024): error #6410: This name has not been declared as an array or a function. [NST]...
by jande023
Wed Oct 19, 2016 10:54 pm
Forum: ROMS Sediment
Topic: Sediment from river!
Replies: 19
Views: 28745

Re: Sediment from river!

Thank you John, I have attached the entire analytical script (ana_psource.h). ised was defined as a local variable: ! Local variable declarations. ! integer :: Npts, NSUB, is, i, j, k, ised I intended a do loop for ised setting it =20 for all point sources along the western boundary (based on the di...
by jande023
Sun Oct 16, 2016 12:14 pm
Forum: ROMS Sediment
Topic: Sediment from river!
Replies: 19
Views: 28745

Re: Sediment from river!

John,

Note, the ised line was subsequently "commented out" but before doing so did not introduce any suspended sediment at the river boundary.

thanks again,

John
by jande023
Sun Oct 16, 2016 11:59 am
Forum: ROMS Sediment
Topic: Sediment from river!
Replies: 19
Views: 28745

Re: Sediment from river!

John, Thank you for your prompt response as always. I had previously attempted to edit ana_psource as follows with no success. Would appreciate any additional guidance you could provide. V/R John !----------------------------------------------------------------------- ! Set tracers point Sources and...
by jande023
Sat Oct 15, 2016 11:31 am
Forum: ROMS Sediment
Topic: Sediment from river!
Replies: 19
Views: 28745

Re: Sediment from river!

Unfortunately I have not. After reading a recent thread, I am running again with CSED specified as a very large value to see it there is any sediment being introduced.
by jande023
Wed Mar 09, 2016 3:07 am
Forum: ROMS Sediment
Topic: Sediment from river!
Replies: 19
Views: 28745

Re: Sediment from river!

Would like to add suspended sediment from a river analytically using ana_psource.h. Have specified CSED value in input file and attempted to add ised value in ana_psource but neither appear to be introducing sediment. Salinity and temperature appear to be entering from the river as expected. Note MU...
by jande023
Sun Feb 23, 2014 8:15 pm
Forum: ROMS Source
Topic: SSFNAME FOR RIVERPLUME TESTS
Replies: 0
Views: 3424

SSFNAME FOR RIVERPLUME TESTS

I am trying to add a point source (river) to a coupled ROMS-SWAN simulation. I tried to add river forcing analytically in PSOURCE; but, ROMS appears to want a SS forcing file. Is there a ocean_river.nc that is used by the river plume test cases as I have been unable to locate it with the source code...
by jande023
Fri Oct 18, 2013 7:41 pm
Forum: ROMS Adjoint
Topic: APPARENT SIMULATION INSTABILITY
Replies: 4
Views: 4375

Re: APPARENT SIMULATION INSTABILITY

John, I have tried the Flather and Reduced BCs with Psource at the western boundary (my river source); but, have a few additional questions. In my Include file, I define both UV_COR and ANA_PSOURCE. However, my output file does not show that either of these C-preprocessing Options have been activate...
by jande023
Mon Sep 16, 2013 8:24 pm
Forum: ROMS Adjoint
Topic: APPARENT SIMULATION INSTABILITY
Replies: 4
Views: 4375

Re: APPARENT SIMULATION INSTABILITY

Thank You John, will attempt to adjust bc's as recommended. Will re-post if I hit any snags along the way.
by jande023
Thu Sep 12, 2013 7:48 pm
Forum: ROMS Adjoint
Topic: APPARENT SIMULATION INSTABILITY
Replies: 4
Views: 4375

APPARENT SIMULATION INSTABILITY

I am attempting to run a one-year simulation of a modified version of the estuary test case: 1051200 ntimes 30.000 dt 20 ndtfast I have modified bathymetry (ana_grid.h) as well as the tidal period from 12.0 to 12.42 (ana_fsobc.h). I have also attempted to add code (albeit inefficiently) to reflect S...
by jande023
Thu Aug 22, 2013 5:46 pm
Forum: ROMS Bugs
Topic: MPI run errors
Replies: 10
Views: 6226

Re: MPI run errors

Success! It turns out that I was trying to compile my MPI executable from an "inappropriate" node from within the cluster. I was subsequently able to compile, and then submit my job to the cluster with a successful run. Thank you again. John
by jande023
Wed Aug 21, 2013 5:47 pm
Forum: ROMS Bugs
Topic: MPI run errors
Replies: 10
Views: 6226

Re: MPI run errors

Thank you both. I have kept my changes to the distributed makefile to a minimum. Specifically, I have changed the paths of my source code (HEADER, ANALYTICAL, ROOT_DIR, etc.). Again, these all check based on successful serial and Open MP runs. Beyond that, I have only changed: USE_MPI ?= on (blank a...
by jande023
Tue Aug 20, 2013 4:47 am
Forum: ROMS Bugs
Topic: MPI run errors
Replies: 10
Views: 6226

Re: MPI run errors

Thank you Kate, clearly worth investigating. While I am certain I loaded the same compiler module, I may very well have altered my makefile between the runs.
by jande023
Sun Aug 18, 2013 12:03 pm
Forum: ROMS Bugs
Topic: MPI run errors
Replies: 10
Views: 6226

Re: MPI run errors

My script was intended to compile oceanM and then run the same. When I try to build interactively, the following happens: [jande023@nikola trunk]$ qrsh -pe ics-mpi-44 16 Last login: Tue Aug 13 16:20:49 2013 from nikola.hpc.local [jande023@nikola-28-13 ~]$ module load intel/ics/2012.0/impi [jande023@...
by jande023
Sat Aug 17, 2013 5:23 pm
Forum: ROMS Bugs
Topic: MPI run errors
Replies: 10
Views: 6226

MPI run errors

Unable to successfully run ROMS in MPI mode. In fact, I haven't been able to successfully compile oceanM. I can run in serial and Open MP. Would appreciate any guidance that could be provided. My makefile and jobscript (job_jra.sh) are attached. When submitting (qsub job_jra.sh) job fails to submit ...
by jande023
Wed May 01, 2013 11:25 pm
Forum: ROMS Discussion
Topic: SEDIMENT MORPH FACTOR
Replies: 2
Views: 1818

Re: SEDIMENT MORPH FACTOR

Thanks John, that worked.
by jande023
Sat Apr 27, 2013 1:55 am
Forum: ROMS Discussion
Topic: SEDIMENT MORPH FACTOR
Replies: 2
Views: 1818

SEDIMENT MORPH FACTOR

I have changed the morph factor on a slightly modified version of the estuary sediment test case (estuary_sediment_test.in) from the default 1 to 200 and 400 in two separate runs respectively. However, there is notapparent change in in the bed when plotting the last time step in MATLAB (plots attach...
by jande023
Tue Feb 05, 2013 1:20 am
Forum: ROMS Installation
Topic: libnetcdf.so.7 error
Replies: 9
Views: 19839

Re: libnetcdf.so.7 error

Feeling pretty silly. The space did the trick. Thank you.
by jande023
Sun Feb 03, 2013 9:27 pm
Forum: ROMS Installation
Topic: libnetcdf.so.7 error
Replies: 9
Views: 19839

Re: libnetcdf.so.7 error

Thank you Kate. Yes I run the command:

setenv LD_LIBRARY_PATH/$HOME/netcdf/lib
by jande023
Sun Feb 03, 2013 6:55 pm
Forum: ROMS Installation
Topic: libnetcdf.so.7 error
Replies: 9
Views: 19839

libnetcdf.so.7 error

I have installed ROMS and netcdf 4.1.3 and have successfully run the Upwelling and Estuary Sediment Test cases. However, recently I started getting an error each time I try to execute ROMS, e.g., ./oceanS < ocean_estuary_test.in > estuary.out & Note, I get the same message trying to run the upwe...
by jande023
Wed Jan 02, 2013 2:05 pm
Forum: ROMS Sediment
Topic: PROBLEMS RUNNING ESTUARY SEDIMENT TEST
Replies: 6
Views: 7289

Re: PROBLEMS RUNNING ESTUARY SEDIMENT TEST

Good news Chris, Had not specified location of sediment_estuary_test.in in ocean_estuary_test.in and doing so appearred to fix the problem. Did not change the path on the remaining files in the "External" folder as shown below: APARNAM = ROMS/External/s4dvar.in SPOSNAM = ROMS/External/stat...
by jande023
Wed Jan 02, 2013 1:25 am
Forum: ROMS Sediment
Topic: PROBLEMS RUNNING ESTUARY SEDIMENT TEST
Replies: 6
Views: 7289

Re: PROBLEMS RUNNING ESTUARY SEDIMENT TEST

Chris, I use the Linux editor vim, so don't think I have introduced any unwanted <CR><LF> but this is good to know for future reference. Ran pwd for the ROMS/External directory and put in full path returned: /afs/lions.odu.edu/home/j/jande023/ROMS/trunk/ROMS/External/varinfo.dat also tried ~/ROMS/tr...
by jande023
Tue Jan 01, 2013 7:17 pm
Forum: ROMS Sediment
Topic: PROBLEMS RUNNING ESTUARY SEDIMENT TEST
Replies: 6
Views: 7289

Re: PROBLEMS RUNNING ESTUARY SEDIMENT TEST

Chris, Sincerely appreciate the quick reply and assistance. The typos you identified oceans versus oceanS were errors in my posting versus my actual code. I reset the ocean_estuary_test.in pointer to varinfo.dat as follows: VARNAME = ${HOME}/ROMS/trunk/ROMS/External/varinfo.dat Then I re-ran: ./ocea...
by jande023
Sun Dec 30, 2012 8:09 pm
Forum: ROMS Sediment
Topic: PROBLEMS RUNNING ESTUARY SEDIMENT TEST
Replies: 6
Views: 7289

PROBLEMS RUNNING ESTUARY SEDIMENT TEST

Have Upwelling Test up and running in serial mode on Linux with gfortran. Created new directory in Projects folder, EstuarySedment, and copied into it: build.bash from successful upwelling run, estuary_test.h, ocean_estuary_test.in, sediment_estuary_test.in, and varinfo.dat. Then modified build scri...
by jande023
Fri Nov 16, 2012 2:12 am
Forum: ROMS Bugs
Topic: PROBLEM INSTALLING ROMS IN WINDOWS 7
Replies: 1
Views: 3006

PROBLEM INSTALLING ROMS IN WINDOWS 7

Currently having problems installing ROMS in Windows 7. I followed the WikiROMS tutorial for installation of Cygwin. The tutorial appears to be geared toward an earlier version of Cygwin that enables users to specify installation of additional modules, e.g., Pearl, diffutils, X11, gcc4/core/fortran ...