Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Baltic ALE z and offline tracer example #110

Merged
merged 6 commits into from
Oct 25, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ice_ocean_SIS2/Baltic_ALE_z_offline_tracers/INPUT/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Undo *.nc in top-level .gitignore
!*.nc
Binary file not shown.
Binary file not shown.
10 changes: 10 additions & 0 deletions ice_ocean_SIS2/Baltic_ALE_z_offline_tracers/INPUT/NOTES
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
ncks -d ny,160,173 -d nx,286,308 /archive/gold/datasets/GOLD_SIS/riga/mosaic.unpacked/topog.nc topog.nc
ncks -d ny,320,347 -d nx,572,617 -d nyp,320,348 -d nxp,572,618 /archive/gold/datasets/GOLD_SIS/riga/mosaic.unpacked/ocean_hgrid.nc ocean_hgrid.nc
ncks -d ny,142,155 -d nx,4,23 -d nyp,142,156 -d nxp,4,24 /archive/gold/datasets/GOLD_SIS/riga/mosaic.unpacked/atmos_hgrid.nc atmos_hgrid.nc
cp atmos_hgrid.nc land_hgrid.nc
ncks -d GRID_Y_T,160,173 -d GRID_X_T,286,308 .datasets/GOLD_SIS/riga/INPUT/tideamp.nc tideamp.nc
ncks -d GRID_Y_T,160,173 -d GRID_X_T,286,308 .datasets/GOLD_SIS/riga/INPUT/sgs_h2.nc sgs_h2.nc
ncks -d grid_y_T,160,173 -d grid_x_T,286,308 .datasets/GOLD_SIS/riga/INPUT/geothermal_heating_cm2g.nc geothermal_heating_cm2g.nc
ncks -d LAT,160,173 -d LON,286,308 .datasets/GOLD_SIS/riga/INPUT/seawifs_1998-2006_GOLD_smoothed_2X.nc seawifs_1998-2006_GOLD_smoothed_2X.nc
ncks -d GRID_Y_T,160,173 -d GRID_X_T,286,308 .datasets/GOLD_SIS/riga/INPUT/gustiness_qscat.nc gustiness_qscat.nc
ncks -d grid_y_T,160,173 -d grid_x_T,286,308 .datasets/GOLD_SIS/riga/INPUT/salt_restore.nc salt_restore.nc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
2 (Calendar: no_calendar=0, thirty_day_months=1, julian=2, gregorian=3, noleap=4)
1 1 1 0 0 0 Model start time: year, month, day, hour, minute, second
1 1 6 0 0 0 Current model time: year, month, day, hour, minute, second
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
605 changes: 605 additions & 0 deletions ice_ocean_SIS2/Baltic_ALE_z_offline_tracers/MOM_input

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions ice_ocean_SIS2/Baltic_ALE_z_offline_tracers/MOM_override
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
! Blank file in which we can put "overrides" for parameters
NK = 50
#override USE_REGRIDDING = True
#override BULKMIXEDLAYER = False
#override COORD_FILE = "Layer_coord50.nc"
#override DIABATIC_FIRST = False
#override REGRID_TIME_SCALE = 0.0
USE_STORED_SLOPES = True
USE_NEUTRAL_DIFFUSION = True
SIMPLE_TKE_TO_KD = True
REGRIDDING_COORDINATE_MODE = "Z*"
ALE_COORDINATE_CONFIG = "FILE:vgrid.nc,dz"
HMIX_FIXED = 0.5
CFL_TRUNCATE_RAMP_TIME = 7200.
Z_INIT_ALE_REMAPPING = True
ENERGETICS_SFC_PBL = True


USE_ADVECTION_TEST_TRACER = True
ADVECTION_TEST_X_ORIGIN = 19.5
ADVECTION_TEST_Y_ORIGIN = 60.5
ADVECTION_TEST_X_WIDTH = 1.0
ADVECTION_TEST_Y_WIDTH = 1.0


33 changes: 33 additions & 0 deletions ice_ocean_SIS2/Baltic_ALE_z_offline_tracers/MOM_override_offline
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
! Blank file in which we can put "overrides" for parameters
NK = 50
#override USE_REGRIDDING = True
#override BULKMIXEDLAYER = False
#override COORD_FILE = "Layer_coord50.nc"
#override DIABATIC_FIRST = False
#override REGRID_TIME_SCALE = 0.0

USE_STORED_SLOPES = True
USE_NEUTRAL_DIFFUSION = True
SIMPLE_TKE_TO_KD = True
REGRIDDING_COORDINATE_MODE = "Z*"
ALE_COORDINATE_CONFIG = "FILE:vgrid.nc,dz"
HMIX_FIXED = 0.5
CFL_TRUNCATE_RAMP_TIME = 7200.
Z_INIT_ALE_REMAPPING = True
ENERGETICS_SFC_PBL = True

USE_ADVECTION_TEST_TRACER = True
ADVECTION_TEST_X_ORIGIN = 19.5
ADVECTION_TEST_Y_ORIGIN = 60.5
ADVECTION_TEST_X_WIDTH = 1.0
ADVECTION_TEST_Y_WIDTH = 1.0

! Related to offline tracer transport
OFFLINE_TRACER_MODE = True
OFFLINEDIR = "ONLINE/"
OFF_SUM_FILE = "00010101.off_sum_1day.nc"
OFF_SNAP_FILE = "00010101.off_snap_1day.nc"
START_INDEX = 1
DT_OFFLINE = 86400
NUM_OFF_ITER = 30
NUMTIME = 5
25 changes: 25 additions & 0 deletions ice_ocean_SIS2/Baltic_ALE_z_offline_tracers/MOM_override_online
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
! Blank file in which we can put "overrides" for parameters
NK = 50
#override USE_REGRIDDING = True
#override BULKMIXEDLAYER = False
#override COORD_FILE = "Layer_coord50.nc"
#override DIABATIC_FIRST = False
#override REGRID_TIME_SCALE = 0.0
USE_STORED_SLOPES = True
USE_NEUTRAL_DIFFUSION = True
SIMPLE_TKE_TO_KD = True
REGRIDDING_COORDINATE_MODE = "Z*"
ALE_COORDINATE_CONFIG = "FILE:vgrid.nc,dz"
HMIX_FIXED = 0.5
CFL_TRUNCATE_RAMP_TIME = 7200.
Z_INIT_ALE_REMAPPING = True
ENERGETICS_SFC_PBL = True


USE_ADVECTION_TEST_TRACER = True
ADVECTION_TEST_X_ORIGIN = 19.5
ADVECTION_TEST_Y_ORIGIN = 60.5
ADVECTION_TEST_X_WIDTH = 1.0
ADVECTION_TEST_Y_WIDTH = 1.0


Loading