Search found 10 matches
- Tue Jun 27, 2023 12:04 am
- Forum: Job Opportunities
- Topic: Postdoctoral Position in Marine Ecosystem Modeling at the University of Delaware
- Replies: 0
- Views: 9430
Postdoctoral Position in Marine Ecosystem Modeling at the University of Delaware
The Computational Oceanography Lab in the School of Marine Science and Policy at the University of Delaware is seeking a Post Doctoral Researcher in ocean modeling and data analysis. The appointee is expected to work with Dr. Yun Li to develop and implement coupled hydrodynamic-water-quality models ...
- Thu Dec 05, 2019 4:34 pm
- Forum: Job Opportunities
- Topic: Graduate Student Opportunity in Computational Oceanography, University of Delaware
- Replies: 1
- Views: 2945
Graduate Student Opportunity in Computational Oceanography, University of Delaware
One Master/PhD student position in Computational Oceanography is available at the University of Delaware, College of Earth, Ocean, and Environment (CEOE). The position will focus on the coupling of hydrodynamic and ecosystem models, with a goal of addressing the dynamics of changing seasonality in ...
- Wed Dec 19, 2018 2:58 pm
- Forum: Job Opportunities
- Topic: Postdoc position at USF
- Replies: 0
- Views: 2421
Postdoc position at USF
Postdoc in Physical Oceanography in the College of Marine Science, University of South Florida
The College of Marine Science, University of South Florida, seeks to hire a Postdoctoral Associate in Physical Oceanography. This main project of the postdoc is to investigate the impacts of large-scale ...
The College of Marine Science, University of South Florida, seeks to hire a Postdoctoral Associate in Physical Oceanography. This main project of the postdoc is to investigate the impacts of large-scale ...
- Mon Oct 23, 2017 2:00 pm
- Forum: Job Opportunities
- Topic: Postdoctoral Associate in Physical Oceanography
- Replies: 0
- Views: 3818
Postdoctoral Associate in Physical Oceanography
The College of Marine Science, University of South Florida, seeks to hire a Postdoctoral Associate in Physical Oceanography, starting in January 2018. The initial appointment is for 12 months, with an additional funding of at least two years available upon satisfactory performance.
This project is ...
This project is ...
- Tue Jan 25, 2011 8:45 pm
- Forum: ROMS Discussion
- Topic: u & v in ROMS grids
- Replies: 1
- Views: 1957
u & v in ROMS grids
I was just having difficulty in understanding the u- and v-component in ROMS. To be more specific, does u or v lie in an exact horizontal plane or locally tangential to an S-coordinate surface?
Any help on answering this question will be appreciated.
Any help on answering this question will be appreciated.
- Mon Jan 10, 2011 8:42 pm
- Forum: ROMS Bugs
- Topic: typo in Utility/def_diag.F
- Replies: 1
- Views: 2101
typo in Utility/def_diag.F
svn: $Id: Version 527 2011-01-06 19:42:35Z arango $
in Utility/def_diag.F, below line
in Line 514
where I guess r3dvar is r2dvar.
in Utility/def_diag.F, below line
Code: Select all
! Define 2D biological diagnostic fields
Code: Select all
Aval(5)=REAL(r3dvar,r8)
- Fri Feb 06, 2009 7:57 pm
- Forum: ROMS Problems
- Topic: volume conservation
- Replies: 1
- Views: 2779
Re: volume conservation
How do you calculate dx and dy? If you used
dx(i,j) at v points = 0.5*( dx(i,j) + dx(i,j-1) )
I am afraid it might cause trouble because ROMS actually uses
dx(i,j) at v points = 2.0/( pm(i,j) + pm(i,j-1) )
For the reason, please see the following message posted here a long time ago.
https://www ...
dx(i,j) at v points = 0.5*( dx(i,j) + dx(i,j-1) )
I am afraid it might cause trouble because ROMS actually uses
dx(i,j) at v points = 2.0/( pm(i,j) + pm(i,j-1) )
For the reason, please see the following message posted here a long time ago.
https://www ...
- Thu Dec 04, 2008 4:24 am
- Forum: ROMS Ecosystem
- Topic: Vertical Mixing Coefficient AKT_BAK for oxygen
- Replies: 1
- Views: 3671
Vertical Mixing Coefficient AKT_BAK for oxygen
I recently began to run Fasham model for oxygen dynamics. Just a quick start with physics, I switched off
(1) all nitrogen stuff by setting rOxNO3 and rOxNH4 to zero in ./Nonlinear/fasham.h,
(2) and NitriR=0.0d0 in ./External/Biofasham.in.
I noted that in bioFasham.in, there is a parameter AKT ...
(1) all nitrogen stuff by setting rOxNO3 and rOxNH4 to zero in ./Nonlinear/fasham.h,
(2) and NitriR=0.0d0 in ./External/Biofasham.in.
I noted that in bioFasham.in, there is a parameter AKT ...
- Wed Sep 12, 2007 6:09 pm
- Forum: ROMS Tools and Techniques
- Topic: OA Package -- make problem
- Replies: 1
- Views: 2817
OA Package -- make problem
I installed netcdf-3.6.2 in my own directory and modified the following lines in Makefile.Gnu of OA Package:
--------------------------------------------------------------------------
CFT = /usr/bin/g77
CPP = /lib/cpp -P
CPPFLAGS = -I/$NETCDF/include
GLDR = ncargf77
LDR = $(CFT)
RANLIB ...
--------------------------------------------------------------------------
CFT = /usr/bin/g77
CPP = /lib/cpp -P
CPPFLAGS = -I/$NETCDF/include
GLDR = ncargf77
LDR = $(CFT)
RANLIB ...
- Tue Jun 05, 2007 7:36 pm
- Forum: ROMS Installation
- Topic: How can I get the tar file of ROMS 2.2 ?
- Replies: 7
- Views: 10530