CMS/DredgeModule: Difference between revisions

From CIRPwiki
Jump to navigation Jump to search
Line 149: Line 149:


===Test 103===
===Test 103===
[[File:DM_Fig11.bmp|thumb|300px|Figure 11. Final Morphology Changes for Test 103.]]
[[File:DM_Fig12.bmp|thumb|300px|Figure 12. Dredge Source and Placement Area volume evolution for Test 103, CapitolDredge Scenario.]]
Sample results from Test Simulation 103 are shown in Figure 11 and Figure 12. In this test case, the
Sample results from Test Simulation 103 are shown in Figure 11 and Figure 12. In this test case, the
placement allocation between the two placement areas was changed from 100% and 0% to 60% and
placement allocation between the two placement areas was changed from 100% and 0% to 60% and
Line 162: Line 160:
the same rate. Additionally the volumes placed in areas 1 and 2 are proportioned by the specified
the same rate. Additionally the volumes placed in areas 1 and 2 are proportioned by the specified
allocation of 60% and 40%, yielding a final volume of 91,000 m3 in area 1 and 62,000 m3 in area 2.
allocation of 60% and 40%, yielding a final volume of 91,000 m3 in area 1 and 62,000 m3 in area 2.
<gallery mode="packed">
File:DM_Fig11.bmp|thumb|300px|Figure 11. Final Morphology Changes for Test 103.
File:DM_Fig12.bmp|thumb|300px|Figure 12. Dredge Source and Placement Area volume evolution for Test 103, CapitolDredge Scenario.
</gallery>
{{clear}}
{{clear}}
===Test 104===
===Test 104===
[[File:DM_Fig13.bmp|thumb|300px|Figure 13. Final Morphology Changes for Test 104.]]
[[File:DM_Fig13.bmp|thumb|300px|Figure 13. Final Morphology Changes for Test 104.]]

Revision as of 15:06, 7 June 2019

__NOTITLE__

CMS Dredge Module

In 2013, work began development of a dredging module for the Coastal Modeling System through Reed & Reed Consulting. This document references some of their descriptions and initial findings.

Introduction

Dredging of federal navigation channels is one of the primary missions of USACE. The Coastal Inlets Research Program (CIRP) has determined the need to implement a dredging module within the Coastal Modeling System (CMS). This module will greatly enhance the capability of the model to support the USACE districts in their planning efforts.

A FORTRAN code module has been developed in the CMS to simulate dredge activities, herein referred to as the Dredge Module. The Dredge Module encompasses the specifications of dredging areas, dredge disposal sites and operational rules governing the dredging. The module is based on the dredge module currently documented in the Delft3D-Flow User’s Manual dated September 2010 and provides the same simulation capabilities. The module has been developed using the current CMS-Flow code structure with a single file containing a variable definition (FORTRAN Module), card reading routine, initialization routine and routines necessary to implement the dredge simulations. The Dredge Module provides specific output to record the dredging rates and volumes occurring during the simulation. The Dredge Module has been implemented and tested in both the explicit and implicit solvers. The Dredge Module was designed so that it can be implemented in the current SMS 11.1+ version without GUI modifications. The module will make use of the existing advanced card capabilities and the data set creation capabilities for specifying dredge source and dredge placement areas. The module was developed in two phases. First, to accommodate single grain size simulations and, second, to extend the dredge module for use with multiple sediment grain sizes.

A dredging module interface has been developed for SMS version 13.0 and some modifications to the initial CMS Dredge Module code were made to accomodate the new interfact, but is backward compatible to the initial CMS file inputs and data files.

Overview

The dredge module is implemented in the CMS as a subroutine call from the explicit or implicit flow solver routines. The dredge simulation's primary interaction with the CMS is a modification of the morphology by adjusting the bottom elevation of cells that are in the user defined dredge areas or placement areas. When certain criteria are met, the bottom elevations of cells in the dredge area are lowered to simulate the removal of sediment and the bottom elevations of cells in the placement areas are increased to simulate the placement of the dredge material. A mass balance is maintained and it is also possible to represent conditions in which the dredge material is placed in upland areas or in areas not represented in the CMS grid domain. The simulation can also be configured to simulate the construction of dredge placement islands.

