Search found 8 matches

by caozd999
Wed Dec 06, 2017 9:50 pm
Forum: ROMS Problems
Topic: problem of hc
Replies: 9
Views: 10209

Re: problem of hc

Hope it's not too late to reply.

I met with this problem today too. And I figured out how it happened to me.

1.I generated my initial file by the script roms_master_climatology_coawst_mw.m , which gives us 2 options on Vtransform:
1) Vtransform=1; and then hc = min(max(hmin,0),Tcline);
2 ...
by caozd999
Mon Mar 14, 2016 3:40 pm
Forum: ROMS Discussion
Topic: what's the differences of hc and Tcline
Replies: 1
Views: 3121

Re: what's the differences of hc and Tcline

Hi,
I donot understand the S-coordinate parameter hc and Tcline. I use the Transforme 2 equation and find that only hc is used. hc donot need to equal Tcline. What's the role of Tcline.


Check ROMS/Utility/set_scoord.F, the role of Tcline depends on the Vtransformation method you choose in ocean ...
by caozd999
Fri Oct 03, 2014 3:39 pm
Forum: ROMS Bugs
Topic: ## Unable to locate Mex-files when using seagrid package
Replies: 8
Views: 8984

Re: ## Unable to locate Mex-files when using seagrid package

Ah, I should have mentioned that the mex files are compiled Fortran codes. Do you have a Fortran compiler?

Hi kate. Yes I installed a trial Intel Visual Fortran Compiler XE15.0.
When I tried to install mex by the command
"mex -setup"
and then hit "n" (if I hit "y", only "Microsoft Software ...
by caozd999
Fri Sep 26, 2014 8:10 pm
Forum: ROMS Bugs
Topic: ## Unable to locate Mex-files when using seagrid package
Replies: 8
Views: 8984

Re: ## Unable to locate Mex-files when using seagrid package

I think I need mention that I'm using 64bit WIN7 System and Matlab R2012b, and the seagrid code is the latest one.
I installed Microsoft.NET Framework 4 and SDK7.1.
I tried to install MEX by running "make_seagrid_mex" but met with the error as shown above.
The old seagrid folder contained a specific ...
by caozd999
Fri Sep 26, 2014 6:37 pm
Forum: ROMS Bugs
Topic: ## Unable to locate Mex-files when using seagrid package
Replies: 8
Views: 8984

Re: ## Unable to locate Mex-files when using seagrid package

Hi all,

I think I'm facing an old question relating to the seagrid package.
I just synchronized the Matlabscripts from https://www.myroms.org/svn/src/matlab, and added the folder(with subfolders) to matlab path.
But when I type 'seagrid' command in matlab2013b, there's always coming out the ...
by caozd999
Fri Sep 26, 2014 3:55 pm
Forum: ROMS Bugs
Topic: ## Unable to locate Mex-files when using seagrid package
Replies: 8
Views: 8984

Re: ## Unable to locate Mex-files when using seagrid package

"mexnc" problem is solved.

I followed the instruction from the ROMS WIKI https://www.myroms.org/wiki/index.php/M ... l_MEXNC.3F, and installed mexnc, then ran the extract scripts without problem.
by caozd999
Fri Sep 26, 2014 3:05 pm
Forum: ROMS Bugs
Topic: ## Unable to locate Mex-files when using seagrid package
Replies: 8
Views: 8984

Re: ## Unable to locate Mex-files when using seagrid package

What you are getting without the mex files is a grid - but a grid that is not constrained to be orthogonal. ROMS was designed to be run with orthogonal grids in that non-orthogonal grids would require extra terms we aren't computing.

Hi,Kate, thanks for letting me know this. I just stopped after ...
by caozd999
Wed Sep 24, 2014 7:00 pm
Forum: ROMS Bugs
Topic: ## Unable to locate Mex-files when using seagrid package
Replies: 8
Views: 8984

## Unable to locate Mex-files when using seagrid package

Hi all,

I think I'm facing an old question relating to the seagrid package.
I just synchronized the Matlabscripts from https://www.myroms.org/svn/src/matlab, and added the folder(with subfolders) to matlab path.
But when I type 'seagrid' command in matlab2013b, there's always coming out the ...