Skip to content

Coupled Hydro-GTM

Overview

Coupled Hydro-GTM allows the two individual modules, hydro and GTM, to compuate at the same time step, making it possible to integrate any water quality effects, including water quality based operating rule (EC based operating rule), into hydrodynamics computation.

One of the most important water quality effects on hydrodynamics in the Delta is salinity, which changes water density and therefore altering the hydrodynamics conditions. Coupled Hydro-GTM incorporates density effects from salinity into hydrodynamics computation and it simulates more realistic hydrodynamics conditions in the Delta than stand-alone hydrodynmaics computation.

Tables of Contents:

Use of Hydro-GTM

To run coupled HYDRO/GTM, provide the hydro input file and gtm input file as arguments. For instance, the command to run coupled Hydro/GTM with hydro input hydro.inp and gtm input gtm.inp is:

hydro_gtm.exe hydro.inp gtm.inp

Use of Hydro-GTM with salinity density effects

To turn on coupled HYDRO/GTM with density effects from salinity, users need to add the ensure the two following parameters exist in SCALER section in hydro.inp with vardensity specified to be true:

vardensity       true
terms            dynamicwave

To turn off the density effects from salinity in coupled Hydro-GTM, change vardensity from true to false.