FJORD TIDAL CASE: Difference between revisions
New page: {| style="width:98%; background:yellow; margin-top:10px; border:1px solid red;" cellpadding="5" cellspacing="0" |- |{{warning}} '''This WikiROMS article is currently under HEAVY constructi... (change visibility) |
No edit summary (change visibility) |
||
Line 13: | Line 13: | ||
Ship Harbour has a shallow sill of approximately 7 m depth. Average depth of the inner basin is 15 m with a maximum of 25 m. | Ship Harbour has a shallow sill of approximately 7 m depth. Average depth of the inner basin is 15 m with a maximum of 25 m. | ||
=Conditioning Matlab= | |||
Matlab is a powerful software that is commonly used to create ROMS inputs and to visualize and analyze ROMS output. However, out-of-the-box Matlab doesn't come with the capabilities to read/write ROMS input/output NetCDF files. For that you need to download and install [[MEXNC#How to install MEXNC?|MEXNC]], [[MEXNC#How to install SNCTOOLS?|SNCTOOLS]] and the [[MEXNC#How to install ROMS Matlab tool-kit?|ROMS Matlab toolkit]]. [[MEXNC|'''HERE''']] is tutorial with step-by-step instruction on how to do this. | |||
=Grid Generation= | =Grid Generation= | ||
Dummy text... No real information here yet | |||
===Install MEXNC=== | ===Install MEXNC=== | ||
Dummy text... No real information here yet | |||
===Download ROMS Matlab tools=== | ===Download ROMS Matlab tools=== | ||
Dummy text... No real information here yet | |||
===Download EASYGRID=== | ===Download EASYGRID=== | ||
Dummy text... No real information here yet | |||
===Get bathymetry and coastline=== | ===Get bathymetry and coastline=== | ||
=Initialization= | =Initialization= | ||
Dummy text... No real information here yet | |||
=Tidal Forcing= | =Tidal Forcing= | ||
Dummy text... No real information here yet |
Revision as of 18:35, 11 April 2008
![]() April 11, 2008 |
This tutorial will go over some of the basic steps to set up a ROMS realistic application (yet, this is a very simple one). This tutorial is also a demonstration of how to use EASYGRID, a "quick-and-dirty" matlab script to make ROMS grids and initialization files.
PREREQUISITES: This tutorial assumes that you have downloaded ROMS, installed it in your computer (or cluster), and test it by compiling and running one of the included test cases.
Geographical Setting: This application is for Ship Harbour, an estuarine fjord in Nova Scotia, Canada. Click here to see the location in Google. Tides are semidiurnal and tidal range is 1.4 m on average and 2 m on spring tides. For now I will only include tidal forcing, however, there is a river at the uppermost end of the estuary, which discharges freshwater at an annual average rate of 18 m3 s-1. I plan to write another tutorial on how to add a river, but for now is only tides.
Ship Harbour has a shallow sill of approximately 7 m depth. Average depth of the inner basin is 15 m with a maximum of 25 m.
Conditioning Matlab
Matlab is a powerful software that is commonly used to create ROMS inputs and to visualize and analyze ROMS output. However, out-of-the-box Matlab doesn't come with the capabilities to read/write ROMS input/output NetCDF files. For that you need to download and install MEXNC, SNCTOOLS and the ROMS Matlab toolkit. HERE is tutorial with step-by-step instruction on how to do this.
Grid Generation
Dummy text... No real information here yet
Install MEXNC
Dummy text... No real information here yet
Download ROMS Matlab tools
Dummy text... No real information here yet
Download EASYGRID
Dummy text... No real information here yet
Get bathymetry and coastline
Initialization
Dummy text... No real information here yet
Tidal Forcing
Dummy text... No real information here yet