Search found 11 matches

by vip545
Sun Dec 28, 2014 1:47 pm
Forum: ROMS Problems
Topic: how to set velocity with vertical changes in ana_m2obc.h?
Replies: 4
Views: 3148

Re: how to set velocity with vertical changes in ana_m2obc.h

Kate, Thank you for your help!
by vip545
Sat Dec 27, 2014 2:05 am
Forum: ROMS Problems
Topic: how to set velocity with vertical changes in ana_m2obc.h?
Replies: 4
Views: 3148

Re: how to set velocity with vertical changes in ana_m2obc.h

The way you set u at the boundary should work, but you can't set ubar that way. Because it doesn't depend on k, you will only have set it for k=N (the last of the k loop). ubar is the depth-integrated flow field - it just doesn't depend on k. Now maintaining a vertical sheer is going to depend on m...
by vip545
Thu Dec 25, 2014 2:40 am
Forum: ROMS Problems
Topic: how to set velocity with vertical changes in ana_m2obc.h?
Replies: 4
Views: 3148

how to set velocity with vertical changes in ana_m2obc.h?

For seamount case, the model domain was set as a rectangular with incoming flow from the western boundary. The incoming flow decreases in vertical direction (z-axis) and it is that u(z)=0.2+0.1tanh((z+hs)/hd) its definition in ana_m2obc.h was given as below, #if defined SEAMOUNT IF (LBC(iwest,isUbar...
by vip545
Thu Oct 23, 2014 2:44 pm
Forum: ROMS Problems
Topic: can't operate the example of channel
Replies: 1
Views: 1726

can't operate the example of channel

I want to view the results of channel example, so i directly to execute the existing channel example without making any changes. but it shows the following problem: ------------------------------------------------------------- Output/Input Files: Output Restart File: channel_rst.nc Output History Fi...
by vip545
Sat Oct 11, 2014 3:00 am
Forum: ROMS Results
Topic: seamount
Replies: 4
Views: 4945

Re: seamount

kate, thankyou :) i got the expected flow field.
by vip545
Fri Oct 10, 2014 1:55 pm
Forum: ROMS Results
Topic: seamount
Replies: 4
Views: 4945

Re: seamount

Thankyou for your help! i want to create a flow from west to east with a constant eastward flow velocity of 0.5m/s for this seamount case. so i set a Cla boundary condition on western side and Rad boundary condition on eastern side (LBC(isUvel)== Cla Clo Rad Clo !3D u-momentum). The flow velocity wa...
by vip545
Thu Oct 09, 2014 8:02 am
Forum: ROMS Results
Topic: seamount
Replies: 4
Views: 4945

seamount

I run the SEAMOUNT case, but the seamount shape could not be found when the flow field (temperature, u, v) was plot. can someone know how to obtain the seamount shape in the seamount.h or ocean_seamount.in.
thankyou very much!
by vip545
Fri Oct 03, 2014 11:05 am
Forum: ROMS Tools and Techniques
Topic: Ask for the latest RSLICE version
Replies: 0
Views: 1606

Ask for the latest RSLICE version

i try to use the RSLICE to deal with the ROMS output, but when i type " >> rslice " in matlab, it shows the following problems >> rslice SWITCH expression must be a scalar or string constant. Error in rslice_initialize (line 119) switch ( options.input_type ) Error in rslice>rslice_Opening...
by vip545
Thu Jun 05, 2014 12:11 pm
Forum: ROMS Problems
Topic: The problem of etopo1 topography data in Roms_agrif
Replies: 0
Views: 1542

The problem of etopo1 topography data in Roms_agrif

Dear friends, I am using the Roms_tools and the etopo1 topography data was needed. I download the etopo1 in netCDF format( ETOPO1_Bed_c_grd.gz ) from NOAA and put it in the Roms_tools/Topo. The filename of ETOPO1_Bed_c_grd.gz was changed to etopo1.nc. But it could not work when i typed "make_gi...
by vip545
Sun Sep 22, 2013 10:58 am
Forum: ROMS Installation
Topic: problems from compiling the ROMS
Replies: 3
Views: 2814

Re: problems from compiling the ROMS

thank you very much. i don't know how to set FC to the null string and what is meant? where i shoud make this set? is it in the build.bash or somewhere?
by vip545
Sat Sep 21, 2013 3:22 am
Forum: ROMS Installation
Topic: problems from compiling the ROMS
Replies: 3
Views: 2814

problems from compiling the ROMS

when i compile the ROMS,there was an error as following: cd /home/lenove/Projects/Upwelling/Build/modkinds.f90 0d /zi mod_kinds.f90 /object:mod_kinds.o /bin/sh: -c:commmand not found make:*** [/home/lenove/Projects/Upwelling/Build/mod_kinds.o] who can help me deal with the above problem? thank you! ...