Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -506,8 +506,8 @@ MIN_THICKNESS = 0.001 ! [m] default = 0.001
! When regridding, this is the minimum layer thickness allowed.
REMAPPING_SCHEME = "PPM_H4" ! default = "PLM"
! This sets the reconstruction scheme used for vertical remapping for all
! variables. It can be one of the following schemes: PCM (1st-order
! accurate)
! variables. It can be one of the following schemes:
! PCM (1st-order accurate)
! PLM (2nd-order accurate)
! PLM_HYBGEN (2nd-order accurate)
! PPM_H4 (3rd-order accurate)
Expand All @@ -519,7 +519,8 @@ REMAPPING_SCHEME = "PPM_H4" ! default = "PLM"
VELOCITY_REMAPPING_SCHEME = "PPM_H4" ! default = "PPM_H4"
! This sets the reconstruction scheme used for vertical remapping of velocities.
! By default it is the same as REMAPPING_SCHEME. It can be one of the following
! schemes: PCM (1st-order accurate)
! schemes:
! PCM (1st-order accurate)
! PLM (2nd-order accurate)
! PLM_HYBGEN (2nd-order accurate)
! PPM_H4 (3rd-order accurate)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ ALE_COORDINATE_CONFIG = "FILE:vgrid.nc,dz" ! default = "UNIFORM"
! is of non-dimensional fractions of the water column.
REMAPPING_SCHEME = "PPM_H4" ! default = "PLM"
! This sets the reconstruction scheme used for vertical remapping for all
! variables. It can be one of the following schemes: PCM (1st-order
! accurate)
! variables. It can be one of the following schemes:
! PCM (1st-order accurate)
! PLM (2nd-order accurate)
! PLM_HYBGEN (2nd-order accurate)
! PPM_H4 (3rd-order accurate)
Expand Down
14 changes: 10 additions & 4 deletions ice_ocean_SIS2/Baltic_OM4_025/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -478,10 +478,12 @@ INTERPOLATION_SCHEME = "P1M_H2" ! default = "P1M_H2"
! This sets the interpolation scheme to use to determine the new grid. These
! parameters are only relevant when REGRIDDING_COORDINATE_MODE is set to a
! function of state. Otherwise, it is not used. It can be one of the following
! schemes: P1M_H2 (2nd-order accurate)
! schemes:
! P1M_H2 (2nd-order accurate)
! P1M_H4 (2nd-order accurate)
! P1M_IH4 (2nd-order accurate)
! PLM (2nd-order accurate)
! PPM_CW (3rd-order accurate)
! PPM_H4 (3rd-order accurate)
! PPM_IH4 (3rd-order accurate)
! P3M_IH4IH3 (4th-order accurate)
Expand Down Expand Up @@ -530,6 +532,9 @@ REGRID_COMPRESSIBILITY_FRACTION = 0.01 ! [nondim] default = 0.0
! compressibility solely to make homogeneous regions appear stratified.
MIN_THICKNESS = 0.001 ! [m] default = 0.001
! When regridding, this is the minimum layer thickness allowed.
HYCOM1_ONLY_IMPROVES = False ! [Boolean] default = False
! When regridding, an interface is only moved if this improves the fit to the
! target density.
MAXIMUM_INT_DEPTH_CONFIG = "FNC1:5,8000.0,1.0,.01" ! default = "NONE"
! Determines how to specify the maximum interface depths.
! Valid options are:
Expand All @@ -554,8 +559,8 @@ MAX_LAYER_THICKNESS_CONFIG = "FNC1:400,31000.0,0.1,.01" ! default = "NONE"
! The list of maximum thickness for each layer.
REMAPPING_SCHEME = "PPM_H4" ! default = "PLM"
! This sets the reconstruction scheme used for vertical remapping for all
! variables. It can be one of the following schemes: PCM (1st-order
! accurate)
! variables. It can be one of the following schemes:
! PCM (1st-order accurate)
! PLM (2nd-order accurate)
! PLM_HYBGEN (2nd-order accurate)
! PPM_H4 (3rd-order accurate)
Expand All @@ -567,7 +572,8 @@ REMAPPING_SCHEME = "PPM_H4" ! default = "PLM"
VELOCITY_REMAPPING_SCHEME = "PPM_H4" ! default = "PPM_H4"
! This sets the reconstruction scheme used for vertical remapping of velocities.
! By default it is the same as REMAPPING_SCHEME. It can be one of the following
! schemes: PCM (1st-order accurate)
! schemes:
! PCM (1st-order accurate)
! PLM (2nd-order accurate)
! PLM_HYBGEN (2nd-order accurate)
! PPM_H4 (3rd-order accurate)
Expand Down
4 changes: 2 additions & 2 deletions ice_ocean_SIS2/Baltic_OM4_025/MOM_parameter_doc.short
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@ MAX_LAYER_THICKNESS_CONFIG = "FNC1:400,31000.0,0.1,.01" ! default = "NONE"
! The list of maximum thickness for each layer.
REMAPPING_SCHEME = "PPM_H4" ! default = "PLM"
! This sets the reconstruction scheme used for vertical remapping for all
! variables. It can be one of the following schemes: PCM (1st-order
! accurate)
! variables. It can be one of the following schemes:
! PCM (1st-order accurate)
! PLM (2nd-order accurate)
! PLM_HYBGEN (2nd-order accurate)
! PPM_H4 (3rd-order accurate)
Expand Down
14 changes: 10 additions & 4 deletions ice_ocean_SIS2/Baltic_OM4_05/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -478,10 +478,12 @@ INTERPOLATION_SCHEME = "P1M_H2" ! default = "P1M_H2"
! This sets the interpolation scheme to use to determine the new grid. These
! parameters are only relevant when REGRIDDING_COORDINATE_MODE is set to a
! function of state. Otherwise, it is not used. It can be one of the following
! schemes: P1M_H2 (2nd-order accurate)
! schemes:
! P1M_H2 (2nd-order accurate)
! P1M_H4 (2nd-order accurate)
! P1M_IH4 (2nd-order accurate)
! PLM (2nd-order accurate)
! PPM_CW (3rd-order accurate)
! PPM_H4 (3rd-order accurate)
! PPM_IH4 (3rd-order accurate)
! P3M_IH4IH3 (4th-order accurate)
Expand Down Expand Up @@ -530,6 +532,9 @@ REGRID_COMPRESSIBILITY_FRACTION = 0.01 ! [nondim] default = 0.0
! compressibility solely to make homogeneous regions appear stratified.
MIN_THICKNESS = 0.001 ! [m] default = 0.001
! When regridding, this is the minimum layer thickness allowed.
HYCOM1_ONLY_IMPROVES = False ! [Boolean] default = False
! When regridding, an interface is only moved if this improves the fit to the
! target density.
MAXIMUM_INT_DEPTH_CONFIG = "FNC1:5,8000.0,1.0,.01" ! default = "NONE"
! Determines how to specify the maximum interface depths.
! Valid options are:
Expand All @@ -554,8 +559,8 @@ MAX_LAYER_THICKNESS_CONFIG = "FNC1:400,31000.0,0.1,.01" ! default = "NONE"
! The list of maximum thickness for each layer.
REMAPPING_SCHEME = "PPM_H4" ! default = "PLM"
! This sets the reconstruction scheme used for vertical remapping for all
! variables. It can be one of the following schemes: PCM (1st-order
! accurate)
! variables. It can be one of the following schemes:
! PCM (1st-order accurate)
! PLM (2nd-order accurate)
! PLM_HYBGEN (2nd-order accurate)
! PPM_H4 (3rd-order accurate)
Expand All @@ -567,7 +572,8 @@ REMAPPING_SCHEME = "PPM_H4" ! default = "PLM"
VELOCITY_REMAPPING_SCHEME = "PPM_H4" ! default = "PPM_H4"
! This sets the reconstruction scheme used for vertical remapping of velocities.
! By default it is the same as REMAPPING_SCHEME. It can be one of the following
! schemes: PCM (1st-order accurate)
! schemes:
! PCM (1st-order accurate)
! PLM (2nd-order accurate)
! PLM_HYBGEN (2nd-order accurate)
! PPM_H4 (3rd-order accurate)
Expand Down
4 changes: 2 additions & 2 deletions ice_ocean_SIS2/Baltic_OM4_05/MOM_parameter_doc.short
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ MAX_LAYER_THICKNESS_CONFIG = "FNC1:400,31000.0,0.1,.01" ! default = "NONE"
! The list of maximum thickness for each layer.
REMAPPING_SCHEME = "PPM_H4" ! default = "PLM"
! This sets the reconstruction scheme used for vertical remapping for all
! variables. It can be one of the following schemes: PCM (1st-order
! accurate)
! variables. It can be one of the following schemes:
! PCM (1st-order accurate)
! PLM (2nd-order accurate)
! PLM_HYBGEN (2nd-order accurate)
! PPM_H4 (3rd-order accurate)
Expand Down
14 changes: 10 additions & 4 deletions ice_ocean_SIS2/OM4_025/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -478,10 +478,12 @@ INTERPOLATION_SCHEME = "P1M_H2" ! default = "P1M_H2"
! This sets the interpolation scheme to use to determine the new grid. These
! parameters are only relevant when REGRIDDING_COORDINATE_MODE is set to a
! function of state. Otherwise, it is not used. It can be one of the following
! schemes: P1M_H2 (2nd-order accurate)
! schemes:
! P1M_H2 (2nd-order accurate)
! P1M_H4 (2nd-order accurate)
! P1M_IH4 (2nd-order accurate)
! PLM (2nd-order accurate)
! PPM_CW (3rd-order accurate)
! PPM_H4 (3rd-order accurate)
! PPM_IH4 (3rd-order accurate)
! P3M_IH4IH3 (4th-order accurate)
Expand Down Expand Up @@ -530,6 +532,9 @@ REGRID_COMPRESSIBILITY_FRACTION = 0.01 ! [nondim] default = 0.0
! compressibility solely to make homogeneous regions appear stratified.
MIN_THICKNESS = 0.001 ! [m] default = 0.001
! When regridding, this is the minimum layer thickness allowed.
HYCOM1_ONLY_IMPROVES = False ! [Boolean] default = False
! When regridding, an interface is only moved if this improves the fit to the
! target density.
MAXIMUM_INT_DEPTH_CONFIG = "FNC1:5,8000.0,1.0,.01" ! default = "NONE"
! Determines how to specify the maximum interface depths.
! Valid options are:
Expand All @@ -554,8 +559,8 @@ MAX_LAYER_THICKNESS_CONFIG = "FNC1:400,31000.0,0.1,.01" ! default = "NONE"
! The list of maximum thickness for each layer.
REMAPPING_SCHEME = "PPM_H4" ! default = "PLM"
! This sets the reconstruction scheme used for vertical remapping for all
! variables. It can be one of the following schemes: PCM (1st-order
! accurate)
! variables. It can be one of the following schemes:
! PCM (1st-order accurate)
! PLM (2nd-order accurate)
! PLM_HYBGEN (2nd-order accurate)
! PPM_H4 (3rd-order accurate)
Expand All @@ -567,7 +572,8 @@ REMAPPING_SCHEME = "PPM_H4" ! default = "PLM"
VELOCITY_REMAPPING_SCHEME = "PPM_H4" ! default = "PPM_H4"
! This sets the reconstruction scheme used for vertical remapping of velocities.
! By default it is the same as REMAPPING_SCHEME. It can be one of the following
! schemes: PCM (1st-order accurate)
! schemes:
! PCM (1st-order accurate)
! PLM (2nd-order accurate)
! PLM_HYBGEN (2nd-order accurate)
! PPM_H4 (3rd-order accurate)
Expand Down
4 changes: 2 additions & 2 deletions ice_ocean_SIS2/OM4_025/MOM_parameter_doc.short
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@ MAX_LAYER_THICKNESS_CONFIG = "FNC1:400,31000.0,0.1,.01" ! default = "NONE"
! The list of maximum thickness for each layer.
REMAPPING_SCHEME = "PPM_H4" ! default = "PLM"
! This sets the reconstruction scheme used for vertical remapping for all
! variables. It can be one of the following schemes: PCM (1st-order
! accurate)
! variables. It can be one of the following schemes:
! PCM (1st-order accurate)
! PLM (2nd-order accurate)
! PLM_HYBGEN (2nd-order accurate)
! PPM_H4 (3rd-order accurate)
Expand Down
14 changes: 10 additions & 4 deletions ice_ocean_SIS2/OM4_05/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -478,10 +478,12 @@ INTERPOLATION_SCHEME = "P1M_H2" ! default = "P1M_H2"
! This sets the interpolation scheme to use to determine the new grid. These
! parameters are only relevant when REGRIDDING_COORDINATE_MODE is set to a
! function of state. Otherwise, it is not used. It can be one of the following
! schemes: P1M_H2 (2nd-order accurate)
! schemes:
! P1M_H2 (2nd-order accurate)
! P1M_H4 (2nd-order accurate)
! P1M_IH4 (2nd-order accurate)
! PLM (2nd-order accurate)
! PPM_CW (3rd-order accurate)
! PPM_H4 (3rd-order accurate)
! PPM_IH4 (3rd-order accurate)
! P3M_IH4IH3 (4th-order accurate)
Expand Down Expand Up @@ -530,6 +532,9 @@ REGRID_COMPRESSIBILITY_FRACTION = 0.01 ! [nondim] default = 0.0
! compressibility solely to make homogeneous regions appear stratified.
MIN_THICKNESS = 0.001 ! [m] default = 0.001
! When regridding, this is the minimum layer thickness allowed.
HYCOM1_ONLY_IMPROVES = False ! [Boolean] default = False
! When regridding, an interface is only moved if this improves the fit to the
! target density.
MAXIMUM_INT_DEPTH_CONFIG = "FNC1:5,8000.0,1.0,.01" ! default = "NONE"
! Determines how to specify the maximum interface depths.
! Valid options are:
Expand All @@ -554,8 +559,8 @@ MAX_LAYER_THICKNESS_CONFIG = "FNC1:400,31000.0,0.1,.01" ! default = "NONE"
! The list of maximum thickness for each layer.
REMAPPING_SCHEME = "PPM_H4" ! default = "PLM"
! This sets the reconstruction scheme used for vertical remapping for all
! variables. It can be one of the following schemes: PCM (1st-order
! accurate)
! variables. It can be one of the following schemes:
! PCM (1st-order accurate)
! PLM (2nd-order accurate)
! PLM_HYBGEN (2nd-order accurate)
! PPM_H4 (3rd-order accurate)
Expand All @@ -567,7 +572,8 @@ REMAPPING_SCHEME = "PPM_H4" ! default = "PLM"
VELOCITY_REMAPPING_SCHEME = "PPM_H4" ! default = "PPM_H4"
! This sets the reconstruction scheme used for vertical remapping of velocities.
! By default it is the same as REMAPPING_SCHEME. It can be one of the following
! schemes: PCM (1st-order accurate)
! schemes:
! PCM (1st-order accurate)
! PLM (2nd-order accurate)
! PLM_HYBGEN (2nd-order accurate)
! PPM_H4 (3rd-order accurate)
Expand Down
4 changes: 2 additions & 2 deletions ice_ocean_SIS2/OM4_05/MOM_parameter_doc.short
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ MAX_LAYER_THICKNESS_CONFIG = "FNC1:400,31000.0,0.1,.01" ! default = "NONE"
! The list of maximum thickness for each layer.
REMAPPING_SCHEME = "PPM_H4" ! default = "PLM"
! This sets the reconstruction scheme used for vertical remapping for all
! variables. It can be one of the following schemes: PCM (1st-order
! accurate)
! variables. It can be one of the following schemes:
! PCM (1st-order accurate)
! PLM (2nd-order accurate)
! PLM_HYBGEN (2nd-order accurate)
! PPM_H4 (3rd-order accurate)
Expand Down
Loading