Search found 61 matches

by liangliang
Tue Jan 21, 2014 2:12 am
Forum: ROMS Discussion
Topic: pyroms maybe need update
Replies: 13
Views: 10435

Re: pyroms maybe need update

Hi bhatt.vihang and rdussin: Thank you for your help ! I have succeed install pyroms . I have refer to http://houstonthereisaproblem.blogspot.hk/2011/12/installation-of-pyroms-into-mac-os-1072.html It's very useful ! I aslo try python2 make_YELLOW_grd_v1.py and can get YELLOW_grd_v1.nc. Thank you ag...
by liangliang
Wed Jan 15, 2014 1:59 am
Forum: ROMS Discussion
Topic: pyroms maybe need update
Replies: 13
Views: 10435

Re: pyroms maybe need update

try : "which f2py" in a terminal. what happens ? You are right . I did not have f2py which instead of f2py2. I change F2PY = f2py2 in /scrip/source/makefile . and type sh install_pyroms.sh > install.log # /pyroms I still get an error . The screen show : [root@chenzhen pyroms]# sh install_...
by liangliang
Tue Jan 14, 2014 3:21 pm
Forum: ROMS Discussion
Topic: pyroms maybe need update
Replies: 13
Views: 10435

Re: pyroms maybe need update

I try that , but got an error
make : f2py: Command not found
makefile : 148: recipe for target 'scrip.so' failed
by liangliang
Tue Jan 14, 2014 1:24 am
Forum: ROMS Discussion
Topic: pyroms maybe need update
Replies: 13
Views: 10435

Re: pyroms maybe need update

rdussin wrote:ok first you can fix the problem of libgridgen.so by simply copying it into the directory where pyroms is installed.

second, rename makefile2 as makefile and run "make f2py". What happens ?
Thank you for your help ! I will have a try !
by liangliang
Thu Jan 09, 2014 8:54 am
Forum: ROMS Discussion
Topic: Problem about output
Replies: 2
Views: 1774

Re: Problem about output

kate wrote:Are you using a cpp option that turns on the radiation stresses? You won't get output from terms you aren't computing.
You are right , kate ! I set WEC_MELLOR and get Sxx and Syy etc result . Thank you !
by liangliang
Thu Jan 09, 2014 2:05 am
Forum: ROMS Discussion
Topic: Problem about output
Replies: 2
Views: 1774

Problem about output

In my ocean.in , I have set Hout(idUvel) == T ! u 3D U-velocity Hout(idVvel) == T ! v 3D V-velocity Hout(idWvel) == T ! w 3D W-velocity Hout(idOvel) == F ! omega omega vertical velocity Hout(idUbar) == T ! ubar 2D U-velocity Hout(idVbar) == T ! vbar 2D V-velocity Hout(idFsur) == T ! zeta free-surfac...
by liangliang
Wed Jan 01, 2014 2:25 pm
Forum: ROMS Discussion
Topic: pyroms maybe need update
Replies: 13
Views: 10435

Re: pyroms maybe need update

is f2py in your PATH ? what is your python version ? and OS ? can you copy/paste the section of the makefile for f2py/scrip.so best, raphael Hi raphael Thank you for your reply ! My OS is Win7 64 , and I installed archlinux on Virtualbox . I can find f2py in /usr/lib/python2.7/site-packages/numpy/d...
by liangliang
Tue Dec 31, 2013 9:30 am
Forum: ROMS Discussion
Topic: pyroms maybe need update
Replies: 13
Views: 10435

Re: pyroms maybe need update

hi chenzhen, we also have found out this problem with new versions of matplotlib. The fix is done and is on its way to github. Regarding the scrip.so, you need to compile scrip with f2py (make f2py). best, raphael Hi raphael I find pyroms updated . I didn't use install_pyroms.sh to install pyroms b...
by liangliang
Mon Dec 30, 2013 2:19 pm
Forum: ROMS Discussion
Topic: pyroms maybe need update
Replies: 13
Views: 10435

Re: pyroms maybe need update

rdussin wrote:hi chenzhen,

