Search found 2 matches

by aurelieponte
Thu Aug 05, 2010 5:55 pm
Forum: ROMS Usage
Topic: ana_diag.F mpi
Replies: 0
Views: 2022

ana_diag.F mpi

Hi all,

I am currently trying to output diagnostics of kinetic energy, potential energy, work done by the wind ... within an mpi run and using ana_diag.h.

Looking at /Nonlinear/diag.F (where energetical diagnostics are computed) and /Functionals/ana_diag.h, I got confused about how I should sum ...
by aurelieponte
Thu Dec 10, 2009 6:02 pm
Forum: ROMS Installation
Topic: seamount test case
Replies: 1
Views: 3514

seamount test case

Hi
Not sure wether i did something wrong or not but the "out-of-the-box" seamount test case produced a weird bathymetric features in the south-east and south-west corners.

I fixed the problem by changing ana_grid.h that way :

#elif defined SEAMOUNT
DO j=JstrR,JendR
DO i=IstrR,IendR
! val1=(xr(i ...