I have a question about the momentum terms in diagnostics output. I am trying to figure out the directions of the terms in both across and alongshore components. I have a constant upwelling wind forcing. My grid direction is: (+) ONshore/Northward. When I calculate
accel-(cor+advection+prsgrd ...
Search found 11 matches
- Sat Feb 15, 2014 2:24 am
- Forum: ROMS Discussion
- Topic: DIAGNOSTICS momentum term signs/directions
- Replies: 1
- Views: 3116
- Fri May 18, 2012 4:29 pm
- Forum: ROMS Bugs
- Topic: bug _ CHAPMAN boundary condition
- Replies: 2
- Views: 2473
Re: bug _ CHAPMAN boundary condition
when we tried to use ANA_FSOBC, we could not get the defined SSH in with CHAPMAN. After setting the acquire to true it worked.
- Thu May 10, 2012 9:09 pm
- Forum: ROMS Bugs
- Topic: bug _ CHAPMAN boundary condition
- Replies: 2
- Views: 2473
bug _ CHAPMAN boundary condition
We realized that there is a bug in inp-par.F.
After line 1370 [S(ibry,ifield,igrid)%Chapman = .TRUE.]
the code missed the line [S(ibry,ifield,igrid)%acquire = .TRUE.].
After line 1370 [S(ibry,ifield,igrid)%Chapman = .TRUE.]
the code missed the line [S(ibry,ifield,igrid)%acquire = .TRUE.].
- Tue Mar 20, 2012 7:46 pm
- Forum: ROMS Discussion
- Topic: blows up at 1st time step even after decreasing time step
- Replies: 8
- Views: 8589
Re: blows up at 1st time step even after decreasing time ste
We realized that there is a bug in inp-par.F. After line 1370 [S(ibry,ifield,igrid)%Chapman = .TRUE.] the code missed the line [S(ibry,ifield,igrid)%acquire = .TRUE.]. However after fixing the code, my model still blows up after some time. I checked the mask and grid many times and I am even using ...
- Mon Mar 12, 2012 6:10 pm
- Forum: ROMS Discussion
- Topic: blows up at 1st time step even after decreasing time step
- Replies: 8
- Views: 8589
Re: blows up at 1st time step even after decreasing time ste
Thank you so much for all the replies. I have followed each suggestion. I removed all the other forcing, just kept the tides. I introduce the tides not abruptly but by using a function. I reduced the time step to 1 second. I now have sloping idealized shelf with straight coastline. However the model ...
- Mon Feb 13, 2012 7:22 pm
- Forum: ROMS Discussion
- Topic: blows up at 1st time step even after decreasing time step
- Replies: 8
- Views: 8589
blows up at 1st time step even after decreasing time step
Hi Rommers,
I am desperately seeking for your help. My model blows up at the first time step, even though I tried smaller time steps. My domain is 5km to 20km. Here is my configuration:
Tides: I analytically specified surface elevation (ana_fsobc), with 3 constituents.
Wind: I specified ...
I am desperately seeking for your help. My model blows up at the first time step, even though I tried smaller time steps. My domain is 5km to 20km. Here is my configuration:
Tides: I analytically specified surface elevation (ana_fsobc), with 3 constituents.
Wind: I specified ...
- Tue Sep 06, 2011 8:06 pm
- Forum: ROMS Installation
- Topic: plotting package help please
- Replies: 5
- Views: 3923
Re: plotting package help please
Hi Kate I added that CLEAN statement which is missing from CYGWIN-gfortran.mk. It created all the f90 versions of f ones in Utility. I also downloaded g95 and try to 'make' with CYGWIN-g95.mk.However in the end I get the same results even though I specified the NCARG_ROOT directory correctly (as ...
- Tue Sep 06, 2011 4:12 pm
- Forum: ROMS Installation
- Topic: plotting package help please
- Replies: 5
- Views: 3923
Re: plotting package help please
Kate thanks a lot for your reply. I couldnt find CYGWIN-gfortran.mk under MyDir/source/compilers. I copied it from roms/trunk/compilers to MyDir/source/compilers. This time I get the message that cnt.f90 doesnot exist and after that under /MyDir/src it creates one and when I re'make' it, the message ...
- Sat Sep 03, 2011 9:52 pm
- Forum: ROMS Installation
- Topic: plotting package help please
- Replies: 5
- Views: 3923
plotting package help please
Hi friends,
I am having trouble in compiling plotting package. I am using Cygwin on WindowsXP. I downloaded netcdf3.6.2 when compiling ROMS, and I installed NCL succesfully (precompiled binaries and unzip them under Cygwin/usr/local). I changed FORT to g95. When I try the command make (for ...
I am having trouble in compiling plotting package. I am using Cygwin on WindowsXP. I downloaded netcdf3.6.2 when compiling ROMS, and I installed NCL succesfully (precompiled binaries and unzip them under Cygwin/usr/local). I changed FORT to g95. When I try the command make (for ...
- Wed Aug 31, 2011 8:40 pm
- Forum: ROMS Discussion
- Topic: build bash error
- Replies: 1
- Views: 3724
Re: build bash error
no worries, i fixed my problem by changing the build.bash (btw im running it on windows xp) to:
#export USE_LARGE=on (commented)
and
changing:
export USE_MPI=on # distributed-memory parallelism
export USE_MPIF90=on # compile with mpif90 script
to
export USE_MPI= # distributed-memory ...
#export USE_LARGE=on (commented)
and
changing:
export USE_MPI=on # distributed-memory parallelism
export USE_MPIF90=on # compile with mpif90 script
to
export USE_MPI= # distributed-memory ...
- Wed Aug 31, 2011 7:00 pm
- Forum: ROMS Discussion
- Topic: build bash error
- Replies: 1
- Views: 3724
build bash error
Hi friends,
I am trying to build the bash to run upwelling example through Cygwin. I ended up having build folder but no executable file. I would be grateful if you could help. I followed every step in wiki page. I am having this error (sorry for the long paste):
rm -f -r core *.ipo /home/berk ...
I am trying to build the bash to run upwelling example through Cygwin. I ended up having build folder but no executable file. I would be grateful if you could help. I followed every step in wiki page. I am having this error (sorry for the long paste):
rm -f -r core *.ipo /home/berk ...