CMS-Flow Boundary Conditions/Tidal Database Nesting

From CIRPwiki
Revision as of 21:30, 3 January 2014 by Rdchlmeb (talk | contribs) (Created page with "=Extracted Water Levels from a Parent Simulation= Example 1: Tidal database water level boundary specification The example below uses the block structure which BOUNDARY_BEG...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Extracted Water Levels from a Parent Simulation

Example 1: Tidal database water level boundary specification

The example below uses the block structure which

BOUNDARY_BEGIN

 NAME      "Offshore boundary"
 CELLSTRING "Flow_mp.h5" "PROPERTIES/Model Params/Boundary"
 WSE_BEGIN
 WSE_END
 VEL_BEGIN
 VEL_END
 TIDAL_DATABASE_BEGIN
   NAME  EC2001 !EC001 | ENPAC2003 | FES95 | FES2004 | LEPROVOST
   PATH  "E:\Tidal_Databases\ec2001\"
 TIDAL_DATABASE_END

BOUNDARY_END

Example 2: Tidal database water level boundary specification

The example below uses the block structure which

BOUNDARY_BEGIN

 NAME "Offshore boundary"
 CELLSTRING "Flow_mp.h5" "PROPERTIES/Model Params/Boundary"
 WSE_BEGIN
   OFFSET  0.1 m  !Optional
 WSE_END
 VEL_BEGIN
 VEL_END
 TIDAL_DATABASE_BEGIN
   NAME  EC2001 !EC001 | ENPAC2003 | FES95 | FES2004 | LEPROVOST
   PATH  "E:\Tidal_Databases\ec2001\"
   CONSTITUENTS 4 M2 S2 K1 O1   !cnum cname(1:num), optional
 TIDAL_DATABASE_END

BOUNDARY_END