Search found 11 matches
- Mon Mar 13, 2017 4:37 am
- Forum: ROMS Results
- Topic: Questions about input file settings
- Replies: 2
- Views: 8538
Re: Questions about input file settings
Thank you so much kate for prompt reply. My goal is to develop a grid for a small region in india and run ROMS simulation by giving it input files like .clim,.bry, .ini,.forc. It is a for a real application. I ran upwelling and other test cases using analytical files. Now, iam trying to run the same ...
- Mon Mar 13, 2017 4:09 am
- Forum: ROMS Tools and Techniques
- Topic: Problem of " rnt_griddata" of MAIN_Grid.m in RNT
- Replies: 8
- Views: 9173
Re: Problem of " rnt_griddata" of MAIN_Grid.m in RNT
Is your matlab 32 bit or 64 bit? Rnt compiles well with 32 bit matlab. It needs g95 fortran compiler and gcc. G95 works well with 32 bit. Mine is matlab 2013b, 32 bit. in windows. I tried with 64 bit matlab version under linux without success. You need to use right version of gcc. http://oces.us/RNT ...
- Sun Mar 12, 2017 6:14 pm
- Forum: ROMS Tools and Techniques
- Topic: Problem of " rnt_griddata" of MAIN_Grid.m in RNT
- Replies: 8
- Views: 9173
Re: Problem of " rnt_griddata" of MAIN_Grid.m in RNT
You need to edit all the files that you are compiling in rnt and replace word Mxcreatefull with word mxcreatedoublematrix as the error suggests. Latest matlab does not support former word.
Then recompile rnt toolbox.
Then recompile rnt toolbox.
- Sun Mar 12, 2017 7:24 am
- Forum: ROMS Results
- Topic: Questions about input file settings
- Replies: 2
- Views: 8538
Questions about input file settings
Hello, Can somebody please clarify few questions regarding settings in input file. How to specify boundary conditions.. please have a look at the attached figure. I have grid that has west side land. right side open to ocean. I guessed that north and south are periodic. Therefore i defined CLO , PER ...
- Wed Feb 22, 2017 4:50 pm
- Forum: ROMS Information
- Topic: roms tutorial videos
- Replies: 1
- Views: 7950
roms tutorial videos
some links in roms tutorials page are not working.
http://eros.eas.gatech.edu/ROMS-Tutorial/tutorials.html
i need the video of running NPACIFIC case in Section 10.
can somebody please update the link or share the video file.
http://eros.eas.gatech.edu/ROMS-Tutorial/tutorials.html
i need the video of running NPACIFIC case in Section 10.
can somebody please update the link or share the video file.
- Wed Feb 22, 2017 4:14 am
- Forum: ROMS Problems
- Topic: Compiling error
- Replies: 8
- Views: 7161
Re: Compiling error
Thank you so much kate.
It is working now.
It is working now.
- Tue Feb 21, 2017 5:57 pm
- Forum: ROMS Problems
- Topic: Compiling error
- Replies: 8
- Views: 7161
Re: Compiling error
Thank you for your reply.
I defined SOLVE3d in my cppdefs.h
Attached is my uv_rotate.f90
I defined SOLVE3d in my cppdefs.h
Attached is my uv_rotate.f90
- Tue Feb 21, 2017 2:18 pm
- Forum: ROMS Problems
- Topic: Compiling error
- Replies: 8
- Views: 7161
Re: Compiling error
when i am trying to compile roms, uv_rotate.F has failed to build with this error. uv_rotate.f90:268.18: Vout(i,j,k)=Vout(i,j,k)+ & 1 Error: Rank mismatch in array reference at (1) (3/4) uv_rotate.f90:268.30: Vout(i,j,k)=Vout(i,j,k)+ & 1 Error: Rank mismatch in array reference at (1) (3/4) uv_rotate ...
- Thu Feb 16, 2017 2:07 pm
- Forum: ROMS Usage
- Topic: RNT compile rnt_oa2d_mex
- Replies: 1
- Views: 3369
Re: RNT compile rnt_oa2d_mex
I solved it mysef by converting to int
xs(ii)= x( int(pmap(i,ii)) )
do the same with next two lines in this file.
xs(ii)= x( int(pmap(i,ii)) )
do the same with next two lines in this file.
- Thu Feb 16, 2017 2:03 pm
- Forum: ROMS Usage
- Topic: corrupt ROMS tutorial video
- Replies: 5
- Views: 10655
Re: corrupt ROMS tutorial video
Try to open the link in different browser.
- Sun Feb 12, 2017 3:25 pm
- Forum: ROMS Usage
- Topic: RNT compile rnt_oa2d_mex
- Replies: 1
- Views: 3369
RNT compile rnt_oa2d_mex
hi, I am trying to compile RNT toolbox by Manu. Iam using windows 32 bit matlab and g95. Following are my mex configuration in matlab. _____________________________________________________________________________________________________________ -> Options file = C:\Users\roopa\AppData\Roaming ...