we also have found out this problem with new versions of matplotlib. The fix is done and is on its way
to github. Regarding the scrip.so, you need to compile scrip with f2py (make f2py).

best,
raphael
Thank you ! I will have a try !
by liangliang
Sun Dec 29, 2013 3:59 am
Forum: ROMS Discussion
Topic: pyroms maybe need update
Replies: 13
Views: 10435

Re: pyroms maybe need update

I also try to install matplotlib 1.2.1, so it has nxutils module . But when I type import pyroms , it shows : scrip.so not found . remapping function will not be available . I have get scrip1.4.tar.gz from http://climate.lanl.gov/Software/SCRIP/#release and compiled it with no error . I can find scr...
by liangliang
Sat Dec 28, 2013 1:07 pm
Forum: ROMS Discussion
Topic: pyroms maybe need update
Replies: 13
Views: 10435

pyroms maybe need update

Hi kate: I find pyroms/hgrid.py have an line of code from matplotlib.nxutils import points_inside_poly matplotlib.nxutils has been removed from matplotlib since the last 1.3 versions(http://matplotlib.org/1.3.0/api/api_changes.html). So When I type import pyroms, it shows an error: No module named n...
by liangliang
Sat Dec 21, 2013 1:55 am
Forum: ROMS Discussion
Topic: How to generate BRYNAME file
Replies: 2
Views: 1914

Re: How to generate BRYNAME file

I use python scripts to make boundary files. You need information from a larger domain as well - that's the tricky part. The ROMS convention is that the corner at i,j=0,0 is the Southwest corner. All through the code, the west is at i=0, south is at j=0 and so forth. These are at the outer edge of ...
by liangliang
Tue Dec 17, 2013 5:48 am
Forum: ROMS Discussion
Topic: How to generate BRYNAME file
Replies: 2
Views: 1914

How to generate BRYNAME file

Hi all I have confused with the boundary condition. How did roms find the boundary ?How did it recognize which one is west ,south, north or east ? If the domain is not rectangle ,how did roms find obc and coastline ? I think the answer maybe in BRYNAME file,but how to generate this file? I would app...
by liangliang
Fri Nov 22, 2013 10:04 am
Forum: ROMS Discussion
Topic: Problem in small scale and large scale
Replies: 0
Views: 2086

Problem in small scale and large scale

Hi all : I have met a strange problem. My first case is based on shoreface(you can find some information https://www.myroms.org/wiki/index.php/SHOREFACE_CASE). The domain size is 181*8(Lm*Mm),bathymetric slope is 1/50. I generate a forcing file from swan ,which the value in Y direction are all same(...
by liangliang
Wed Oct 09, 2013 2:59 am
Forum: ROMS Discussion
Topic: Compile extract_HC error
Replies: 6
Views: 3240

Re: Compile extract_HC error

Clearly, the matlab is trying to execute something called "extract_HC" while what you have is "extract_HC.exe". Perhaps you should change the matlab code to add the ".exe" and see what happens. Your are right ! In otps2frc_v3.m, there is a line of code [s,w]=unix('extr...
by liangliang
Mon Oct 07, 2013 12:21 pm
Forum: ROMS Discussion
Topic: Compile extract_HC error
Replies: 6
Views: 3240

Re: Compile extract_HC error

Ah, I now see that setting FC to gfortran-4 is inside of an if statement. How about commenting out the if test? Hi kate : Thank you for your help ! It's very useful, I compile it successful . I can see extract_HC.exe in my folder . But when I generate ROMS forcing file with matlab , it show an erro...
by liangliang
Fri Oct 04, 2013 12:29 am
Forum: ROMS Discussion
Topic: Compile extract_HC error
Replies: 6
Views: 3240

Re: Compile extract_HC error

You've told it that FC is gfortran-4. Is that in your $PATH? Thank you for your reply , Kate . Yes ,it's in my path .I have compiled ROMS with gfortran-4 before ,and it work well. I didn't know why it show an error now . I see some people have succeed compiling extract_HC with gfortran-4 in this fo...
by liangliang
Thu Oct 03, 2013 3:38 am
Forum: ROMS Discussion
Topic: Compile extract_HC error
Replies: 6
Views: 3240

Compile extract_HC error

Hi all: when I compile extract_HC ,the following error is shown: f77 -o extract_HC extract_HC.f subs.f -L -I make: f77: Command not found make: *** [extract_HC] Error 127 my compile is gfortran , and I type make extract_HC on Cygwin. makefile is like that : ARCH = $(shell uname -s) ifeq ($(ARCH),CYG...
by liangliang
Thu Aug 22, 2013 3:14 am
Forum: ROMS Discussion
Topic: How to add radiation stress in ROMS
Replies: 1
Views: 1993

How to add radiation stress in ROMS

I want to add radiation stress(calculated by swan ) in ROMS. I know roms can couple with swan ,but I fail to make it on period boundary. So i want to calculate radiation stress by swan ,and add it in ROMS,
Could someone tell me how to make it ? I need some detail. Thank you !
by liangliang
Thu Aug 22, 2013 3:04 am
Forum: ROMS Discussion
Topic: Significant wave height = 0
Replies: 10
Views: 5252

Re: Significant wave height = 0

i have not been using the Rutgers model for coupling in a while. But if you want to use a more recent version of the coupling, you can try our COAWST modeling system, with a more recent version of swan, and the vortex force method, etc. send me an email at jcwarner@usgs.gov if you would like to try...
by liangliang
Mon Aug 19, 2013 6:49 am
Forum: ROMS Discussion
Topic: Significant wave height = 0
Replies: 10
Views: 5252

Re: Significant wave height = 0

It's certainly worth a try. If you get a different answer, that's the proof you need of a parallel bug. Kate : Thank you for your reply ! It's hard to compile serial . There are some errors when I compile it . ocean_coupler.f90:298.32: ocean_coupler.f90:298.32: USE distribute_mod, ONLY : mp_reduce ...
by liangliang
Fri Aug 16, 2013 12:41 am
Forum: ROMS Discussion
Topic: Significant wave height = 0
Replies: 10
Views: 5252

Re: Significant wave height = 0

Well, that looks to me like a parallel bug. Periodic conditions are very tricky in distributed-memory (MPI). It seems that a parallel exchange is missing somewhere during the coupling. Hi arango, Thank you for your reply ! My case is roms-swan coupling. The case could be calculated by compiling ser...
by liangliang
Wed Aug 14, 2013 1:43 pm
Forum: ROMS Discussion
Topic: Plot velocity vectors
Replies: 11
Views: 7829

Re: Plot velocity vectors

I don't know what you've done, but dumping the contents of your ocean_his_2.nc for x_rho all values are 0. So that's clearly not going to work for plotting or much else. ROMS itself only needs the grid metrics pm,pn to run, and those seem OK. Hi wilkin , Thank you for your help !I just see the mess...
by liangliang
Wed Aug 14, 2013 1:04 pm
Forum: ROMS Discussion
Topic: Significant wave height = 0
Replies: 10
Views: 5252

Re: Significant wave height = 0

just a quick guess - but did you run this tiled 1x2? Hi warner, I find you are right ! I make some test case. The grid is Lm=60 Mm=60, if I set Nthreads(ocean) = 1 Nthreads(waves) = 7 , NtileI == 1 NtileJ == 1 ;the Hsig value in j=1 and j=61 are all 0. PIC-1 60_i1_j1png.png If Nthreads(ocean) = 4 N...
by liangliang
Sun Aug 11, 2013 12:25 pm
Forum: ROMS Discussion
Topic: Plot velocity vectors
Replies: 11
Views: 7829

Re: Plot velocity vectors

I don't know what you've done, but dumping the contents of your ocean_his_2.nc for x_rho all values are 0. So that's clearly not going to work for plotting or much else. ROMS itself only needs the grid metrics pm,pn to run, and those seem OK. Hi,wilkin Thank you for your help ! You are right ! I se...
by liangliang
Thu Aug 08, 2013 10:01 am
Forum: ROMS Discussion
Topic: Plot velocity vectors
Replies: 11
Views: 7829

Re: Plot velocity vectors

You don't say how you have read the u,v data you pass to roms_quivergrd, or how you loaded the grd structure. Possibly the u,v data have a leading singleton time dimension or vertical dimension, in which case having 3 or 4 dimensions is inconsistent with angle, which has 2 dimensions. If this is th...
by liangliang
Wed Aug 07, 2013 6:47 am
Forum: ROMS Discussion
Topic: Significant wave height = 0
Replies: 10
Views: 5252

Re: Significant wave height = 0

I find the problem is the boundary condition. If I give Cloesd condition on the south and north. The significant wave height is OK. But if the boundary is periodic , the significant wave height in the middle domain are all 0 . Could someone give me some advice ?
Hsig.png
Hsig.png (9.52 KiB) Viewed 5163 times
by liangliang
Mon Aug 05, 2013 7:12 am
Forum: ROMS Discussion
Topic: Significant wave height = 0
Replies: 10
Views: 5252

Re: Significant wave height = 0

just a quick guess - but did you run this tiled 1x2? Thank you for your reply ,Warner ! My case is changed from inlet_case. My computer is Inter core i7 So i set that coupling inputfile : Nthreads(ocean) = 4 Nthreads(waves) = 4 ocean inputfile : NtileI == 2 ! I-direction partition NtileJ == 2 ! J-d...
by liangliang
Mon Aug 05, 2013 6:45 am
Forum: ROMS Discussion
Topic: Plot velocity vectors
Replies: 11
Views: 7829

Re: Plot velocity vectors

Well, I don’t use any post-processing routine from ROMS but if you want to get a velocity plot with matlab is quite simple with the quiver function. You could do something like this: quiver(lon_rho,lat_rho,u_eastward( : , : , ‘level’, ‘time’), v_northward( : , : , ‘level’, ‘time’)) Where u_eastward...
by liangliang
Mon Aug 05, 2013 6:16 am
Forum: ROMS Discussion
Topic: Plot velocity vectors
Replies: 11
Views: 7829

Re: Plot velocity vectors

Try putting a dot before the multiplication in {sqrt(-1)*v} So it should look like {sqrt(-1).*v} I think the reason dimensions do not agree is because you are doing a matrix multiplication of a single value and a matrix instead of an element-wise (or point-wise) multiplication of the matrix with th...
by liangliang
Fri Aug 02, 2013 5:06 am
Forum: ROMS Discussion
Topic: Significant wave height = 0
Replies: 10
Views: 5252

Significant wave height = 0

My case is about roms-swan coupling . The domain is 1200m*1200m, slope=1/8. The max depth =12m , min depth =0.1m. I plot it with hslope.m, which can be found in attachments. The boundary in ocean is : ad_LBC(isFsur) == Cha Per Clo Per ! free-surface ad_LBC(isUbar) == Fla Per Clo Per ! 2D U-momentum ...
by liangliang
Thu Aug 01, 2013 1:56 am
Forum: ROMS Discussion
Topic: Plot velocity vectors
Replies: 11
Views: 7829

Plot velocity vectors

i have got the ocean_his.nc. i want to get the vector of current.And I use wilkin's roms_quivergrd.m to plot velocity vectors . But matlab shows an error . Error using + Matrix dimensions must agree. Error in roms_quivergrd (line 96) uveitheta = (u+sqrt(-1)*v).*exp(sqrt(-1)*angle); Easygrid can gene...
by liangliang
Fri Jul 26, 2013 8:00 am
Forum: ROMS Discussion
Topic: Blowing up!
Replies: 1
Views: 1641

Re: Blowing up!

My grid is wrong . I change it ,and reduce time step . It is OK !
by liangliang
Wed Jul 24, 2013 6:15 am
Forum: ROMS Discussion
Topic: Problem about periodic boundary
Replies: 6
Views: 3455

Re: Problem about periodic boundary

You want a periodic channel in which you are specifying the transport? Sure, you can make a rectangular domain and put a line of sinks on one end and a line of sources on the other. See the thread about instability of tracers when mixing sources and sinks, though. Thank you! My domain is rectangula...
by liangliang
Wed Jul 24, 2013 6:14 am
Forum: ROMS Discussion
Topic: Blowing up!
Replies: 1
Views: 1641

Blowing up!

I try to couple ROMS with swan .But when i run it ,it is blowing up !
I find that :
Maximum grid stiffness ratios: rx0 = 6.666667E-01 (Beckmann and Haidvogel)
rx1 = 1.262620E+01 (Haney)
Does that mean i should smooth my grid ?
by liangliang
Thu Jul 18, 2013 9:48 am
Forum: ROMS Discussion
Topic: Problem about periodic boundary
Replies: 6
Views: 3455

Re: Problem about periodic boundary

I once thought about creating periodic grids from a tool that is inherently non-periodic. I believe you can do it using an iterative technique, at least for those tools using the Ives and Zacharias algorithm. I'm assuming you want to make a periodic channel (east-west) with bumps along one wall. If...
by liangliang
Wed Jul 17, 2013 1:19 am
Forum: ROMS Discussion
Topic: Problem about periodic boundary
Replies: 6
Views: 3455

Problem about periodic boundary

I want to make some cases with delft3D ,and compare it with ROMS . There are two problems
a、 I can't find periodic boundary in delft3D ,how could i implement it ?
b、 Where I can find periodic boundary source code in ROMS ?

Thank you !
by liangliang
Wed Jun 26, 2013 3:25 pm
Forum: ROMS Discussion
Topic: inlet_test case problem
Replies: 4
Views: 3435

Re: inlet_test case problem

moritz.wandres wrote:Hi,
I seem to have encountered a similar problem. Did you find a solution yet?
Jwarner is right .I didn't set 'inlet_test_bathy.bot' and 'inlet_test_grid_coord.grd ' in swan_inlet_test.in.
You can try it ,it will be OK .
by liangliang
Mon Feb 18, 2013 2:23 am
Forum: ROMS Discussion
Topic: inlet_test case problem
Replies: 4
Views: 3435

Re: inlet_test case problem

I find it show Ocean Model MPI nodes: 000 - 003 Waves Model MPI nodes: 004 - 007 at the beginning . But it show Node # 0 (pid= 0) is active. Node # 1 (pid= 0) is active. Node # 2 (pid= 0) is active. Node # 3 (pid= 0) is active. in the end . Is that mean Ocean Model is active ,but there are some wron...
by liangliang
Sun Feb 17, 2013 7:47 am
Forum: ROMS Discussion
Topic: inlet_test case problem
Replies: 4
Views: 3435

inlet_test case problem

I have succeed compiling inlet_test case ,but when I run it . It seems wrong. There were no error messages. When i run it , it shows " Node # 0 (pid= 0) is active. Node # 1 (pid= 0) is active. Node # 2 (pid= 0) is active. Node # 3 (pid= 0) is active." I wait for about 10 minutess ,it still...
by liangliang
Wed Feb 06, 2013 7:38 am
Forum: ROMS Discussion
Topic: Problem about Inlet_test
Replies: 2
Views: 2261

Problem about Inlet_test

I want to couple ROMS with swan , so I do this svn checkout https://www.myroms.org/svn/src/test/inlet_test MyTest . I find there is no #define SWAN_COUPLING in inlet_test.h ,but I can find #define SWAN_COUPLING in My folder /trunk/ROMS/Include/inlet_test.h . What is the difference between them ? If ...
by liangliang
Sun Jan 20, 2013 11:47 am
Forum: ROMS Discussion
Topic: Error about inlet test cae
Replies: 5
Views: 3275

Re: Error about inlet test cae

I can't say for SWAN, but the ROMS story is a little confusing. As it is now, USE_NETCDF4 means that the build system can count on the existence of nc-config (or perhaps it is sometimes nf-config). It can ask nc-config how to link things together, whether hdf is needed or not, whether -lnetcdff is ...
by liangliang
Thu Jan 17, 2013 8:52 am
Forum: ROMS Discussion
Topic: Error about inlet test cae
Replies: 5
Views: 3275

Re: Error about inlet test cae

It is because some of us are so stuck in our ways as to be using a Unix shell in the csh family. Job redirection is different between the sh family (including bash) and the other family. In this statement: oceanM coupling_inlet_test.in > & log & the first "&" sends the error o...
by liangliang
Tue Jan 15, 2013 1:23 am
Forum: ROMS Discussion
Topic: Error about inlet test cae
Replies: 5
Views: 3275

Re: Error about inlet test cae

I have succeed compiling it . My machine had mpich2 and openmpi before . And I uninstalled openmpi . Then I compiled it again . Then I typed mpirun -np 4 ./oceanM coupling_inlet_test.in It works well . It seems there is a conflict between mpich2 and openmpi . But I still have a question about it . I...
by liangliang
Sun Jan 13, 2013 1:50 am
Forum: ROMS Discussion
Topic: Error about inlet test cae
Replies: 5
Views: 3275

Error about inlet test cae

Dear everyone: I try to run the inlet test case ,I know that it is a case of coupling between roms and swan. I have succeed compiling it . My platform is unbuntu 12.10 ,mpif90 gfortran mpich2 mct When I want to run it ,I get an error ! Please help me ! Thank you ! next is the information on the scre...
by liangliang
Tue Mar 16, 2010 2:20 pm
Forum: ROMS Sediment
Topic: About the hc ,Tcline and hmin
Replies: 5
Views: 7947

About the hc ,Tcline and hmin

everyone: I know 'hc' is citical depth ,and 'Tcline' is surface/bottom layer width,hc=min(hmin,Tcline) But in my model ,the water is very shallow ,so there are many negative values in the 'h'. I want to ask some qustions: If the min 'h' is negative, is the 'depthmin' set to negative value? And can t...
by liangliang
Wed Feb 24, 2010 3:02 pm
Forum: ROMS Sediment
Topic: About the open boundary condition
Replies: 1
Views: 3106

About the open boundary condition

hi: I want add the free-surface boundary conditions on the open boundary.I konw that it is contained in the bry.nc.But in the bry.nc,there are many other variables ,for example,'ubar,vbar,u,v,temp,salt'. If i want add the free-surface boundary condition,which cpp option should be activated? whether ...
by liangliang
Sat Jan 09, 2010 9:29 am
Forum: ROMS Sediment
Topic: about the wind in the coupling of roms and swan
Replies: 3
Views: 4154

Re: about the wind in the coupling of roms and swan

Thanks for your reply!
by liangliang
Thu Jan 07, 2010 4:44 am
Forum: ROMS Sediment
Topic: about the wind in the coupling of roms and swan
Replies: 3
Views: 4154

about the wind in the coupling of roms and swan

everyone:

when i couple the roms and swan by "two way",whether should i add swan_wind field on swan and roms_wind field on roms ?Is it repetitious?
by liangliang
Wed Jan 06, 2010 4:44 pm
Forum: ROMS Usage
Topic: About the TEST_HEAD case
Replies: 7
Views: 5494

Re: About the TEST_HEAD case

jcwarner:
I have succeeded in running the case of TEST_HEAD.
the problem is from MCT.When i install mct ,i use the mpi-serial and the real4double8.that is wrong.
Thanks for your help! Best wish to you!
besides,some variables in the "test_head_ini.nc" are wrong.
by liangliang
Tue Jan 05, 2010 6:45 am
Forum: ROMS Usage
Topic: About the TEST_HEAD case
Replies: 7
Views: 5494

Re: About the TEST_HEAD case

jcwarner: Thank you for your suggestion! Before,i use the absolute path,which is wrong.now,i have changed the path relative to the oceanM.It is available. But there are some other problems. I think the program have read the input files,but i don't know what lead the program aborted. The information ...
by liangliang
Mon Jan 04, 2010 2:30 pm
Forum: ROMS Installation
Topic: Compiling Roms with Linux and g95
Replies: 14
Views: 13121

Re:

I have run many of the test cases before release of roms 3.0. I did not run them all, but I did run about 14 of them. TEST_HEAD was one of them, and it worked fine for me. This is an application that requires model coupling, so the user needs to make sure that they activated SWAN_COUPLING ?= on in ...
by liangliang
Mon Jan 04, 2010 1:34 pm
Forum: ROMS Usage
Topic: About the TEST_HEAD case
Replies: 7
Views: 5494

Re: About the TEST_HEAD case

jcwarner: Thank you very much! You are right,my input file's location is wrong. but after i corrected the location,the model still didn't run.The difference is that it created some files Now ,my computer is a two-kernel PC,and i have installed MCT and MPI,which have been tested. next is the informat...
by liangliang
Mon Jan 04, 2010 3:51 am
Forum: ROMS Usage
Topic: About the TEST_HEAD case
Replies: 7
Views: 5494

Re: About the TEST_HEAD case

Everyone: Hello! I have succeeded in compiling the case of TEST_HEAD without ARPACK and created the "oceanM". And then ,when I ran the model,i writed the command line "mpirun -np 2 oceanM coupling_test_head.in", but the result is only one line "coupled input file = coupling_...
by liangliang
Sat Jan 02, 2010 2:10 pm
Forum: ROMS Problems
Topic: Division by zero!!!
Replies: 5
Views: 3401

Re: Division by zero!!!

I have the same trouble.
If i comment out the line ,whether will it have a bad effect on the model running.
by liangliang
Fri Jan 01, 2010 2:07 pm
Forum: ROMS Usage
Topic: About the TEST_HEAD case
Replies: 7
Views: 5494

About the TEST_HEAD case

Dear everyone: Happy new year! Now i try to run the TEST_HEAD case,i know that it is a case of coupling between roms and swan.I have installed the MCT and MPI,and then i want to install the ARPACK lib,but i have a trouble in compling it.I want to ask whether the version of MPI is specified,or the MP...
by liangliang
Tue Dec 22, 2009 7:33 am
Forum: ROMS Sediment
Topic: About the morphological changes in sea floor
Replies: 4
Views: 6845

Re: About the morphological changes in sea floor

nganju :
THanks for your reply !
If the option SED_MORPH is actived,is there some new variables in the output files.For example,which variable can express the bed level change,the'change'?
by liangliang
Sun Dec 20, 2009 2:04 pm
Forum: ROMS Usage
Topic: How to add coastal structures into model
Replies: 2
Views: 2902

How to add coastal structures into model

Hello all:
In my study region,there are some coastal structures .For example ,breakwaters,jetties ,and so on.
Usually,the size of structures is too small for grid size to generate in grid.Whether can i add coastal structures into model in other method?
Thanks!
by liangliang
Sun Dec 20, 2009 3:52 am
Forum: ROMS Sediment
Topic: About the morphological changes in sea floor
Replies: 4
Views: 6845

About the morphological changes in sea floor

Everyone:
hello!
I have a question about the morphological changes in sea floor when i simulate an estuary's evolvement .In the output files,which variable reflects the change of bed?
Thanks!
by liangliang
Wed Dec 16, 2009 5:55 am
Forum: ROMS Sediment
Topic: How to set the river_time
Replies: 5
Views: 5374

Re: How to set the river_time

Pick a time origin and be consistent. I'm in a group which discussed this no end, but we finally decided on a time origin of January 1, 1900, before any of our runs begin. This is what goes in TIME_REF. Then DSTART is in days, relative to the TIME_REF. I currently have DSTART=25202, early in 1969. ...
by liangliang
Tue Dec 15, 2009 4:12 pm
Forum: ROMS Sediment
Topic: How to set the river_time
Replies: 5
Views: 5374

How to set the river_time

Hello: everyone! I am a newer to roms.I want to simulata an estuary,so i need to create a forcing file of river.There is a variable of river_time.In the case of latte_C,i found that the river_time is from -370 to 260.I want to know how to set the river_time.Why can the river_time be negative? And wh...