MOM6
mom_ale::ale_cs Type Reference

Detailed Description

ALE control structure.

Definition at line 63 of file MOM_ALE.F90.

Collaboration diagram for mom_ale::ale_cs:
[legend]

Public variables and constants

logical remap_uv_using_old_alg
 If true, uses the old "remapping via a delta z" method. If False, uses the new method that remaps between grids described by h.
 
real regrid_time_scale
 The time-scale used in blending between the current (old) grid and the target (new) grid [T ~> s].
 
type(regridding_csregridcs
 Regridding parameters and work arrays.
 
type(remapping_csremapcs
 Remapping parameters and work arrays.
 
integer nk
 Used only for queries, not directly by this module.
 
logical remap_after_initialization
 Indicates whether to regrid/remap after initializing the state.
 
logical answers_2018
 If true, use the order of arithmetic and expressions for remapping that recover the answers from the end of 2018. Otherwise, use more robust and accurate forms of mathematically equivalent expressions.
 
logical show_call_tree
 For debugging.
 
type(diag_ctrl), pointer diag
 structure to regulate output
 
integer, dimension(:), allocatable id_tracer_remap_tendency
 diagnostic id
 
integer, dimension(:), allocatable id_htracer_remap_tendency
 diagnostic id
 
integer, dimension(:), allocatable id_htracer_remap_tendency_2d
 diagnostic id
 
logical, dimension(:), allocatable do_tendency_diag
 flag for doing diagnostics
 
integer id_dzregrid = -1
 diagnostic id
 
integer id_u_preale = -1
 diagnostic id for zonal velocity before ALE.
 
integer id_v_preale = -1
 diagnostic id for meridional velocity before ALE.
 
integer id_h_preale = -1
 diagnostic id for layer thicknesses before ALE.
 
integer id_t_preale = -1
 diagnostic id for temperatures before ALE.
 
integer id_s_preale = -1
 diagnostic id for salinities before ALE.
 
integer id_e_preale = -1
 diagnostic id for interface heights before ALE.
 
integer id_vert_remap_h = -1
 diagnostic id for layer thicknesses used for remapping
 
integer id_vert_remap_h_tendency = -1
 diagnostic id for layer thickness tendency due to ALE
 

Detailed Description

ALE control structure.

Definition at line 63 of file MOM_ALE.F90.


The documentation for this type was generated from the following file: