|
MOM6
|
ALE control structure.
Definition at line 63 of file MOM_ALE.F90.
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. (s) | |
| type(regridding_cs) | regridcs |
| Regridding parameters and work arrays. | |
| type(remapping_cs) | remapcs |
| 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 | 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 | |