Implementing a dredge simulation in CMS consists of two primary setup steps:

  1. Define the dredge source and placement areas
  2. Define the dredge scenarios and operations

Dredge and Placement

Area Definition

The dredge and placement areas are defined by creating input arrays identifying the cells that are in each source or dredge area. These input arrays are similar to a bottom friction or hard bottom input file. The input arrays are each stored in XMDF binary files. ASCII format is not presently accepted, but will be implemented in the near future. Within each input array, the source or placement areas are defined as those cells with a non-zero value.

Triggering

There are presently four options for triggering dredging for a given scenario.

  1. If any cell in the source are has a bottom elevation above a user-specified threshold.
  2. If the volume of sediment above the dredge depth is above a user-specified threshold.
  3. If a certain percentage of the source area's bottom elevation above the dredge depth exceeds a user-specified threshold.
  4. Specification of a time window during which dredging can occur. Any dredge areas with elevations above the dredge depth will be dredged during the specified time period. Multiple time periods can be specified and each is defined by a start and end time by the user.

Order of Dredging within Dredge Area

Figure 1. Example of Dredge Approach 1.

The options of dredging define the order in which cells are dredged to the specified dredge depth:

  1. The volume dredged during each interval is taken from the highest point in the source area first. This approach is depicted in Figure 1.
  2. A dredge starting cell is defined and the volume dredge during each interval is taken from the cell closest to the starting point first, and then dredging progresses to cells that are further away from the starting point. The starting point is user-prescribed by specifying the cell ID that contains the starting point.

Order of Placement within each Placement Area

Figure 2. Example of Placement Approach 1.

There are two options for dredge material placement during each interval.

  1. The volume dredged during each interval is placed uniformly across the placement area. Each cell is filled to the specified thickness, or to the placement water depth limit (aka placement limit). This approach is depicted in Figure 2.
  2. A placement area starting point is defined, and the volume dredged during each interval is placed in the cell closest to the starting point first. Placement then progresses to cells that are further away from the starting point. The starting point is prescribed by the user by specifying the cell ID that contains the starting point. Each cell is filled to the specified thickness, or to the placement water depth limit (aka placement limit).

Distribution among defined Placement Areas

When multiple placement areas are defined, there are two options for specifying how the dredge material is allocated to the placement areas:

  1. The placements are filled sequentially in the order as listed, completely filling one before the next placement area will start to be filled.
  2. A percentage of the dredge material is assigned for each placement area. The percentage of all placement areas must sum up to 100.

Phase 1 Verification tests

In Phase 1, A total of eight dredge simulations were developed and executed to test the various dredge simulation options. The basic test template consists of a rectangular grid domain with a typical offshore profile increasing in depth from north to south. Two dredge scenarios were defined and were named "CapitolDredge" and "MaintDredge" respectively.

Dredge Area Setup

Figure 3. Test Simulation Grid Domain and Bathymetry.
Figure 4. Dredge Scenario Definitions.

The first dredge area, "CapitolDredge" consists of a dredge source area aligned to represent a navigation channel (north-south alignment). The dredge depth was set to 7.5 meters, which created a total dredge volume of approximately 153,000 m3. The dredge rate was set to 5000 m3/day, which yielded a total time of 30 days to complete dredging. Two placement areas were defined; both near the southern edge of the grid domain, one to each side of the channel.

The second dredge area, "MaintDredge" consisted of a dredge area in the northeast corner of the grid domain and resembles a sediment impoundment basin. The dredge depth was set to 8 meters yielding a dredge volume of 130,000 m3. The dredging rate was set to 6000 m3/day, yielding a dredge time of 22 days. A single placement area was defined to the south of the dredge source area.

The bathymetry of the simulation grid is shown in Figure 3. The location and extent of the dredge source and placement areas for each scenario are shown in Figure 4.

Test Cases

Table 1. Summary of Test Simulations
Test Number Description
101 CapitalDredge: Dredge option 2 (starting location set to north end of dredge source area), Trigger Option 1 with Threshold set to 7 m. Placement option 1 with Limit of 3m. Placement Allocation 100% for #1 and 0 % for #2.

MaintDredge: Dredge option 1 (shallowest), Trigger Option 1 with Threshold set to 7.5 m. Placement option 1 with Limit of 3.5 m.

102 CapitolDredge: Dredge Approach is changed to method 2 (shallowest cell)
103 CapitolDredge: Placement Allocation is changed form 100%/0% to 60%/40%.
104 CapitolDredge: Placement Approach is changed from 1 to 2. The CapitolDredge starting

location is the northwest corner for placement area 1 and is at the northeast corner of placement area 2. The 60%/40% placement allocations used in Test 103 was applied.

105 CapitolDredge: Placement Areas were reduced to limit capacity and force an excess of

dredge material during the simulation; placement allocation is sequential

106 CapitolDredge: Placement Areas were reduced to limit capacity and force an excess of

dredge material during the simulation; placement allocation is 80%/20%

108 CapitolDredge: trigger approach is changed to option 4

Test 101

Examples of the simulated dredging activities for Test 101 are shown in Figure 5 through Figure 8. Figure 5 shows the final morphology changes due to the simulated dredging activities. The CapitolDredge navigation channel is apparent, as is the placement in Area 1. The capacity of Placement Area 1 was not exceeded, so the second area was not used. The changes in morphology for the MaintDredge scenario are also evident in the figure.

Figure 6 shows the morphological evolution for the CapitolDredge scenario along a transect aligned with the navigation channel. The dredging begins at the specified starting location at the north end of the channel and proceeds southward. The evolution for the MaintDredge scenario is shown in Figure 7 along a north-south transect passing through both the dredge source and placement areas. The dredging for the source area starts at the northern end, which is the shallowest, but quickly proceeds uniformly over the dredge source area as all cells obtain an equal depth. The placement of the material builds up uniformly over the placement area until the specified placement depth limit (3.5 m) is reached in the shallower portion of the profile. At this time, more material is placed in the deeper areas.

A time series of the dredge volume for the MaintDredge Scenario is provided in Figure 8. The dredge volume starts at 130,000m3 and steadily decreases during the dredging activity at 6000 m3/day and is completed at approximately 22 days (528 hours). The dredge volume placed in the MaintDredge placement area increases steadily up to 220 hours at which time the placement area capacity of 54,000 m3 is reached. The placement area capacity is controlled by the specified placement depth limit of 3.5 m for this scenario. At 200 hours, the remaining dredge volume is assumed to be placed outside of the CMS grid domain and is tracked as the Unplaced Volume (excess).

Test 102

Sample results from Test 102 are shown in Figures 9 and 10. In this test case, the dredge option for the CapitolDredge scenario was changed to number 1, which causes the dredging to start at the shallowest cell. The dredge profile evolution along the navigation channel is shown in Figure 9. The dredging starts at the northern shallowest end of the source area, and progress downward, extending further offshore as the depth increases. This profile contrasts the profile obtained with dredge option 2, shown in Figure 6.

A time series of the dredge volume for the CapitolDredge Scenario is provided in Figure 10. The dredge volume starts at 153,000 m3 and steadily decreases during the dredging activity at the rate of 5000 m3/day. Dredging is completed at approximately 30 days (720 hours). The dredge volume placed in the CapitolDredge placement area increases steadily at the same rate until the dredging is completed. No excess volume is recorded since the placement area capacity is sufficient.

Test 103

