Search found 8 matches
- Mon Jul 08, 2013 8:27 pm
- Forum: Job Opportunities
- Topic: Four positions, Coastal Hazards Prediction&Mitigation at LSU
- Replies: 0
- Views: 3880
Four positions, Coastal Hazards Prediction&Mitigation at LSU
ASSISTANT/ASSOCIATE/FULL PROFESSOR (Coastal Hazards Prediction and Mitigation) Center for Computation and Technology Louisiana State University The Department of Civil and Environmental Engineering (CEE), the Department of Oceanography and Coastal Sciences (DOCS), and the Center for Computation ...
- Mon Jul 25, 2011 4:46 pm
- Forum: ROMS Discussion
- Topic: Which heat fluxes to input when using bulk formulation?
- Replies: 24
- Views: 22629
Re: Which heat fluxes to input when using bulk formulation?
Kate, thanks for your reply. Yes, QCORRECTION is on. I will turn that off and see if it works. Below are some flags I used: #define ANA_M2OBC #define ANA_FSOBC #define QCORRECTION #undef GLS_MIXING #define MY25_MIXING #define N2S2_HORAVG #define BULK_FLUXES #undef LONGWAVE #undef LONGWAVE_OUT ...
- Sun Jul 24, 2011 3:46 pm
- Forum: ROMS Discussion
- Topic: Which heat fluxes to input when using bulk formulation?
- Replies: 24
- Views: 22629
Re: Which heat fluxes to input when using bulk formulation?
Dear Kate, Below was how I defined the flags in the head file. #define BULK_FLUXES #undef LONGWAVE #undef LONGWAVE_OUT #define ANA_BSFLUX #define ANA_BTFLUX #define ANA_BPFLUX #define ANA_SPFLUX In the NC input file, I added Uwind, Vwind, swrad, lwrad, Pair, Tair, Qair and rain. When I ran the model ...
- Mon Jul 18, 2011 9:24 pm
- Forum: ROMS Discussion
- Topic: Which heat fluxes to input when using bulk formulation?
- Replies: 24
- Views: 22629
Re: Which heat fluxes to input when using bulk formulation?
I want use NCEP NARR model results as atmosphere inputs for ROMS. I prefer that atmosphere parameters are all from NARR, rather than calculated by ROMS (not sure if this is tne best solution). Thus I want undefine LONGWAVE and LONGWAVE_OUT If I define BULK_FLUXES, I need winds, rain, air temperature ...
- Wed Dec 30, 2009 4:19 pm
- Forum: ROMS Sediment
- Topic: Model crashed when read river runoff suspended sediment
- Replies: 4
- Views: 5700
Re: Model crashed when read river runoff suspended sediment
I am using ROMS 3.0
svn: $Id: Version 110 2007-09-20 04:31:40Z arango $
All Rivers' temperature is 10 degree C, and salinity is 0.
If it is a problem due to temperature and salinity, why did the model run the whole year (for hydrodynamics only) without any problem?
svn: $Id: Version 110 2007-09-20 04:31:40Z arango $
All Rivers' temperature is 10 degree C, and salinity is 0.
If it is a problem due to temperature and salinity, why did the model run the whole year (for hydrodynamics only) without any problem?
- Wed Dec 30, 2009 3:35 pm
- Forum: ROMS Sediment
- Topic: Model crashed when read river runoff suspended sediment
- Replies: 4
- Views: 5700
Re: Model crashed when read river runoff suspended sediment
1) What is on line 221 of file diag.f90? It is IF (Master) WRITE (stdout,20) iic(ng)-1, tdays(ng), avgke, & & avgpe, avgkp, volume, trd More info is: IF (Master) WRITE (stdout,10) 'STEP', 'time[DAYS]', & & 'KINETIC_ENRG', 'POTEN_ENRG', & & 'TOTAL_ENRG', 'NET_VOLUME', & & 'trd' 10 FORMAT (/,3x,a,2x,a ...
- Wed Dec 30, 2009 3:20 pm
- Forum: ROMS Sediment
- Topic: Model crashed when read river runoff suspended sediment
- Replies: 4
- Views: 5700
Model crashed when read river runoff suspended sediment
I was trying to run the longbay (SC) model. When sediment is undefined (only hydro), there was no problem for the whole year 2008. When sediment is defined (a total of 6 sed classes, two from sea bed and four from rivers), the model crashed in the middle of the year 2008. Details are below. I ...
- Wed Jun 10, 2009 8:11 pm
- Forum: ROMS Sediment
- Topic: Bedmass calculation along the boundary
- Replies: 1
- Views: 2858
Bedmass calculation along the boundary
During the past a few days, I have been testing the conservation of sediment mass for the Northern Gulf of Mexico model. The model domain is 64 (eta, longshore) x 128 (xi, crossshore), and northern boundary condition is NORTH_WALL. There are 12 rho points along northern boundary, and the Atchafalaya ...