Search found 15 matches

by hugobastos
Mon Aug 18, 2014 3:09 am
Forum: ROMS Bugs
Topic: Why floats solution behave with anti-parallel speed-up?
Replies: 5
Views: 5107

Re: Why floats solution behave with anti-parallel speed-up?

Hi, I think that your problem of slowness even when you dont release your floats yet can be tweaked if you have the patience to test out a little modification in the code. the ideia is only call the floats when close to release time right!? You can try to edit the main2d.F and main3d.F and just afte...
by hugobastos
Tue Jul 29, 2014 1:35 am
Forum: ROMS Problems
Topic: Near-bottom numerical instability over the slope
Replies: 16
Views: 14574

Re: Near-bottom numerical instability over the slope

Hello again andré, all right, so your function/initial distribution is right and there is no error associated with the initial conditions. And yes, the hpge is sensible to the profile you impose, since the pressure at two z point would be different in steeper sigma coordinates. The thing with the ge...
by hugobastos
Wed Jul 16, 2014 2:10 am
Forum: ROMS Bugs
Topic: PROFILE report
Replies: 4
Views: 4030

Re: PROFILE report

Hi Kate, did you find a correction for this? I'm missing the profile reports too...
by hugobastos
Tue Jul 15, 2014 2:34 am
Forum: ROMS Problems
Topic: Near-bottom numerical instability over the slope
Replies: 16
Views: 14574

Re: Near-bottom numerical instability over the slope

Hi there, seems that you had a lot of fun with this...and i think that gustavo have a good point. Are you really sure about your initial conditions and their configuration in the sigma coordinates? Because your rx values are already too conservative and even in other grids where the rx are higher it...
by hugobastos
Thu Apr 11, 2013 2:58 pm
Forum: ROMS Problems
Topic: Slow performance on SGI with Opterons
Replies: 6
Views: 7289

Re: Slow performance on SGI with Opterons

Hello Antonio, are you sure that you use the same compiler (including versions) and same flags over the runs(See the first lines of your log)!? Using intel compilers!? If so, maybe you should check the compiler flags or disable optimizations and check again the performance... The intel compiler have...
by hugobastos
Tue Feb 28, 2012 7:21 pm
Forum: ROMS Bugs
Topic: Small missing code related to Qair/Tair and typo
Replies: 2
Views: 2480

Small missing code related to Qair/Tair and typo

Hello to all, today i realized that i have found a little bug sometime ago, but only today i have seen that i do not reported it ( i think) The bug: Looks like the options associated to output the variable Specific humidity and Air Temperature are missing in the whole code. I can see that this kind ...
by hugobastos
Fri Jun 10, 2011 4:53 pm
Forum: ROMS Results
Topic: problem with perfect restart
Replies: 13
Views: 15066

Re: problem with perfect restart

Hello, I think that have found this bug. is all about LMD_SKPP or LMD_BKPP defined together with PERFECT RESTART. If the user set LMD_MIXING + LMD_SKPP || LMD_BKPP + PERFECT_RESTART + CycleRST == F a error happens when writing the 4 timestamp output of rst file: If only LMD_BKPP : WRT_RST - error wh...
by hugobastos
Tue Nov 23, 2010 8:04 pm
Forum: ROMS Bugs
Topic: 2 small bugs with averages_detide
Replies: 2
Views: 2807

2 small bugs with averages_detide

Hello to all, I think that i have found 2 little bugs in the code associated with detide options: First bug The file set_avg.F has a small bug in the end of file that break the make process for 2d apps; the endif statement is inside the #ifdef SOLVE3D directive , so when building without SOLVE3D the...
by hugobastos
Thu Jul 01, 2010 6:35 pm
Forum: ROMS Bugs
Topic: Trac # 443 Bug in MPI programs
Replies: 1
Views: 2898

Re: Trac # 443 Bug in MPI programs

Found the answers hehe: my Err...My inifile. Recently i create a new one with the ocean_time variable fixed to a value =1 (ncks). So if u have a file with : double ocean_time ; ocean_time:long_name = "time since initialization" ; ocean_time:units = "days since 1968-05-23 00:00:00 GMT&...
by hugobastos
Thu Jul 01, 2010 4:11 pm
Forum: ROMS Bugs
Topic: Trac # 443 Bug in MPI programs
Replies: 1
Views: 2898

Trac # 443 Bug in MPI programs

Hello, the trivial: recently i opened a ticket in the trac. But it was wrong. I try to edit but the trac gives me an error ( when enter the Submit changes box): --- Trac Error Invalid action "view" --- ------------------------- the bug: About the error: I recently update the code (to 484) ...
by hugobastos
Tue May 11, 2010 3:39 pm
Forum: ROMS Installation
Topic: gfortran 4.4.1 optimization bug for ran_state.F
Replies: 5
Views: 5014

Re: gfortran 4.4.1 optimization bug for ran_state.F

hello, Recently, i need to install roms in another server , and found this problem. If helps anyone: there is an error here for the Red hat GNU Fortran (the solution is base on output of --version.) In fedora and centos distros the output with "head -1" looks like: GNU Fortran (GCC) 4.1.2 ...
by hugobastos
Thu Jun 25, 2009 3:10 pm
Forum: ROMS Problems
Topic: what's wrong with the seagrid spacer?
Replies: 12
Views: 8892

Re: what's wrong with the seagrid spacer?

I do NOT recommend avoiding the mex files with SeaGrid. Chuck Denham, the author of this tool, tried to make non-mex versions of the elliptic solver and the other mex files, but it didn't work out so well. If you don't use the mex files, you will get a grid, but it may be wildly nonorthogonal. Nice...
by hugobastos
Wed Jun 24, 2009 2:06 pm
Forum: ROMS Problems
Topic: what's wrong with the seagrid spacer?
Replies: 12
Views: 8892

Re: what's wrong with the seagrid spacer?

I see this problem a long time ago, but i think u must try to disable the the mex checkbox .

:arrow: Open Seagrid, Select menu View, and uncheck the Mex box on the end of the window!

Check if works!
by hugobastos
Sun Apr 19, 2009 7:21 pm
Forum: ROMS Usage
Topic: Help My first application
Replies: 16
Views: 11676

Re: Help My first application

You cant use this together: #define ANA_FSOBC #define ANA_M2OBC with #define SSH_TIDES #define ADD_FSOBC #define ADD_M2OBC :!: U probably are overwriting the values in the boundary, using this 2 options ! The first's options set the elevation on the boundary to the values in ana_fsobc.F & ana_m2...
by hugobastos
Thu Apr 16, 2009 12:50 pm
Forum: ROMS Usage
Topic: Help My first application
Replies: 16
Views: 11676

Re: Help My first application

Inside of roms the attributes south , east , north , west refer to the Grid . More precisely if the grid has size (eta_rho,xi_rho) , then: The points of the southern boundaries are all the points (1,iXi) for iXi between 1 and xi_rho . The points of the eastern boundary are all the points (iEta,xi_r...