Sample results from Test Simulation 103 are shown in Figure 11 and Figure 12. In this test case, the placement allocation between the two placement areas was changed from 100% and 0% to 60% and 40%. Figure 5 shows the final morphology changes due to the simulated dredging activities. The dredge material form the CaptiolDredge source area is distributed over both placement areas. These results are in contrast to the results obtained with the 100%/0% split shown in Figure 5.

A time series of the dredge volume for the CapitolDredge Scenario is provided in Figure 12. As in test Simulation 102, the dredge volume starts at 153,000m3 and steadily decreases during the dredging activity and the total dredge volume placed in the CapitolDredge placement area increases steadily at the same rate. Additionally the volumes placed in areas 1 and 2 are proportioned by the specified allocation of 60% and 40%, yielding a final volume of 91,000 m3 in area 1 and 62,000 m3 in area 2.

Test 104

Figure 13. Final Morphology Changes for Test 104.

In Test Simulation 104, the dredge placement approach for the CapitolDredge scenario was changed from option 1 to option 2, which places material in the cells closest to the designated starting point first. The starting location is the northwest corner for placement area 1 and is at the northeast corner of placement area 2. The final morphology changes are shown in Figure 13. The placement areas are filled according to the specified allocation of 60% and 40%, but the filling starts at the cells closest to the designated starting locations, and are filled to the specified placement limit of 3 meters for area 1 and 3.5 meters for area 2.

Tests 105 and 106

Figure 14. Dredge Source and Placement Area volume evolution for Test 105, CapitolDredge Scenario.
Figure 15. Dredge Source and Placement Area volume evolution for Test 106, CapitolDredge Scenario.

In Tests 105 and 106, the dredge placement approach for the CapitolDredge scenario is reduced to limit capacity and force an excess of dredge material during the simulation. For Test 105, the placement allocation is sequential and for Test 106 the placement allocation is 80%/20%. The time series of dredge and placed volumes is shown in Figure 14 for Test 105 and in Figure 15 for Test 106.

The primary differences in the results are in the placed volume time series for the two cases. For Test 105, the first placement area is filled at a constant rate until it reaches its capacity at about 490 hours (approximately 98,000 m3), at which time the dredge material is placed in placement area 2. When the placement area 2 capacity is reached at about 730 hours (approximately 51,000 m3), the remaining dredged material is assumed to be placed in an area off of the CMS grid domain and that volume is recorded (this amount is approximately 3,000 m3).

For Test 106, both placement areas are filled steadily according to the specified ratio of 80%/20%. When the first placement area reaches capacity at about 600 hours, the total dredge volume is placed into placement area 2 and therefore the filling rate of placement area 2 increases. When the capacity of placement area 2 is reached at about 720 hours, the remaining dredged is assumed to be placed in an area off of the CMS grid domain and that volume is recorded.

Test 108

Figure 16. Dredge Source and Placement Area volume evolution for Test 108, CapitolDredge Scenario.

The final example provided is for Test Simulation 108, in which the CapitolDredge and MaintDredge scenarios triggering option was set to number 4. For the MaintDredge scenario, two dredge periods were specified: one from 50 to 300 hours and another from 350 to 600 hours. The time series of dredged and placed volumes for Test 108 is shown in Figure 16. The remaining dredge volume decreases steadily during the two designated periods, and remains constant during the 50 hour break between the two dredging periods. The MaintDredge Placement area is filled after 220 hours of dredging (equal to 270 hours of simulation time), at which time the remaining dredged is assumed to be placed in an area off of the CMS grid domain and that volume is recorded. Between 200 and 350 hours, dredging has ceased and the dredged and placed volumes remain constant. After hour 350, dredging continues and the material is placed off the CMS grid domain.

As seen previously in Test 101 (See Figure 8), the time to dredge the entire source area at 6000 m3/day is approximately 528 hours. Since the allocated dredge time for Test 108 is 500 hours, the source area volume of 130,000 m3 is not completely removed. The dredge volume is limited to 125,000 m3 due to the specified dredging periods and dredge rate.