@@ -700,6 +700,10 @@ TRIM_IC_FOR_P_SURF = False ! [Boolean] default = False
700
700
! If true, cuts way the top of the column for initial conditions at the depth
701
701
! where the hydrostatic pressure matches the imposed surface pressure which is
702
702
! read from file.
703
+ REGRID_ACCELERATE_INIT = False ! [Boolean] default = False
704
+ ! If true, runs REGRID_ACCELERATE_ITERATIONS iterations of the regridding
705
+ ! algorithm to push the initial grid to be consistent with the initial
706
+ ! condition. Useful only for state-based and iterative coordinates.
703
707
VELOCITY_CONFIG = "zero" ! default = "zero"
704
708
! A string that determines how the initial velocities are specified for a new
705
709
! run:
@@ -711,14 +715,6 @@ VELOCITY_CONFIG = "zero" ! default = "zero"
711
715
! rossby_front - a mixed layer front in thermal wind balance.
712
716
! soliton - Equatorial Rossby soliton.
713
717
! USER - call a user modified routine.
714
- CONVERT_THICKNESS_UNITS = False ! [Boolean] default = False
715
- ! If true, convert the thickness initial conditions from units of m to kg m-2
716
- ! or vice versa, depending on whether BOUSSINESQ is defined. This does not apply
717
- ! if a restart file is read.
718
- REGRID_ACCELERATE_INIT = False ! [Boolean] default = False
719
- ! If true, runs REGRID_ACCELERATE_ITERATIONS iterations of the regridding
720
- ! algorithm to push the initial grid to be consistent with the initial
721
- ! condition. Useful only for state-based and iterative coordinates.
722
718
ODA_INCUPD = False ! [Boolean] default = False
723
719
! If true, oda incremental updates will be applied everywhere in the domain.
724
720
SPONGE = False ! [Boolean] default = False
0 commit comments