Search found 3 matches
- Mon Jan 19, 2015 1:29 am
- Forum: Job Opportunities
- Topic: Multiple job announcements
- Replies: 0
- Views: 3951
Multiple job announcements
The Australian Antarctic Gateway Partnership** is seeking to make a number of University appointments on a full-time basis for terms of three years. We bring the following modelling positions to your attention: 1. Antarctic Coastal Ocean Modeller Postdoc: advancing understanding of the interactions ...
- Thu Jul 23, 2009 3:43 am
- Forum: ROMS Bugs
- Topic: Bug in quadratic ice shelf cavity stress
- Replies: 1
- Views: 2204
Bug in quadratic ice shelf cavity stress
Hi all,
There is a bug in the calculation of the u-component quadratic ice shelf cavity stress (sustr).
Line 353 in set_vbc.F:
cff2=SQRT(u(i,j,N(ng),nrhs)*u(i,j,N(ng),nrhs)+cff2*cff2)
should read:
cff2=SQRT(u(i,j,N(ng),nrhs)*u(i,j,N(ng),nrhs)+cff1*cff1)
Cheers,
Ben Galton-Fenzi
There is a bug in the calculation of the u-component quadratic ice shelf cavity stress (sustr).
Line 353 in set_vbc.F:
cff2=SQRT(u(i,j,N(ng),nrhs)*u(i,j,N(ng),nrhs)+cff2*cff2)
should read:
cff2=SQRT(u(i,j,N(ng),nrhs)*u(i,j,N(ng),nrhs)+cff1*cff1)
Cheers,
Ben Galton-Fenzi
- Wed Mar 15, 2006 4:38 am
- Forum: ROMS Results
- Topic: NetCDF output for ROMS test cases
- Replies: 0
- Views: 8774
NetCDF output for ROMS test cases
Hi ROMS users, I am in the process of comparing the seamount case in ROMS with the seamount case in POM. I am looking for the netcdf (i.e. the ocean_his.nc) file provided by ROMS for the seamount case so I can see if my output is reasonable. Are the netcdf files for each ROMS case available? Regards ...