-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #771 from jeremy-lilly/fb-lts
FB-LTS Hurricane Test Case
- Loading branch information
Showing
11 changed files
with
207 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
39 changes: 39 additions & 0 deletions
39
compass/ocean/tests/hurricane/fblts/forward/namelist.ocean
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
config_start_time = '2012-10-10_00:00:00' | ||
config_stop_time = '2012-11-03_00:00:00' | ||
config_run_duration = 'none' | ||
config_dt = '72' | ||
config_time_integrator = 'FB_LTS' | ||
config_dt_scaling_LTS = 4 | ||
config_number_of_time_levels = 5 | ||
config_hmix_scaleWithMesh = .true. | ||
config_use_mom_del4 = .true. | ||
config_mom_del4 = 4.0e8 | ||
config_use_cvmix = .false. | ||
config_use_bulk_wind_stress = .true. | ||
config_use_time_varying_atmospheric_forcing = .true. | ||
config_time_varying_atmospheric_forcing_start_time = '2012-10-10_00:00:00' | ||
config_time_varying_atmospheric_forcing_reference_time = '2012-10-10_00:00:00' | ||
config_time_varying_atmospheric_forcing_cycle_start = 'none' | ||
config_time_varying_atmospheric_forcing_cycle_duration = '2-00-00_00:00:00' | ||
config_use_tidal_potential_forcing = .true. | ||
config_tidal_potential_reference_time = '2012-10-10_00:00:00' | ||
config_bottom_drag_mode = 'explicit' | ||
config_use_topographic_wave_drag = .true. | ||
config_topographic_wave_drag_coeff = 5.0e-3 | ||
config_pressure_gradient_type = 'ssh_gradient' | ||
config_vert_coord_movement = 'impermeable_interfaces' | ||
config_ALE_thickness_proportionality = 'weights_only' | ||
config_disable_thick_vadv = .true. | ||
config_disable_thick_sflux = .true. | ||
config_disable_vel_hmix = .true. | ||
config_disable_vel_vmix = .true. | ||
config_disable_vel_vadv = .true. | ||
config_disable_tr_adv = .true. | ||
config_disable_tr_hmix = .true. | ||
config_disable_tr_vmix = .true. | ||
config_disable_tr_sflux = .true. | ||
config_disable_tr_nonlocalflux = .true. | ||
config_disable_redi_k33 = .true. | ||
config_open_ocean_freezing_temperature_coeff_0 = -1.8 | ||
config_disable_tr_all_tend = .true. | ||
config_AM_pointwiseStats_enable = .true. |
108 changes: 108 additions & 0 deletions
108
compass/ocean/tests/hurricane/fblts/forward/streams.ocean
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
<streams> | ||
|
||
<immutable_stream name="mesh" | ||
type="input" | ||
filename_template="input.nc" | ||
input_interval="initial_only"/> | ||
|
||
<immutable_stream name="input" | ||
type="input" | ||
filename_template="input.nc" | ||
input_interval="initial_only"/> | ||
|
||
<immutable_stream name="restart" | ||
type="input;output" | ||
filename_template="restarts/restart.$Y-$M-$D_$h.$m.$s.nc" | ||
filename_interval="output_interval" | ||
reference_time="0001-01-01_00:00:00" | ||
clobber_mode="truncate" | ||
input_interval="initial_only" | ||
output_interval="0005_00:00:00"/> | ||
|
||
<immutable_stream name="atmospheric_forcing" | ||
type="input" | ||
filename_template="atmospheric_forcing.nc" | ||
filename_interval="none" | ||
packages="timeVaryingAtmosphericForcingPKG" | ||
input_interval="none"/> | ||
|
||
<stream name="pointLocationsInput" | ||
filename_template="points.nc" | ||
type="input" | ||
input_interval="initial_only" | ||
runtime_format="single_file" | ||
mode="forward;analysis"> | ||
|
||
<var name="pointCellGlobalID"/> | ||
</stream> | ||
|
||
<stream name="topographic_wave_drag" | ||
type="input" | ||
filename_template="topographic_wave_drag.nc" | ||
filename_interval="none" | ||
packages="topographicWaveDragPKG" | ||
input_interval="initial_only"> | ||
|
||
<var name="topographic_wave_drag"/> | ||
</stream> | ||
|
||
<stream name="ltsregion" | ||
type="input" | ||
filename_template="input.nc" | ||
filename_interval="none" | ||
input_interval="initial_only"> | ||
<var name="LTSRegion"/> | ||
</stream> | ||
|
||
<stream name="output" | ||
type="output" | ||
filename_template="output.nc" | ||
output_interval="12:00:00" | ||
precision="double" | ||
clobber_mode="truncate"> | ||
|
||
<var name="xtime"/> | ||
<var name="ssh"/> | ||
<var name="kineticEnergyCell"/> | ||
<var name="layerThickness"/> | ||
<var name="normalVelocity"/> | ||
<var name="daysSinceStartOfSim"/> | ||
<var name="LTSRegion"/> | ||
</stream> | ||
|
||
<stream name="pointwiseStatsOutput" | ||
filename_template="pointwiseStats.nc" | ||
type="output" | ||
mode="forward;analysis" | ||
output_interval="00:30:00" | ||
packages="pointwiseStatsAMPKG" | ||
clobber_mode="truncate" | ||
io_type="netcdf" | ||
runtime_format="single_file"> | ||
|
||
<var name="pointCellGlobalID"/> | ||
<var name="xtime"/> | ||
<var name="latCell"/> | ||
<var name="lonCell"/> | ||
<var name="ssh"/> | ||
<var name="layerThickness"/> | ||
</stream> | ||
|
||
<stream name="globalStatsOutput" | ||
type="none" | ||
filename_template="globalStats.nc" | ||
filename_interval="01-00-00_00:00:00" | ||
clobber_mode="truncate" | ||
packages="globalStatsAMPKG" | ||
output_interval="none" > | ||
|
||
<var_array name="minGlobalStats"/> | ||
<var_array name="maxGlobalStats"/> | ||
<var_array name="avgGlobalStats"/> | ||
<var name="xtime"/> | ||
<var name="daysSinceStartOfSim"/> | ||
<var name="volumeCellGlobal"/> | ||
<var name="CFLNumberGlobal"/> | ||
</stream> | ||
|
||
</streams> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters