Search found 7 matches

by sspagnol
Wed Jun 18, 2014 8:08 am
Forum: ROMS Tools and Techniques
Topic: GSHHS v2 support in r_gshhs.m
Replies: 0
Views: 1666

GSHHS v2 support in r_gshhs.m

The current version of r_gshhs.m cannot handle v2 GSHHS data due to a change in header size (v1 is 9 x int32, v2 is 11 x int32). So simple change in the two fread statments allow it to work ok. So need some flag to be passed in allowing this to be set.

Simon.
by sspagnol
Thu Apr 14, 2011 1:05 am
Forum: ROMS Tools and Techniques
Topic: Typo in c_initial and c_boundary?
Replies: 0
Views: 1578

Typo in c_initial and c_boundary?

In roms-matlab/initial/c_initial.m and roms-matlab/boundary/c_boundary there are a sprinkling of ocena_s_coordinate_g1 and ocena_s_coordinate_g2. Are these supposed to be ocean_s_coordinate_g1 and ocean_s_coordinate_g2?

Thanks,
Simon.
by sspagnol
Fri Apr 08, 2011 1:37 am
Forum: ROMS Benchmarks
Topic: OpenMP cpu stats
Replies: 1
Views: 5166

OpenMP cpu stats

Hi All, For a test job using OpenMP compiled nonlinear roms with NTIMES=100, DT=60 ROMS info: Elapsed CPU time (seconds): Thread # 7 CPU: 561.271 Thread # 5 CPU: 561.271 Thread # 2 CPU: 561.271 Thread # 0 CPU: 561.271 Thread # 3 CPU: 561.271 Thread # 1 CPU: 561.271 Thread # 6 CPU: 561.271 Thread # 4...
by sspagnol
Thu Jul 01, 2010 4:16 am
Forum: ROMS Tools and Techniques
Topic: Possible bug in roms-plot/src/Utility/opencdf.F
Replies: 3
Views: 3236

Re: Possible bug in roms-plot/src/Utility/opencdf.F

Hi Hernan,

Attached should be my modified hbackground.F, following the convention have added tests for NCARG520.

Thanks,
Simon.
by sspagnol
Thu Jul 01, 2010 3:07 am
Forum: ROMS Tools and Techniques
Topic: Possible bug in roms-plot/src/Utility/opencdf.F
Replies: 3
Views: 3236

Possible bug in roms-plot/src/Utility/opencdf.F

Hi All, Should the occurence of ncid1 in lines 805 and 812 be ncgrd instead? Had to make this change (and a few additions to hbackground.F for ncl 5.2.0) in order for stuff to work. On a kind of related note is there a ncl-ized versions of matlab set_depth and stretching functions. Or maybe an examp...
by sspagnol
Thu Oct 08, 2009 4:47 am
Forum: ROMS Problems
Topic: Input parameter file and comments with keywords
Replies: 6
Views: 3364

Input parameter file and comments with keywords

Hi, could someone confirm whether having a keyword in a comment (which causes the non-commented keyword not to be read), is 1. not allowed at all 2. a problem with either inp_par.f decode_line function or 3. a problem with my compiler (ifort Version 11.0 Build 20090131 Package ID: l_cprof_p_11.0.081...
by sspagnol
Fri Dec 08, 2006 6:52 am
Forum: ROMS Installation
Topic: SunOS / f95 / mod_boundary.f90 compilation problem
Replies: 2
Views: 2767

SunOS / f95 / mod_boundary.f90 compilation problem

Hi, have problem when I try to compile mod_boundary.f90 from roms-2.2 with latest corrections applied. Compiler output is listed below f95 -c -u -U -xarch=v9 -O3 mod_boundary.f90 MODULE mod_boundary ^ "mod_boundary.f90", Line = 1, Column = 14: ERROR: The compiler has detected errors in mod...