-
Notifications
You must be signed in to change notification settings - Fork 11
boundary_conditions_ts
Ricardo Torres edited this page Feb 16, 2022
·
1 revision
The majority of the instructions here rely on the FVCOM MATLAB toolbox (fvcom-toolbox).
- Read in an SMS mesh (
read_sms_mesh
). - Extract open boundary nodes (
add_obc_nodes_list
), assigning a value of 1 to the ObcType inadd_obc_nodes_list
's arguments if no mean flow will be applied, otherwise select 2 for the ObcType. Seemod_obcs.F
for the ObcType options. - Write a netCDF of uniform values using
write_FVCOM_tsobc
.
- Read in an SMS mesh (
read_sms_mesh
). - Extract open boundary nodes (
add_obc_nodes_list
), assigning a value of 1 to the ObcType inadd_obc_nodes_list
's arguments if no mean flow will be applied, otherwise select 2 for the ObcType. Seemod_obcs.F
for the ObcType options. - Read in the sigma coordinates (use
read_sigma
to load asigma.dat
file). - Use
get_HYCOM_forcing
to download HYCOM global model temperature and salinity data via OPeNDAP and thenget_HYCOM_tsobc
to interpolate onto the open boundary nodes. - Write a netCDF of the interpolated temperature and salinity values using
write_FVCOM_tsobc
.
For questions regarding FVCOM, to contribute to the wiki please subscribe to the mailing list uk-fvcom mailing list If you would like to cite FVCOM, please refer to its main publication and/or URLs.
Background
=== FVCOM Wiki ===
User guide
-
Additional information of less frequent usage in no particular order