Search found 7 matches

by bingzhang_chen
Fri Mar 27, 2015 10:35 pm
Forum: ROMS Problems
Topic: seagrid2roms and matlab 2010b native matlab netcdf
Replies: 7
Views: 6631

Re: seagrid2roms and matlab 2010b native matlab netcdf

I find that it is possibly caused by an error in:

count = [1 Lp Mp];

If changed to:
count = [1 Mp Lp];

Then it works.

Is it true?
by bingzhang_chen
Fri Mar 27, 2015 4:13 pm
Forum: ROMS Problems
Topic: seagrid2roms and matlab 2010b native matlab netcdf
Replies: 7
Views: 6631

Re: seagrid2roms and matlab 2010b native matlab netcdf

I run into the same problem too. Any suggestions to make it working?
by bingzhang_chen
Wed Mar 18, 2015 2:47 pm
Forum: ROMS Discussion
Topic: malloc: *** error: pointer being freed was not allocated
Replies: 5
Views: 2527

Re: malloc: *** error: pointer being freed was not allocated

Sorry, I meant the OpenMP implementation.
by bingzhang_chen
Wed Mar 18, 2015 1:45 pm
Forum: ROMS Discussion
Topic: malloc: *** error: pointer being freed was not allocated
Replies: 5
Views: 2527

Re: malloc: *** error: pointer being freed was not allocated

Yes. I just turned on the openmp option. My platform is a Mac Pro with 6 physical CPUs, so I thought I should use the shared-memory parallelism... I may need to learn more about OPENMPI...
by bingzhang_chen
Wed Mar 18, 2015 8:05 am
Forum: ROMS Discussion
Topic: malloc: *** error: pointer being freed was not allocated
Replies: 5
Views: 2527

Re: malloc: *** error: pointer being freed was not allocated

I find that it is related with the parallel computing. If I disable parallelism, the model runs normally. But I wonder why...
by bingzhang_chen
Wed Mar 18, 2015 7:29 am
Forum: ROMS Tools and Techniques
Topic: About chlolophyll in NPZD model
Replies: 3
Views: 4678

Re: About chlolophyll in NPZD model

Do you use the proto-type NPZD model? The Fennel type model already has the state variable of Chlorophyll.
by bingzhang_chen
Wed Mar 18, 2015 5:11 am
Forum: ROMS Discussion
Topic: malloc: *** error: pointer being freed was not allocated
Replies: 5
Views: 2527

malloc: *** error: pointer being freed was not allocated

Hi ROMS Users: I am a new user of ROMS. I am trying to run the default upwelling test case, but now I got a problem: Model Input Parameters: ROMS/TOMS version 3.7 Wednesday - March 18, 2015 - 1:41:58 PM ----------------------------------------------------------------------------- Wind-Driven Upwelli...