MOM6
|
Pointers to arrays with accelerations, which can later be used for derived diagnostics, like energy balances.
Definition at line 151 of file MOM_variables.F90.
Public variables and constants | |
real, dimension(:,:,:), pointer | diffu => NULL() |
Zonal acceleration due to along isopycnal viscosity [L T-2 ~> m s-2]. More... | |
real, dimension(:,:,:), pointer | diffv => NULL() |
Meridional acceleration due to along isopycnal viscosity [L T-2 ~> m s-2]. More... | |
real, dimension(:,:,:), pointer | cau => NULL() |
Zonal Coriolis and momentum advection accelerations [L T-2 ~> m s-2]. More... | |
real, dimension(:,:,:), pointer | cav => NULL() |
Meridional Coriolis and momentum advection accelerations [L T-2 ~> m s-2]. More... | |
real, dimension(:,:,:), pointer | pfu => NULL() |
Zonal acceleration due to pressure forces [L T-2 ~> m s-2]. More... | |
real, dimension(:,:,:), pointer | pfv => NULL() |
Meridional acceleration due to pressure forces [L T-2 ~> m s-2]. More... | |
real, dimension(:,:,:), pointer | du_dt_visc => NULL() |
Zonal acceleration due to vertical viscosity [L T-2 ~> m s-2]. More... | |
real, dimension(:,:,:), pointer | dv_dt_visc => NULL() |
Meridional acceleration due to vertical viscosity [L T-2 ~> m s-2]. More... | |
real, dimension(:,:,:), pointer | du_dt_dia => NULL() |
Zonal acceleration due to diapycnal mixing [L T-2 ~> m s-2]. More... | |
real, dimension(:,:,:), pointer | dv_dt_dia => NULL() |
Meridional acceleration due to diapycnal mixing [L T-2 ~> m s-2]. More... | |
real, dimension(:,:,:), pointer | du_other => NULL() |
Zonal velocity changes due to any other processes that are not due to any explicit accelerations [L T-1 ~> m s-1]. More... | |
real, dimension(:,:,:), pointer | dv_other => NULL() |
Meridional velocity changes due to any other processes that are not due to any explicit accelerations [L T-1 ~> m s-1]. More... | |
real, dimension(:,:,:), pointer | gradkeu => NULL() |
gradKEu = - d/dx(u2) [L T-2 ~> m s-2] More... | |
real, dimension(:,:,:), pointer | gradkev => NULL() |
gradKEv = - d/dy(u2) [L T-2 ~> m s-2] More... | |
real, dimension(:,:,:), pointer | rv_x_v => NULL() |
rv_x_v = rv * v at u [L T-2 ~> m s-2] More... | |
real, dimension(:,:,:), pointer | rv_x_u => NULL() |
rv_x_u = rv * u at v [L T-2 ~> m s-2] More... | |
real, dimension(:,:,:), pointer mom_variables::accel_diag_ptrs::cau => NULL() |
Zonal Coriolis and momentum advection accelerations [L T-2 ~> m s-2].
Definition at line 154 of file MOM_variables.F90.
real, dimension(:,:,:), pointer mom_variables::accel_diag_ptrs::cav => NULL() |
Meridional Coriolis and momentum advection accelerations [L T-2 ~> m s-2].
Definition at line 154 of file MOM_variables.F90.
real, dimension(:,:,:), pointer mom_variables::accel_diag_ptrs::diffu => NULL() |
Zonal acceleration due to along isopycnal viscosity [L T-2 ~> m s-2].
Definition at line 154 of file MOM_variables.F90.
real, dimension(:,:,:), pointer mom_variables::accel_diag_ptrs::diffv => NULL() |
Meridional acceleration due to along isopycnal viscosity [L T-2 ~> m s-2].
Definition at line 154 of file MOM_variables.F90.
real, dimension(:,:,:), pointer mom_variables::accel_diag_ptrs::du_dt_dia => NULL() |
Zonal acceleration due to diapycnal mixing [L T-2 ~> m s-2].
Definition at line 154 of file MOM_variables.F90.
real, dimension(:,:,:), pointer mom_variables::accel_diag_ptrs::du_dt_visc => NULL() |
Zonal acceleration due to vertical viscosity [L T-2 ~> m s-2].
Definition at line 154 of file MOM_variables.F90.
real, dimension(:,:,:), pointer mom_variables::accel_diag_ptrs::du_other => NULL() |
Zonal velocity changes due to any other processes that are not due to any explicit accelerations [L T-1 ~> m s-1].
Definition at line 165 of file MOM_variables.F90.
real, dimension(:,:,:), pointer mom_variables::accel_diag_ptrs::dv_dt_dia => NULL() |
Meridional acceleration due to diapycnal mixing [L T-2 ~> m s-2].
Definition at line 154 of file MOM_variables.F90.
real, dimension(:,:,:), pointer mom_variables::accel_diag_ptrs::dv_dt_visc => NULL() |
Meridional acceleration due to vertical viscosity [L T-2 ~> m s-2].
Definition at line 154 of file MOM_variables.F90.
real, dimension(:,:,:), pointer mom_variables::accel_diag_ptrs::dv_other => NULL() |
Meridional velocity changes due to any other processes that are not due to any explicit accelerations [L T-1 ~> m s-1].
Definition at line 168 of file MOM_variables.F90.
real, dimension(:,:,:), pointer mom_variables::accel_diag_ptrs::gradkeu => NULL() |
gradKEu = - d/dx(u2) [L T-2 ~> m s-2]
Definition at line 173 of file MOM_variables.F90.
real, dimension(:,:,:), pointer mom_variables::accel_diag_ptrs::gradkev => NULL() |
gradKEv = - d/dy(u2) [L T-2 ~> m s-2]
Definition at line 174 of file MOM_variables.F90.
real, dimension(:,:,:), pointer mom_variables::accel_diag_ptrs::pfu => NULL() |
Zonal acceleration due to pressure forces [L T-2 ~> m s-2].
Definition at line 154 of file MOM_variables.F90.
real, dimension(:,:,:), pointer mom_variables::accel_diag_ptrs::pfv => NULL() |
Meridional acceleration due to pressure forces [L T-2 ~> m s-2].
Definition at line 154 of file MOM_variables.F90.
real, dimension(:,:,:), pointer mom_variables::accel_diag_ptrs::rv_x_u => NULL() |
rv_x_u = rv * u at v [L T-2 ~> m s-2]
Definition at line 176 of file MOM_variables.F90.
real, dimension(:,:,:), pointer mom_variables::accel_diag_ptrs::rv_x_v => NULL() |
rv_x_v = rv * v at u [L T-2 ~> m s-2]
Definition at line 175 of file MOM_variables.F90.