Thanks, John.
Yes. I checked and plotted his and rst file, looking normal.
When I turned on the wet_and dry flag, the model just passes that blow-up points.
May I know the reasons behind that?
Thanks
Search found 17 matches
- Sun Feb 27, 2022 6:37 am
- Forum: ROMS Discussion
- Topic: shallow water blow up due to large wind speed or too much cooling?
- Replies: 3
- Views: 7262
- Sat Feb 26, 2022 12:51 pm
- Forum: ROMS Discussion
- Topic: shallow water blow up due to large wind speed or too much cooling?
- Replies: 3
- Views: 7262
shallow water blow up due to large wind speed or too much cooling?
Hi all, I met a problem for model blowing-up in the form of outputting NaN in the log file with ROMS3.7. My model is used in temperate shallow-water estuarine systems in East US, the grid resolution is around 400m*400m, mean-depth is less than 9 meters. The model starts in Jan 1st-XXXX, and It blows ...
- Tue Nov 12, 2019 9:13 pm
- Forum: ROMS Discussion
- Topic: COAWST grid script help
- Replies: 2
- Views: 1687
Re: COAWST grid script help
Thanks John,
Problem solved by changing in
mat2roms_mw.m
line 93
projection = s.projection;
m_proj(s.projection);
switch lower(projection)
to
projection = s.projection;
m_proj(s.projection.name);
switch lower(projection.name)
Problem solved by changing in
mat2roms_mw.m
line 93
projection = s.projection;
m_proj(s.projection);
switch lower(projection)
to
projection = s.projection;
m_proj(s.projection.name);
switch lower(projection.name)
- Mon Nov 11, 2019 2:21 am
- Forum: ROMS Discussion
- Topic: COAWST grid script help
- Replies: 2
- Views: 1687
COAWST grid script help
Hi, I met a proble when hoping to reproduce a COAWST inlet case gird, by the script: COAWST-master\Tools\mfiles\mtools: create_roms_xygrid.m, but met the error: >> create_roms_xygrid ## Defining Global Attributes... ## Defining Dimensions... ## Defining Variables and Attributes... ## Filling ...
- Wed Sep 11, 2019 1:18 am
- Forum: ROMS Discussion
- Topic: ROMS processing water sluice in upstream
- Replies: 1
- Views: 1122
ROMS processing water sluice in upstream
May I ask if ROMS could process this: Assuming I am going to model a lake and a river is in the upstream connecting the lake. But the river discharge was controlled by a water sluice, some times discharge is zero. So the water level in the late is influenced by that discharge. Could ROMS process ...
- Sun Apr 14, 2019 2:11 pm
- Forum: ROMS Discussion
- Topic: Lake Jersey Nesting test case
- Replies: 0
- Views: 1348
Lake Jersey Nesting test case
Hi I am testing the lake Jersey nesting case. However, results did show same as in the. It is a constant temperature all the time.It might due to surface wind setting. May I know how to fix that by the analytical setting? Here is the log.file and also the my results and roms website results. Thanks ...
- Mon Mar 18, 2019 4:08 am
- Forum: ROMS Sediment
- Topic: COAWST sediment example results inquiry
- Replies: 1
- Views: 7323
COAWST sediment example results inquiry
Hi All, I set to run the sediment transport example in COAWST/Projects/Sed_floc_toy/ It contains 20 layers in the sea-bed as in the *.in file. But when I finished the run then looked the results e.g, The output variable: bed_porosity seemed unchanged, it is the same as the input file which is 0.5 ...
- Wed Feb 20, 2019 4:30 pm
- Forum: ROMS Discussion
- Topic: ROMS mixed layer depth output
- Replies: 0
- Views: 1539
ROMS mixed layer depth output
Hi All,
May I ask the possible and simple way for obtaining the ROMS mixed layer depth under GLS mixing scheme.
The ROMS only has surface boundary depth for application under LMD scheme, but that scheme mixes almost whole water column. Any suggestion?
Thanks
May I ask the possible and simple way for obtaining the ROMS mixed layer depth under GLS mixing scheme.
The ROMS only has surface boundary depth for application under LMD scheme, but that scheme mixes almost whole water column. Any suggestion?
Thanks
- Thu Sep 13, 2018 6:14 pm
- Forum: ROMS Bugs
- Topic: Small bugs in CPP BIO_FENNEL with DIAG and DIAGNOSTICS_BIO
- Replies: 2
- Views: 2699
Small bugs in CPP BIO_FENNEL with DIAG and DIAGNOSTICS_BIO
Here are small ROMS bugs for DIAGNOSTICS_BIO terms in ROMS. In def_diag.F # ifdef BIO_FENNEL DO ivar=1,NDbio2d ifield=iDbio2(ivar) IF (TRIM(var_name(i)).eq.TRIM(Vname(1,ifield))) THEN got_var(ifield)=.TRUE. DIA(ng)%Vid(ifield)=var_id(i) END IF END DO DO ivar=1,NDbio3d ifield=iDbio3(ivar) IF (TRIM ...
- Mon Sep 10, 2018 7:11 pm
- Forum: ROMS Discussion
- Topic: ROMS prestep3d , Crack-Nicolson method, lambda
- Replies: 1
- Views: 1625
ROMS prestep3d , Crack-Nicolson method, lambda
Hello All, I am going through the ROMS code. What I found is in the ROMS user manual, it said it will use Crank_niskson for calculating the vertical diffusion term time-stepping. And it will consistent with ROMS has a pre3d_t.F routine, then it finally gets to step3d_uv.F and step3d_t.F. But when I ...
- Tue Sep 04, 2018 4:25 pm
- Forum: ROMS Discussion
- Topic: ROMS Lake Jersey ques
- Replies: 0
- Views: 1553
ROMS Lake Jersey ques
Hello All, I am going through this ROMS Lake_Jersey example. I have a very basic question, is this lake a real lake, since I see a lot of strong surface gradient in salinity and temperature? Could lake have so high-density gradient? Or this is just for a test case. Since I want to use ROMS for some ...
- Wed Jul 18, 2018 3:00 pm
- Forum: ROMS Discussion
- Topic: Ques for ROMS boudnay code.
- Replies: 1
- Views: 1547
Ques for ROMS boudnay code.
Hi All, I just want to ask a question related to ROMS boundary code for processing zeta. As we know the zeta=zeta_tide+zeta_notide at the boundary and it is how rooms calculated in set_tide.F IF (LBC(ieast,isFsur,ng)%acquire.or. & & LBC(ieast,isUbar,ng)%acquire.or. & & LBC(ieast,isVbar,ng)%acquire ...
- Mon Mar 30, 2015 2:06 am
- Forum: ROMS Discussion
- Topic: Vertical Salinity Profile in Estuary
- Replies: 2
- Views: 1906
Re: Vertical Salinity Profile in Estuary
Hi Kate,
I am using TS_MPDATA advection scheme and try both K-w and GLS turbulent scheme, parameter just as Warner(2005).
I am using TS_MPDATA advection scheme and try both K-w and GLS turbulent scheme, parameter just as Warner(2005).
- Sat Mar 28, 2015 2:31 am
- Forum: ROMS Discussion
- Topic: Vertical Salinity Profile in Estuary
- Replies: 2
- Views: 1906
Vertical Salinity Profile in Estuary
Hello, I am modeling a vertical profile of a salinity in a estuary, depth around 25-30 meters. My case is that wind blow down-estuary, so the the pycnocline might be deeper, so the surface mixed layer might be about 12 meters according to measurement. But my model choosing a fix station did not ...
- Sun Feb 22, 2015 12:22 pm
- Forum: ROMS Discussion
- Topic: bustr bvstr units confusion
- Replies: 1
- Views: 2791
bustr bvstr units confusion
Hi all, I met some problem and confusion for the bustr/bvstr units. In the ROMS code: Modules/mod_forces.F: ! Bottom momentum stresses. ! ! ! ! bustr Kinematic bottom momentum flux (bottom stress) in ! ! the XI-direction (m2/s2) at horizontal U-points. ! ! bvstr Kinematic bottom momentum flux ...
- Mon Oct 13, 2014 9:14 pm
- Forum: ROMS Discussion
- Topic: add deposition of NO3 or NH4 in the ROMS+fennel.h model
- Replies: 0
- Views: 1588
add deposition of NO3 or NH4 in the ROMS+fennel.h model
Hi all, I am try to run dissolved oxygen simulation in real bay, with ROMS+fennel.h BGC part. I am try to add the NO3 and NH4 deposition from ATMOS in the model to put more nutrients to draw down the bottom dissolved oxygen. General thought, more nutrient , low DO. But strangely, what I see is high ...
- Sat Sep 20, 2014 2:46 am
- Forum: ROMS Discussion
- Topic: TS_MPDATA with openMP issue
- Replies: 1
- Views: 1835
TS_MPDATA with openMP issue
Hi all, I am using ROMS with TS_MPDATA scheme to calculate the vertical salinity profile in a real estuary. The platform I choose is Mac Pro(single working station, 8 processes), OS. When I choose openMP without TS_MPDATA(not define that in CPP), it works. However, when I choose TS_MPDATA (define TS ...