The domain has large tidal flat area, shall I define the additional variables, e.g. WETDRY_MASK_* and the corresponding ZETA related with the critical water depth, in the initial file? Or shall I modify the code to run such case?
thanks very much
Search found 9 matches
- Mon Jul 11, 2016 3:18 am
- Forum: ROMS Discussion
- Topic: about the initial file for the wet and dry case
- Replies: 1
- Views: 1906
- Sat Apr 25, 2015 4:10 pm
- Forum: ROMS Bugs
- Topic: can not input the climatology Temp & Salinity
- Replies: 2
- Views: 3161
Re: can not input the climatology Temp & Salinity
thanks Kate :P the variable for climatology time is 'tclim_' so I modified the inp_par.F by adding two lines in the DO loop if (Vname(5,varid).eq.'temp_time') Vname(5,varid)='tclm_time' if (Vname(5,varid).eq.'salt_time') Vname(5,varid)='sclm_time' it is ok now, the best way is modified the ...
- Fri Apr 24, 2015 2:52 pm
- Forum: ROMS Bugs
- Topic: can not input the climatology Temp & Salinity
- Replies: 2
- Views: 3161
can not input the climatology Temp & Salinity
when I defined 'CLIMA_TS_MIX', and set the climatology file in the '*.in', it would pause after read the boundary file, and could not continue to read the climatology data. It is also found there is not 'idTclm' entrance in 'varinfo.dat'. Where shall I set the entrance for the T&S climatology data ...
- Thu Jul 03, 2014 9:59 am
- Forum: ROMS Bugs
- Topic: the nc file of station
- Replies: 1
- Views: 2703
the nc file of station
I am using ROMS 736 in ferret, the station results(e.g.ocean_sta.nc) always note error below: "*** NOTE: unsupported ordering of axes in variable u *** NOTE: The default ordering will be used *** NOTE: Axis S_RHO marked as DU *** NOTE: but it has different directions in grids. Axes in grids may be ...
- Tue Oct 28, 2008 7:19 am
- Forum: ROMS Adjoint
- Topic: Probelm about data assimilation
- Replies: 0
- Views: 2845
Probelm about data assimilation
When i try to run ROMS with data assimilation, model will be not converge and the float value written into TLMNAME and ADJNAME will grow larger and larger. Finally, the program terminated with the error msg: Numeric conversion not representable. I googled this error msg. If the float value is larger ...
- Mon Sep 22, 2008 4:28 pm
- Forum: ROMS Bugs
- Topic: bugs in hmixing.F in the viscocity coefficient BC
- Replies: 2
- Views: 3326
bugs in hmixing.F in the viscocity coefficient BC
There are couple of bugs in hmixing.F around line 509. The southern boundary condition for Uvis3d_r and Vvis3d_r uses Jend instead of Jstr like in diff3d_u : IF (SOUTHERN_EDGE) THEN DO k=1,N(ng) DO i=IstrU-1,Iend # ifdef DIFF_3DCOEF # ifdef TS_U3ADV_SPLIT diff3d_u(i,Jstr-1,k)=diff3d_u(i,Jstr,k ...
- Tue Jul 22, 2008 1:47 pm
- Forum: ROMS Problems
- Topic: about the new options 'UV_U3DV_SPLIT' and 'TS_U3ADV_SPLIT'
- Replies: 3
- Views: 3176
Re: about the new options 'UV_U3DV_SPLIT' and 'TS_U3ADV_SPLIT'
thanks very much, the area with high steep topography always troubles the modeler
- Sun Jul 20, 2008 12:23 pm
- Forum: ROMS Problems
- Topic: about the new options 'UV_U3DV_SPLIT' and 'TS_U3ADV_SPLIT'
- Replies: 3
- Views: 3176
about the new options 'UV_U3DV_SPLIT' and 'TS_U3ADV_SPLIT'
it is noticed that there are two new options 'UV_U3DV_SPLIT' and 'TS_U3ADV_SPLIT', but when I want to switch the default options in momentum and tracers equations to above options because I focuse on the slope area, the ROMS output of 'KINETIC_ENRG POTEN_ENRG TOTAL_ENRG NET_VOLUME' are "NAN" at ...
- Wed Nov 21, 2007 3:46 pm
- Forum: ROMS Discussion
- Topic: Nesting Grids
- Replies: 2
- Views: 4296
is the nested grid available in ROMS 3.0?
I am want to do an estuary simulation with the nested grid. can somebody infor me whether the ROMS can handle the nested grid, if it is ok how to modified the file of *.in?
thanks very much
thanks very much