MOM6
mom_pointaccel::pointaccel_cs Type Reference

Detailed Description

The control structure for the MOM_PointAccel module.

Definition at line 32 of file MOM_PointAccel.F90.

Collaboration diagram for mom_pointaccel::pointaccel_cs:
[legend]

Public variables and constants

character(len=200) u_trunc_file
 The complete path to the file in which a column's worth of u-accelerations are written if u-velocity truncations occur.
 
character(len=200) v_trunc_file
 The complete path to the file in which a column's worth of v-accelerations are written if v-velocity truncations occur.
 
integer u_file
 The unit number for an opened u-truncation files, or -1 if it has not yet been opened.
 
integer v_file
 The unit number for an opened v-truncation files, or -1 if it has not yet been opened.
 
integer cols_written
 The number of columns whose output has been written by this PE during the current run.
 
integer max_writes
 The maximum number of times any PE can write out a column's worth of accelerations during a run.
 
type(time_type), pointer time => NULL()
 A pointer to the ocean model's clock.
 
type(diag_ctrl), pointer diag => NULL()
 A structure that is used to regulate the timing of diagnostic output.
 
real, dimension(:,:,:), pointer u_av => NULL()
 Time average u-velocity [m s-1].
 
real, dimension(:,:,:), pointer v_av => NULL()
 Time average velocity [m s-1].
 
real, dimension(:,:,:), pointer u_prev => NULL()
 Previous u-velocity [m s-1].
 
real, dimension(:,:,:), pointer v_prev => NULL()
 Previous v-velocity [m s-1].
 
real, dimension(:,:,:), pointer t => NULL()
 Temperature [degC].
 
real, dimension(:,:,:), pointer s => NULL()
 Salinity [ppt].
 
real, dimension(:,:,:), pointer u_accel_bt => NULL()
 Barotropic u-acclerations [m s-2].
 
real, dimension(:,:,:), pointer v_accel_bt => NULL()
 Barotropic v-acclerations [m s-2].
 
real, dimension(:,:,:), pointer pbce => NULL()
 pbce times eta gives the baroclinic pressure anomaly in each layer due to free surface height anomalies [m2 s-2 H-1 ~> m s-2 or m4 kg-1 s-2].
 

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