Search found 29 matches
- Wed Nov 12, 2014 9:54 pm
- Forum: ROMS Discussion
- Topic: freq. of communication between parent and child?
- Replies: 2
- Views: 1457
Re: freq. of communication between parent and child?
Thanks John! in COAWST (and soon in Rutgers version) you just set the time step of the child and the parent in the ocean.in. You need to make sure that the child time steps equally into the parent step. so for example: parent step 60 sec, child 20 sec = ok parent step 60 sec, child 10 sec = ok ...
- Wed Nov 12, 2014 8:27 pm
- Forum: ROMS Discussion
- Topic: freq. of communication between parent and child?
- Replies: 2
- Views: 1457
freq. of communication between parent and child?
Hi ROMS forum, I was looking for the information about how frequent the parent grid and child grid communicate and exchange information in nested ROMS, but couldn't find it in the ocean.in ... I couldn't find it at wikiROMS either ... Where can I find such information? Is it something users can ...
- Wed Nov 12, 2014 6:45 pm
- Forum: ROMS Discussion
- Topic: need help interpreting erroneous ROMS results
- Replies: 2
- Views: 2144
Re: need help interpreting erroneous ROMS results
I am using daily boundaries interpolated from existing model solutions obtained from our colleagues. I know daily BC might not be good enough, but that's all we have so far. We are trying to find higher freq. results. I didn't use VolCons. I think you have pointed me to the right direction. I had a ...
- Mon Nov 10, 2014 6:24 pm
- Forum: ROMS Discussion
- Topic: need help interpreting erroneous ROMS results
- Replies: 2
- Views: 2144
need help interpreting erroneous ROMS results
Hi ROMS forum, I am running a ROMS simulation with prescribed BC and initial condition from an existing model solution. However when I look at the time evolution of the velocities at the northern boundary and also an arbitrary cross-section in the middle of the domain, I see this really strange ...
- Fri Oct 31, 2014 1:35 pm
- Forum: ROMS Discussion
- Topic: Problem of running ROMS with init and BC from a donor grid
- Replies: 0
- Views: 1584
Problem of running ROMS with init and BC from a donor grid
Dear ROMS forum, I am trying to run a simulation for an area located on the US west coast. I extracted initial condition and boundary condition from a daily averaged solution of a donor grid (~3km resolution), and used it to force my 1km grid. I ran the 1km grid for about 1 week, and had a look at ...
- Thu Sep 04, 2014 4:54 pm
- Forum: ROMS Discussion
- Topic: write/internal file/attempt to read/write past end of record
- Replies: 6
- Views: 4076
Re: write/internal file/attempt to read/write past end of re
In the version I use, 'inp_par.F' has: character (len=160) :: fname, line so my previous HISNAME is still shorter than the limit. Somehow I got the feeling that 'ocean.in' file has a length limit for each line ? I think the length changed between ROMS versions. The latest has 256 characters for all ...
- Thu Sep 04, 2014 3:53 pm
- Forum: ROMS Discussion
- Topic: how to properly set the value of 'DSTART'?
- Replies: 1
- Views: 1652
how to properly set the value of 'DSTART'?
Hi ROMS, I am getting a little confused by some interesting behavior of ROMS. So I am driving the model with monthly forcing/clim. The 'ocean_time' has the following values: ocean_time = 15 45 75 105 135 165 195 225 255 285 315 345 But I noticed some strange behaviors when running the model. When I ...
- Thu Sep 04, 2014 3:13 pm
- Forum: ROMS Discussion
- Topic: write/internal file/attempt to read/write past end of record
- Replies: 6
- Views: 4076
Re: write/internal file/attempt to read/write past end of re
Hi Kate, I made the HISNAME shorter, and the model was able to run OK. Apparently the HISNAME is not supposed to be too long. But I am still very curious what's the length limit? I don't see anywhere this is mentioned in wikiroms. Thanks, Xiufeng The model has happily read your boundary conditions ...
- Thu Sep 04, 2014 3:00 pm
- Forum: ROMS Discussion
- Topic: write/internal file/attempt to read/write past end of record
- Replies: 6
- Views: 4076
Re: write/internal file/attempt to read/write past end of re
Hi Kate, I have the same thing at line 90 of output.f90: WRITE (HISname(ng),10) HISbase(ng)(1:lstr-3),ifile Here is my HISNAME in ocean.in: HISNAME == /nas/xyang44/coawst/Projects/test_indv_grd_full_run/output/test_ca_his_level1.nc Is it because it is too long? Is there is length limit for file ...
- Thu Sep 04, 2014 2:56 pm
- Forum: ROMS Discussion
- Topic: unable to find requested variable: u_west
- Replies: 3
- Views: 2620
Re: unable to find requested variable: u_west
Hi Kate and hbzong, You guys are right. I was using the scripts from the COAWST, and it didn't have BC on west and north ends. Thanks for your help! Xiufeng It seems that you use Matlab scripts in the directory roms_clm of COAWST to generate boundary file. In their case, west and north boundary are ...
- Thu Sep 04, 2014 1:33 pm
- Forum: ROMS Discussion
- Topic: where to download adcirc or osu tidal data (*.mat)?
- Replies: 2
- Views: 2661
Re: where to download adcirc or osu tidal data (*.mat)?
I got it.
Thank you so much John!!
Xiufeng
Thank you so much John!!
Xiufeng
jcwarner wrote:svn checkout https://coawstmodel.sourcerepo.com/coaw ... /data/tide .
- Wed Sep 03, 2014 8:42 pm
- Forum: ROMS Discussion
- Topic: write/internal file/attempt to read/write past end of record
- Replies: 6
- Views: 4076
write/internal file/attempt to read/write past end of record
Hi ROMS, Can someone please help me take a look at the error msg, and tell me what was wrong? I am supplying monthly climatology and forcing to ROMS, and 'ocean_time' is equal to: ocean_time = 15 45 75 105 135 165 195 225 255 285 315 345 All the other time variables (such as swf_time, sms_time ) are ...
- Wed Sep 03, 2014 8:39 pm
- Forum: ROMS Discussion
- Topic: unable to find requested variable: u_west
- Replies: 3
- Views: 2620
unable to find requested variable: u_west
Hi ROMS community, I am running ROMS with ' #define BULK_FLUXES ' turned on, and I am supplying it with the forcing file ' roms_narr_Jan2012.nc ', which contains the following variables: >> netcdf_load roms_narr_Jan2012.nc >> whos Name Size Bytes Class Attributes Uwind 300x120x25 7200000 double ...
- Sun Aug 31, 2014 2:01 am
- Forum: ROMS Discussion
- Topic: problem creating 'contact' file for 3-layer grid nesting!
- Replies: 2
- Views: 2459
Re: problem creating 'contact' file for 3-layer grid nesting
Hi John,
I appreciate your response. I am looking forward to seeing a solution to this problem soon!
Thanks,
Xiufeng
I appreciate your response. I am looking forward to seeing a solution to this problem soon!
Thanks,
Xiufeng
wilkin wrote:Yes, there are bugs in the 3-level nesting code for the contacts file.
We're working on it and will announce a solution when we have it corrected.
- Sat Aug 30, 2014 1:02 am
- Forum: ROMS Discussion
- Topic: problem creating 'contact' file for 3-layer grid nesting!
- Replies: 2
- Views: 2459
problem creating 'contact' file for 3-layer grid nesting!
Hi ROMS community, I just started to play with the newest version of ROMS, and one important update is the way it handles grid nesting. The new ROMS now requires users to provide a 'contact' file to specify the overlapping regions between nesting grids. However I ran into some difficulties while ...
- Sat Aug 30, 2014 12:19 am
- Forum: ROMS Discussion
- Topic: where to download adcirc or osu tidal data (*.mat)?
- Replies: 2
- Views: 2661
where to download adcirc or osu tidal data (*.mat)?
Hi ROMS community, I have the matlab script to create tidal forcing for ROMS "create_roms_tides.m". The script includes the following lines: c:\work\models\COAWST_data\tide\adcirc_ec2001v2e_fix.mat COAWST_data\tide\tpx_uv.mat COAWST_data\tide\tpx_h.mat However those data files are not distributed ...
- Fri Aug 01, 2014 7:25 pm
- Forum: ROMS Discussion
- Topic: undefined symbol: netcdf_mp_nf90_open_
- Replies: 5
- Views: 6308
Re: undefined symbol: netcdf_mp_nf90_open_
UPDATE: Problem solved! The cluster I am using has several different versions of ifort and NETCDF installed. Apparently I have to match the version numbers (if I use compiler ifort -v12.0.0.084, then I have to use the NETCDF that was compiled with the exactly same version of ifort, i.e. -v12.0.0.084 ...
- Fri Aug 01, 2014 1:50 pm
- Forum: ROMS Discussion
- Topic: undefined symbol: netcdf_mp_nf90_open_
- Replies: 5
- Views: 6308
Re: undefined symbol: netcdf_mp_nf90_open_
Hi Kate, I did what you suggested, and added the netcdf library to the LD_LIBRARY_PATH. I then did a test run, and got the following errors: Initial basin volumes: TotVolume = 1.3165844712E+12 m3 MinVolume = 1.1469543535E+04 m3 MaxVolume = 1.0121271461E+09 m3 Max/Min = 8.8244762571E+04 forrtl: error ...
- Thu Jul 31, 2014 9:13 pm
- Forum: ROMS Discussion
- Topic: undefined symbol: netcdf_mp_nf90_open_
- Replies: 5
- Views: 6308
undefined symbol: netcdf_mp_nf90_open_
Hi, I guess my question is very similar to this one: https://www.myroms.org/forum/viewtopic.php?f=31&t=1992 But the difference is that I was able to compile ROMS successfully. The error showed when I ran ROMS. I was able to compile ROMS (as part of COAWST. ROMS only with no coupling) using ifort ...
- Wed Jul 23, 2014 10:01 pm
- Forum: ROMS Discussion
- Topic: error while adding NARR wind forcing to ROMS
- Replies: 1
- Views: 2138
error while adding NARR wind forcing to ROMS
Hi, I have been running ROMS with tidal forcing only (no wind forcing and surface flux is defined as '#define ANA_SMFLUX'). Now I intend to add wind surface forcing to the model on top of the tidal forcing. I have created separate wind forcing netcdf files (Uwind, Vwind) from NARR data. How should I ...
- Wed Jul 16, 2014 9:50 pm
- Forum: ROMS Discussion
- Topic: How to create wind forcing in ROMS?
- Replies: 3
- Views: 2659
Re: How to create wind forcing in ROMS?
Hi Kate, I am looking for wind forcing for a particular historical period of time (say, daily wind in Jan., 2010) for somewhere on the US west coast. The spatial resolution is approx. a few kilometers. Do you mind providing some guidance on how your group creates wind forcing? Many thanks, Tides are ...
- Wed Jul 16, 2014 8:53 pm
- Forum: ROMS Discussion
- Topic: How to create wind forcing in ROMS?
- Replies: 3
- Views: 2659
How to create wind forcing in ROMS?
Hi, The wiki ROMS has a very nice documentation on how to create tidal forcing in ROMS (https://www.myroms.org/wiki/index.php/Tidal_Forcing). I wonder if there is a similar documentation for creating atmospheric forcing (wind forcing, etc) in ROMS? Any suggestions? Any comments are truly appreciated ...
- Tue Jul 15, 2014 3:20 pm
- Forum: ROMS Discussion
- Topic: multiple-level grid refinement/nesting in ROMS?
- Replies: 0
- Views: 1530
multiple-level grid refinement/nesting in ROMS?
Hi ROMS experts, USGS has put together a very nice tutorial for 2-level grid refinement/nesting in ROMS in its COAWST_User_Manual. But I am not so sure about how to determine the values of 'Lm' and 'Mm' for more refined grids (Lm and Mm are Number of I/J-direction INTERIOR RHO-points in the 'ocean ...
- Thu Jul 03, 2014 4:32 pm
- Forum: ROMS Discussion
- Topic: OSU OTPS tidal forcing?
- Replies: 1
- Views: 1431
OSU OTPS tidal forcing?
Hi, I wanted to download the OSU OTPS tidal forcing software and the database, but the following link on https://www.myroms.org/wiki/index.php/Tidal_Forcing is no longer valid: http://www.coas.oregonstate.edu/research/po/research/tide/region.html Can someone point me to the corrected link for the ...
- Fri Feb 28, 2014 8:03 pm
- Forum: ROMS Installation
- Topic: Question on Building COAWST
- Replies: 2
- Views: 2918
Re: Question on Building COAWST
we found this one a while ago. gfortran did not like the .eq. and wanted .eqv. I recoded this to use an integer 1/0 instead of T/F. So can you please do an svn update and see if it works? thanks, john Hey John, Thanks for fast reply. Should I update the entire COAWST package or ROMS only? I tried ...
- Fri Feb 28, 2014 7:24 pm
- Forum: ROMS Installation
- Topic: Question on Building COAWST
- Replies: 2
- Views: 2918
Question on Building COAWST
Hi, I was trying to compile COAWST for the first time, and ran into some error: cd ./Build; /usr/bin/gfortran -c -frepack-arrays -O3 -ffast-math -I/etc/MCT/include -I/etc/MCT/include -I/usr/include/mpich2-x86_64/ -ffree-form -ffree-line-length-none waves_control.f90 waves_control.f90:131.14: IF (run ...
- Mon Feb 10, 2014 2:16 pm
- Forum: ROMS Installation
- Topic: help with ROMS compiling
- Replies: 4
- Views: 7409
Re: help with ROMS compiling
Firstly please igore the linking methods posted previously. The reson you have a "libnetcdff.a" instead of "libnetcdf.a" is because the version you use is netcdf4. One simple method I suggest is to download netcdf 3.6.3, compile and use that version. If you still want to use the available netcdf ...
- Fri Feb 07, 2014 2:15 pm
- Forum: ROMS Installation
- Topic: help with ROMS compiling
- Replies: 4
- Views: 7409
Re: help with ROMS compiling
The reason for this is the compiler is trying to find the file libnetcdf.a, but the netcdf fortran library in your system is libnetcdff.a. You could either link the libnetcdff.a to a libnetcdf.a or add "-lnetcdff" in your corresponding Compiler/*.mk file. Thanks a lot for reply. So I changed ...
- Thu Feb 06, 2014 3:31 pm
- Forum: ROMS Installation
- Topic: help with ROMS compiling
- Replies: 4
- Views: 7409
help with ROMS compiling
I was trying to compile ROMS on my Linux computer. At first I used ifort compiler and had an error msg saying " This module file was not generated by any release of this compiler". According to the thread at "https://www.myroms.org/forum/viewtopic.php?f=31&t=2638", I figure it might be because ...