Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
fvcom-toolbox
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
FVCOM
fvcom-toolbox
Commits
7c5ca4c1
Commit
7c5ca4c1
authored
Feb 27, 2015
by
Pierre Cazenave
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the help (fix typos and formatting).
parent
1488cb63
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
15 deletions
+16
-15
fvcom_prepro/write_FVCOM_nested_forcing.m
fvcom_prepro/write_FVCOM_nested_forcing.m
+16
-15
No files found.
fvcom_prepro/write_FVCOM_nested_forcing.m
View file @
7c5ca4c1
...
...
@@ -5,7 +5,7 @@ function write_FVCOM_nested_forcing(nest, ncfile, nesttype)
%
% DESCRIPTION:
% Uses timeseries data from structured grid already interpolated into
% FVCOM nodes and elements and generates a net
cdf
file to drive FVCOM at
% FVCOM nodes and elements and generates a net
CDF
file to drive FVCOM at
% boundaries
%
% Optionally specify nesting type:
...
...
@@ -30,27 +30,28 @@ function write_FVCOM_nested_forcing(nest, ncfile, nesttype)
% FVCOM nesting file.
%
% EXAMPLE USAGE:
% nest.temp = Temperature
% nest.salinity = Salinity
% nest.ua = Vertically averaged x velocity
% nest.va = Vertically averaged y velocity
% nest.u = Eastward Water Velocity
% nest.v = Northward Water Velocity
% nest.hyw = hydro static vertical velocity
% nest.weight_cell = weights see manual for explanation
% nest.weight_node = weights see manual for explanation
% nest.Itime = time in modified julian days
% nest.Itime2 = time milliseconds since midnight
% nest.time = time [modified julian days (floats)]
% nest.temp = Temperature [degrees celsius]
% nest.salinity = Salinity [PSU]
% nest.ua = Vertically averaged x velocity [ms^{-1}]
% nest.va = Vertically averaged y velocity [ms^{-1}]
% nest.u = Eastward Water Velocity [ms^{-1}]
% nest.v = Northward Water Velocity [ms^{-1}]
% nest.hyw = hydro static vertical velocity [ms^{-1}?]
% nest.weight_cell = weights see manual for explanation [0-1]
% nest.weight_node = weights see manual for explanation [0-1]
%
% write_FVCOM_nested_forcing('/tmp/fvcom_restart.nc', ...
% '/tmp/fvcom_restart_interp.nc', N)
% write_FVCOM_nested_forcing(nest, '/tmp/fvcom_nested.nc', 1)
%
% Author(s):
% Ricardo Torres (Plymouth Marine Laboratory)
% Pierre Cazenave (Plymouth Marine Laboratory)
% Darren Price (CH2MHill)
% Hakeem Johnson (CH2MHill)
%
% Revision history:
% 2013-06-04 First version.
% 2013-06-04 First version based on Riqui's write_nesting_struct_fvcom.m
% script.
% 2015-02-19 Updated to use either weighted or non-weighted nesting. Also
% general tidy up.
% 2015-02-24 Add extra time variables, which although not strictly
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment