MOM6
|
Pointers to all of the prognostic variables allocated in MOM_variables.F90 and MOM.F90.
It is useful for sending these variables for diagnostics, and in preparation for ensembles later on. All variables have the same names as the local (public) variables they refer to in MOM.F90.
Definition at line 122 of file MOM_variables.F90.
Public variables and constants | |
real, dimension(:,:,:), pointer | t => NULL() |
Pointer to the temperature state variable [degC]. More... | |
real, dimension(:,:,:), pointer | s => NULL() |
Pointer to the salinity state variable [ppt ~> PSU or g/kg]. More... | |
real, dimension(:,:,:), pointer | u => NULL() |
Pointer to the zonal velocity [L T-1 ~> m s-1]. More... | |
real, dimension(:,:,:), pointer | v => NULL() |
Pointer to the meridional velocity [L T-1 ~> m s-1]. More... | |
real, dimension(:,:,:), pointer | h => NULL() |
Pointer to the layer thicknesses [H ~> m or kg m-2]. More... | |
real, dimension(:,:,:), pointer | uh => NULL() |
Pointer to zonal transports [H L2 T-1 ~> m3 s-1 or kg s-1]. More... | |
real, dimension(:,:,:), pointer | vh => NULL() |
Pointer to meridional transports [H L2 T-1 ~> m3 s-1 or kg s-1]. More... | |
real, dimension(:,:,:), pointer | cau => NULL() |
Pointer to the zonal Coriolis and Advective acceleration [L T-2 ~> m s-2]. More... | |
real, dimension(:,:,:), pointer | cav => NULL() |
Pointer to the meridional Coriolis and Advective acceleration [L T-2 ~> m s-2]. More... | |
real, dimension(:,:,:), pointer | pfu => NULL() |
Pointer to the zonal Pressure force acceleration [L T-2 ~> m s-2]. More... | |
real, dimension(:,:,:), pointer | pfv => NULL() |
Pointer to the meridional Pressure force acceleration [L T-2 ~> m s-2]. More... | |
real, dimension(:,:,:), pointer | diffu => NULL() |
Pointer to the zonal acceleration due to lateral viscosity [L T-2 ~> m s-2]. More... | |
real, dimension(:,:,:), pointer | diffv => NULL() |
Pointer to the meridional acceleration due to lateral viscosity [L T-2 ~> m s-2]. More... | |
real, dimension(:,:,:), pointer | pbce => NULL() |
Pointer to the baroclinic pressure force dependency on free surface movement. More... | |
real, dimension(:,:,:), pointer | u_accel_bt => NULL() |
Pointer to the zonal barotropic-solver acceleration [L T-2 ~> m s-2]. More... | |
real, dimension(:,:,:), pointer | v_accel_bt => NULL() |
Pointer to the meridional barotropic-solver acceleration [L T-2 ~> m s-2]. More... | |
real, dimension(:,:,:), pointer | u_av => NULL() |
Pointer to zonal velocity averaged over the timestep [L T-1 ~> m s-1]. More... | |
real, dimension(:,:,:), pointer | v_av => NULL() |
Pointer to meridional velocity averaged over the timestep [L T-1 ~> m s-1]. More... | |
real, dimension(:,:,:), pointer | u_prev => NULL() |
Pointer to zonal velocity at the end of the last timestep [L T-1 ~> m s-1]. More... | |
real, dimension(:,:,:), pointer | v_prev => NULL() |
Pointer to meridional velocity at the end of the last timestep [L T-1 ~> m s-1]. More... | |
real, dimension(:,:,:), pointer mom_variables::ocean_internal_state::cau => NULL() |
Pointer to the zonal Coriolis and Advective acceleration [L T-2 ~> m s-2].
Definition at line 132 of file MOM_variables.F90.
real, dimension(:,:,:), pointer mom_variables::ocean_internal_state::cav => NULL() |
Pointer to the meridional Coriolis and Advective acceleration [L T-2 ~> m s-2].
Definition at line 132 of file MOM_variables.F90.
real, dimension(:,:,:), pointer mom_variables::ocean_internal_state::diffu => NULL() |
Pointer to the zonal acceleration due to lateral viscosity [L T-2 ~> m s-2].
Definition at line 132 of file MOM_variables.F90.
real, dimension(:,:,:), pointer mom_variables::ocean_internal_state::diffv => NULL() |
Pointer to the meridional acceleration due to lateral viscosity [L T-2 ~> m s-2].
Definition at line 132 of file MOM_variables.F90.
real, dimension(:,:,:), pointer mom_variables::ocean_internal_state::h => NULL() |
Pointer to the layer thicknesses [H ~> m or kg m-2].
Definition at line 123 of file MOM_variables.F90.
real, dimension(:,:,:), pointer mom_variables::ocean_internal_state::pbce => NULL() |
Pointer to the baroclinic pressure force dependency on free surface movement.
Definition at line 132 of file MOM_variables.F90.
real, dimension(:,:,:), pointer mom_variables::ocean_internal_state::pfu => NULL() |
Pointer to the zonal Pressure force acceleration [L T-2 ~> m s-2].
Definition at line 132 of file MOM_variables.F90.
real, dimension(:,:,:), pointer mom_variables::ocean_internal_state::pfv => NULL() |
Pointer to the meridional Pressure force acceleration [L T-2 ~> m s-2].
Definition at line 132 of file MOM_variables.F90.
real, dimension(:,:,:), pointer mom_variables::ocean_internal_state::s => NULL() |
Pointer to the salinity state variable [ppt ~> PSU or g/kg].
Definition at line 123 of file MOM_variables.F90.
real, dimension(:,:,:), pointer mom_variables::ocean_internal_state::t => NULL() |
real, dimension(:,:,:), pointer mom_variables::ocean_internal_state::u => NULL() |
Pointer to the zonal velocity [L T-1 ~> m s-1].
Definition at line 123 of file MOM_variables.F90.
real, dimension(:,:,:), pointer mom_variables::ocean_internal_state::u_accel_bt => NULL() |
Pointer to the zonal barotropic-solver acceleration [L T-2 ~> m s-2].
Definition at line 132 of file MOM_variables.F90.
real, dimension(:,:,:), pointer mom_variables::ocean_internal_state::u_av => NULL() |
Pointer to zonal velocity averaged over the timestep [L T-1 ~> m s-1].
Definition at line 143 of file MOM_variables.F90.
real, dimension(:,:,:), pointer mom_variables::ocean_internal_state::u_prev => NULL() |
Pointer to zonal velocity at the end of the last timestep [L T-1 ~> m s-1].
Definition at line 143 of file MOM_variables.F90.
real, dimension(:,:,:), pointer mom_variables::ocean_internal_state::uh => NULL() |
Pointer to zonal transports [H L2 T-1 ~> m3 s-1 or kg s-1].
Definition at line 129 of file MOM_variables.F90.
real, dimension(:,:,:), pointer mom_variables::ocean_internal_state::v => NULL() |
Pointer to the meridional velocity [L T-1 ~> m s-1].
Definition at line 123 of file MOM_variables.F90.
real, dimension(:,:,:), pointer mom_variables::ocean_internal_state::v_accel_bt => NULL() |
Pointer to the meridional barotropic-solver acceleration [L T-2 ~> m s-2].
Definition at line 132 of file MOM_variables.F90.
real, dimension(:,:,:), pointer mom_variables::ocean_internal_state::v_av => NULL() |
Pointer to meridional velocity averaged over the timestep [L T-1 ~> m s-1].
Definition at line 143 of file MOM_variables.F90.
real, dimension(:,:,:), pointer mom_variables::ocean_internal_state::v_prev => NULL() |
Pointer to meridional velocity at the end of the last timestep [L T-1 ~> m s-1].
Definition at line 143 of file MOM_variables.F90.
real, dimension(:,:,:), pointer mom_variables::ocean_internal_state::vh => NULL() |
Pointer to meridional transports [H L2 T-1 ~> m3 s-1 or kg s-1].
Definition at line 129 of file MOM_variables.F90.