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
Search found 7 matches
- Mon Sep 07, 2020 11:35 am
- Forum: ROMS Tools and Techniques
- Topic: Error in matlab codes
- Replies: 5
- Views: 12004
- Sun Feb 10, 2019 7:33 am
- Forum: ROMS Installation
- Topic: Roms Upwelling testing case
- Replies: 2
- Views: 4101
Re: Roms Upwelling testing case
Hi ,
You may find the attached pdf file useful .
Regards ,
Amin
You may find the attached pdf file useful .
Regards ,
Amin
- Thu Dec 13, 2018 6:25 am
- Forum: ROMS Tools and Techniques
- Topic: SEAGRID GENERATION
- Replies: 3
- Views: 3862
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
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
- Tue May 22, 2018 5:10 am
- Forum: ROMS Bugs
- Topic: ifort compile (make) error
- Replies: 4
- Views: 4251
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 !
>> 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 !
- Thu Jan 25, 2018 3:43 pm
- Forum: ROMS Problems
- Topic: Model hangs unexpectedly
- Replies: 4
- Views: 3791
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 ...
- Wed Jan 24, 2018 7:14 am
- Forum: ROMS Problems
- Topic: Model hangs unexpectedly
- Replies: 4
- Views: 3791
Re: Model hangs unexpectedly
Hi ,
I think you have asked for too much memory . Is your domain size very big?
I think you have asked for too much memory . Is your domain size very big?
- Fri Dec 15, 2017 9:51 am
- Forum: ROMS Problems
- Topic: Compiling ROMs in Ubuntu
- Replies: 7
- Views: 9367
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
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