MOM6
mom_unit_scaling::unit_scale_type Type Reference

Detailed Description

Describes various unit conversion factors.

Definition at line 14 of file MOM_unit_scaling.F90.

Collaboration diagram for mom_unit_scaling::unit_scale_type:
[legend]

Public variables and constants

real m_to_z
 A constant that translates distances in meters to the units of depth.
 
real z_to_m
 A constant that translates distances in the units of depth to meters.
 
real m_to_l
 A constant that translates lengths in meters to the units of horizontal lengths.
 
real l_to_m
 A constant that translates lengths in the units of horizontal lengths to meters.
 
real s_to_t
 A constant that time intervals in seconds to the units of time.
 
real t_to_s
 A constant that the units of time to seconds.
 
real z_to_l
 Convert vertical distances to lateral lengths.
 
real l_to_z
 Convert vertical distances to lateral lengths.
 
real l_t_to_m_s
 Convert lateral velocities from L T-1 to m s-1.
 
real m_s_to_l_t
 Convert lateral velocities from m s-1 to L T-1.
 
real l_t2_to_m_s2
 Convert lateral accelerations from L T-2 to m s-2.
 
real z2_t_to_m2_s
 Convert vertical diffusivities from Z2 T-1 to m2 s-1.
 
real m2_s_to_z2_t
 Convert vertical diffusivities from m2 s-1 to Z2 T-1.
 
real m_to_z_restart = 0.0
 A copy of the m_to_Z that is used in restart files.
 
real m_to_l_restart = 0.0
 A copy of the m_to_L that is used in restart files.
 
real s_to_t_restart = 0.0
 A copy of the s_to_T that is used in restart files.
 

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