Skip to content

Commit 76f5fdc

Browse files
committed
MOM6: +Add ACCURATE_NONBOUS_THICK_CELLO
- NOAA-GFDL/MOM6@e1932f6e7 +Add ACCURATE_NONBOUS_THICK_CELLO - NOAA-GFDL/MOM6@4706b3e16 +Extract find_dz_for_eta from find_eta - NOAA-GFDL/MOM6@5d2eba77d +Enhance ice_shelf_diag_mediator like framework - NOAA-GFDL/MOM6@6fb5dc746 +Fix bugs in ice shelf top slope calculation - NOAA-GFDL/MOM6@054621cc1 +Add & use optional maskT arg to initialize_masks - NOAA-GFDL/MOM6@666ff94e0 Add subroutine allocate_segment_field_data - NOAA-GFDL/MOM6@7df3b18be Move alloc buffer_dst to initialize_segment_data - NOAA-GFDL/MOM6@5fab3c00b Refactor update_OBC_segment_data loop indices
1 parent 6fbb926 commit 76f5fdc

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

ice_ocean_SIS2/Baltic_OM5nb_025/MOM_parameter_doc.all

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1849,6 +1849,10 @@ INTWAVE_REMAPPING_USE_OM4_SUBCELLS = True ! [Boolean] default = True
18491849
! If true, use the OM4 remapping-via-subcells algorithm for calculating EBT
18501850
! structure. See REMAPPING_USE_OM4_SUBCELLS for details. We recommend setting
18511851
! this option to false.
1852+
ACCURATE_NONBOUS_THICK_CELLO = False ! [Boolean] default = False
1853+
! If true, use the same careful integrals to find the diagnosed non-Boussinesq
1854+
! layer thicknesses as are used to find the free surface height, instead of
1855+
! using an approximate thickness based on division by the mid-layer density.
18521856

18531857
! === module MOM_diabatic_driver ===
18541858
! The following parameters are used for diabatic processes.

ocean_only/nonBous_global/MOM_parameter_doc.all

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1507,6 +1507,10 @@ INTWAVE_REMAPPING_USE_OM4_SUBCELLS = True ! [Boolean] default = True
15071507
! If true, use the OM4 remapping-via-subcells algorithm for calculating EBT
15081508
! structure. See REMAPPING_USE_OM4_SUBCELLS for details. We recommend setting
15091509
! this option to false.
1510+
ACCURATE_NONBOUS_THICK_CELLO = False ! [Boolean] default = False
1511+
! If true, use the same careful integrals to find the diagnosed non-Boussinesq
1512+
! layer thicknesses as are used to find the free surface height, instead of
1513+
! using an approximate thickness based on division by the mid-layer density.
15101514

15111515
! === module MOM_diabatic_driver ===
15121516
! The following parameters are used for diabatic processes.

0 commit comments

Comments
 (0)