MOM6
mom_pointaccel::pointaccel_cs Type Reference

Detailed Description

Definition at line 64 of file MOM_PointAccel.F90.

Collaboration diagram for mom_pointaccel::pointaccel_cs:
[legend]

Public variables and constants

character(len=200) u_trunc_file
 
character(len=200) v_trunc_file
 
integer u_file
 
integer v_file
 
integer cols_written
 
integer max_writes
 
type(time_type), pointer time
 
type(diag_ctrl), pointer diag
 
real, dimension(:,:,:), pointer u_av => NULL()
 
real, dimension(:,:,:), pointer v_av => NULL()
 
real, dimension(:,:,:), pointer u_prev => NULL()
 
real, dimension(:,:,:), pointer v_prev => NULL()
 
real, dimension(:,:,:), pointer t => NULL()
 
real, dimension(:,:,:), pointer s => NULL()
 
real, dimension(:,:,:), pointer pbce => NULL()
 
real, dimension(:,:,:), pointer u_accel_bt => NULL()
 
real, dimension(:,:,:), pointer v_accel_bt => NULL()
 

Variables and constants

◆ cols_written

integer mom_pointaccel::pointaccel_cs::cols_written

Definition at line 70 of file MOM_PointAccel.F90.

70  integer :: cols_written ! The number of columns whose output has been

◆ diag

type(diag_ctrl), pointer mom_pointaccel::pointaccel_cs::diag

Definition at line 75 of file MOM_PointAccel.F90.

75  type(diag_ctrl), pointer :: diag ! A pointer to a structure of shareable

◆ max_writes

integer mom_pointaccel::pointaccel_cs::max_writes

Definition at line 72 of file MOM_PointAccel.F90.

72  integer :: max_writes ! The maximum number of times any PE can write out

◆ pbce

real, dimension(:,:,:), pointer mom_pointaccel::pointaccel_cs::pbce => NULL()

Definition at line 80 of file MOM_PointAccel.F90.

◆ s

real, dimension(:,:,:), pointer mom_pointaccel::pointaccel_cs::s => NULL()

Definition at line 80 of file MOM_PointAccel.F90.

◆ t

real, dimension(:,:,:), pointer mom_pointaccel::pointaccel_cs::t => NULL()

Definition at line 80 of file MOM_PointAccel.F90.

◆ time

type(time_type), pointer mom_pointaccel::pointaccel_cs::time

Definition at line 74 of file MOM_PointAccel.F90.

74  type(time_type), pointer :: time ! A pointer to the ocean model's clock.

◆ u_accel_bt

real, dimension(:,:,:), pointer mom_pointaccel::pointaccel_cs::u_accel_bt => NULL()

Definition at line 80 of file MOM_PointAccel.F90.

◆ u_av

real, dimension(:,:,:), pointer mom_pointaccel::pointaccel_cs::u_av => NULL()

Definition at line 80 of file MOM_PointAccel.F90.

80  real, pointer, dimension(:,:,:) :: &
81  u_av => null(), v_av => null(), & ! Time average velocities in m s-1.
82  u_prev => null(), v_prev => null(), & ! Previous velocities in m s-1.
83  t => null(), s => null(), & ! Temperature and salinity in C and psu.
84  pbce => null(), & ! pbce times eta gives the baroclinic
85  ! pressure anomaly in each layer due to
86  ! free surface height anomalies.
87  ! pbce has units of m s-2.
88  u_accel_bt => null(), & ! Barotropic acclerations in m s-2.
89  v_accel_bt => null()

◆ u_file

integer mom_pointaccel::pointaccel_cs::u_file

Definition at line 68 of file MOM_PointAccel.F90.

68  integer :: u_file, v_file ! The unit numbers for opened u- or v- truncation

◆ u_prev

real, dimension(:,:,:), pointer mom_pointaccel::pointaccel_cs::u_prev => NULL()

Definition at line 80 of file MOM_PointAccel.F90.

◆ u_trunc_file

character(len=200) mom_pointaccel::pointaccel_cs::u_trunc_file

Definition at line 65 of file MOM_PointAccel.F90.

65  character(len=200) :: u_trunc_file ! The complete path to files in which a

◆ v_accel_bt

real, dimension(:,:,:), pointer mom_pointaccel::pointaccel_cs::v_accel_bt => NULL()

Definition at line 80 of file MOM_PointAccel.F90.

◆ v_av

real, dimension(:,:,:), pointer mom_pointaccel::pointaccel_cs::v_av => NULL()

Definition at line 80 of file MOM_PointAccel.F90.

◆ v_file

integer mom_pointaccel::pointaccel_cs::v_file

Definition at line 68 of file MOM_PointAccel.F90.

◆ v_prev

real, dimension(:,:,:), pointer mom_pointaccel::pointaccel_cs::v_prev => NULL()

Definition at line 80 of file MOM_PointAccel.F90.

◆ v_trunc_file

character(len=200) mom_pointaccel::pointaccel_cs::v_trunc_file

Definition at line 66 of file MOM_PointAccel.F90.

66  character(len=200) :: v_trunc_file ! column's worth of accelerations are

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