Search found 7 matches

by Aminrahdarian
Mon Sep 07, 2020 11:35 am
Forum: ROMS Tools and Techniques
Topic: Error in matlab codes
Replies: 5
Views: 5703

Re: Error in matlab codes

Hi Javad,
Remove directories including netcdf functions added in matlab paths and call nc functions from the toolbox that is available in ROMS repository. It seems that the nc_read function you are using does not match.
Amin
by Aminrahdarian
Sun Feb 10, 2019 7:33 am
Forum: ROMS Installation
Topic: Roms Upwelling testing case
Replies: 2
Views: 3074

Re: Roms Upwelling testing case

Hi ,
You may find the attached pdf file useful .
Regards ,
Amin
by Aminrahdarian
Thu Dec 13, 2018 6:25 am
Forum: ROMS Tools and Techniques
Topic: SEAGRID GENERATION
Replies: 3
Views: 2803

Re: SEAGRID GENERATION

Hi Pooja ,
I suggest you to use GridBuilder in order to generate your grid . It is a very fast and powerful tool and has a graphical interface .

http://austides.com/downloads/

regards ,
Amin
by Aminrahdarian
Tue May 22, 2018 5:10 am
Forum: ROMS Bugs
Topic: ifort compile (make) error
Replies: 4
Views: 3284

Re: ifort compile (make) error

Hello ,
>> ipo: warning #11016: Warning unknown option -stack_size
>> ld: Unrecognized option of -a : `ck_size'
>> make: *** [oceanM] error 1

I guess you have problems with stacksize limit commands !
by Aminrahdarian
Thu Jan 25, 2018 3:43 pm
Forum: ROMS Problems
Topic: Model hangs unexpectedly
Replies: 4
Views: 2977

Re: Model hangs unexpectedly

Hi again , I hope the link below helps : ( Common Causes of Segmentation Faults (Segfaults)) https://www.nas.nasa.gov/hecc/support/kb/common-causes-of-segmentation-faults-(segfaults)_524.html The usual remedy is to increase the stack size and re-run your program. For example, to set the stack size t...
by Aminrahdarian
Wed Jan 24, 2018 7:14 am
Forum: ROMS Problems
Topic: Model hangs unexpectedly
Replies: 4
Views: 2977

Re: Model hangs unexpectedly

Hi ,
I think you have asked for too much memory . Is your domain size very big?
by Aminrahdarian
Fri Dec 15, 2017 9:51 am
Forum: ROMS Problems
Topic: Compiling ROMs in Ubuntu
Replies: 7
Views: 6863

Re: Compiling ROMs in Ubuntu

Hi ,

One way to install netcdf is to try this command in your terminal :

apt-get install *netcdf*

It will install all you need to compile ROMS (netcdf.mod, netcdf.h and nc-config) .

Amin