Search found 11 matches

by powellb
Fri Apr 22, 2022 8:51 pm
Forum: ROMS Problems
Topic: At line 1895 of file mod_ncparam.f90 Fortran runtime error
Replies: 6
Views: 6183

Re: At line 1895 of file mod_ncparam.f90 Fortran runtime error

Are you running with a biological model enabled? Something is happening as it goes through the number of tracers (as jcwarner pointed above): SELECT CASE (Vinfo(1)) CASE ('tracer2') varid=varid-1 DO i=1,MT varid=varid+1 idTTav(i)=varid DO ng=1,Ngrids Fscale(varid,ng)=scale Iinfo(1,varid,ng)=gtype No...
by powellb
Tue Jul 08, 2014 11:38 pm
Forum: Job Opportunities
Topic: Data Assimilation/Prediction Scientist at Univ. Hawaii
Replies: 0
Views: 2925

Data Assimilation/Prediction Scientist at Univ. Hawaii

University of Hawaii, School of Ocean and Earth Science Technology (SOEST), Physical Oceanographer. SOEST at the University of Hawai`i in Manoa seeks a Postdoctoral Scholar to collaborate in a significant inter-disciplinary project to observe and predict the ocean state of the US Pacific Islands, in...
by powellb
Mon Feb 24, 2014 1:33 am
Forum: Job Opportunities
Topic: Postdoc in ROMS Modeling at UNSW, Sydney, Australia
Replies: 0
Views: 2854

Postdoc in ROMS Modeling at UNSW, Sydney, Australia

Postdoctoral Research Associate Physical Oceanography University of New South Wales, Sydney Australia Applications are invited for a postdoctoral research position in regional ocean modelling. The role is to carry out high level research in support of a project funded by the Australian Research Coun...
by powellb
Thu Oct 13, 2011 8:03 am
Forum: Job Opportunities
Topic: PostDoc in Ocean Prediction at Univ. of Hawaii
Replies: 0
Views: 2776

PostDoc in Ocean Prediction at Univ. of Hawaii

University of Hawaii, School of Ocean and Earth Science Technology (SOEST), Postdoctoral Scholar. SOEST at the University of Hawai`i in Manoa seeks a Postdoctoral Scholar to collaborate in a significant inter-disciplinary project to observe and predict the ocean state of the US Pacific Islands, inc...
by powellb
Mon Aug 10, 2009 6:18 pm
Forum: Meetings/Workshops
Topic: AGU Ocean Sciences Session on science of Ocean Prediction
Replies: 0
Views: 3225

AGU Ocean Sciences Session on science of Ocean Prediction

On behalf of the co-chairs, Dr. Bruce Cornuelle (Scripps Institute of Oceanography) and Dr. Gregg Jacobs (US Naval Research Laboratory), I would like to encourage you to submit an abstract to the session at the upcoming AGU Ocean Sciences meeting in Portland. We are convening this session to look at...
by powellb
Tue Apr 28, 2009 6:46 pm
Forum: Job Opportunities
Topic: PostDoctoral Scholar in 4DVAR at the University of Hawaii
Replies: 0
Views: 1887

PostDoctoral Scholar in 4DVAR at the University of Hawaii

University of Hawaii, School of Ocean and Earth Science Technology (SOEST), Postdoctoral Scholar. SOEST at the University of Hawai`i in Manoa seeks a Postdoctoral Scholar to explore and research the circulation on the western slope of the island of O'ahu with a focus on data assimilation and adjoint...
by powellb
Fri Sep 05, 2008 7:32 pm
Forum: Job Opportunities
Topic: Univ. of Hawaii: PostDoc in Data Assimilation and Prediction
Replies: 0
Views: 2219

Univ. of Hawaii: PostDoc in Data Assimilation and Prediction

University of Hawaii, School of Ocean and Earth Science Technology (SOEST), Postdoctoral Scholar. SOEST at the University of Hawai`i in Manoa seeks a Postdoctoral Scholar to explore and research numerical modeling of the Hawaiian islands with a focus on data assimilation and ocean state prediction. ...
by powellb
Wed Apr 02, 2008 11:46 pm
Forum: ROMS Installation
Topic: ROMS 3.1 - OSX 10.5.2 Intel - ifort 10.1.006 - netcdf 3.6.2:
Replies: 17
Views: 13127

I forgot that due to some fancy arrangements that ifort 10.1 does to numerical calculations, it can wreak havoc on the symmetry between the tangent-linear and adjoint models. I have added the following option to the Darwin-ifort.mk in my ROMS development branch (it should make it into the public br...
by powellb
Tue Apr 01, 2008 6:49 pm
Forum: ROMS Installation
Topic: ROMS 3.1 - OSX 10.5.2 Intel - ifort 10.1.006 - netcdf 3.6.2:
Replies: 17
Views: 13127

Forgot

I forgot that due to some fancy arrangements that ifort 10.1 does to numerical calculations, it can wreak havoc on the symmetry between the tangent-linear and adjoint models. I have added the following option to the Darwin-ifort.mk in my ROMS development branch (it should make it into the public bra...
by powellb
Tue Apr 01, 2008 6:39 pm
Forum: ROMS Installation
Topic: ROMS 3.1 - OSX 10.5.2 Intel - ifort 10.1.006 - netcdf 3.6.2:
Replies: 17
Views: 13127

ifort 10.1.006

As Rob mentioned, the problem is with ifort 10.1.006. This had a bug in the optimizer which would cause segmentation faults when unrolling loops that access arrays. This was fixed in the 008 release. Basically, use the latest. You cannot use any release prior to 10.1 on Leopard. Enrique, the followi...
by powellb
Thu Jan 25, 2007 5:09 pm
Forum: ROMS Installation
Topic: Intel Core 2 Duo processor
Replies: 14
Views: 14796

Re: ROMS on Dual Core

shchepet wrote:MPI is useless in this type of configuration, predominantly because of slow and shared
memory bus...
Unfortunately, the tangent linear and adjoint are not OpenMP compatible; hence, my requirement for MPI (and I sure don't want to run in serial!)...