MOM6
|
Definition at line 72 of file MOM_tidal_forcing.F90.
Public variables and constants | |
logical | use_sal_scalar |
logical | tidal_sal_from_file |
logical | use_prev_tides |
real | sal_scalar |
integer | nc |
real, dimension(max_constituents) | freq |
real, dimension(max_constituents) | phase0 |
real, dimension(max_constituents) | amp |
real, dimension(max_constituents) | love_no |
integer, dimension(max_constituents) | struct |
character(len=16), dimension(max_constituents) | const_name |
real, dimension(:,:,:), pointer | sin_struct => NULL() |
real, dimension(:,:,:), pointer | cos_struct => NULL() |
real, dimension(:,:,:), pointer | cosphasesal => NULL() |
real, dimension(:,:,:), pointer | sinphasesal => NULL() |
real, dimension(:,:,:), pointer | ampsal => NULL() |
real, dimension(:,:,:), pointer | cosphase_prev => NULL() |
real, dimension(:,:,:), pointer | sinphase_prev => NULL() |
real, dimension(:,:,:), pointer | amp_prev => NULL() |
real, dimension(max_constituents) mom_tidal_forcing::tidal_forcing_cs::amp |
Definition at line 84 of file MOM_tidal_forcing.F90.
real, dimension(:,:,:), pointer mom_tidal_forcing::tidal_forcing_cs::amp_prev => NULL() |
Definition at line 92 of file MOM_tidal_forcing.F90.
real, dimension(:,:,:), pointer mom_tidal_forcing::tidal_forcing_cs::ampsal => NULL() |
Definition at line 92 of file MOM_tidal_forcing.F90.
character (len=16), dimension(max_constituents) mom_tidal_forcing::tidal_forcing_cs::const_name |
Definition at line 90 of file MOM_tidal_forcing.F90.
real, dimension(:,:,:), pointer mom_tidal_forcing::tidal_forcing_cs::cos_struct => NULL() |
Definition at line 92 of file MOM_tidal_forcing.F90.
real, dimension(:,:,:), pointer mom_tidal_forcing::tidal_forcing_cs::cosphase_prev => NULL() |
Definition at line 92 of file MOM_tidal_forcing.F90.
real, dimension(:,:,:), pointer mom_tidal_forcing::tidal_forcing_cs::cosphasesal => NULL() |
Definition at line 92 of file MOM_tidal_forcing.F90.
real, dimension(max_constituents) mom_tidal_forcing::tidal_forcing_cs::freq |
Definition at line 84 of file MOM_tidal_forcing.F90.
real, dimension(max_constituents) mom_tidal_forcing::tidal_forcing_cs::love_no |
Definition at line 84 of file MOM_tidal_forcing.F90.
integer mom_tidal_forcing::tidal_forcing_cs::nc |
Definition at line 83 of file MOM_tidal_forcing.F90.
real, dimension(max_constituents) mom_tidal_forcing::tidal_forcing_cs::phase0 |
Definition at line 84 of file MOM_tidal_forcing.F90.
real mom_tidal_forcing::tidal_forcing_cs::sal_scalar |
Definition at line 80 of file MOM_tidal_forcing.F90.
real, dimension(:,:,:), pointer mom_tidal_forcing::tidal_forcing_cs::sin_struct => NULL() |
Definition at line 92 of file MOM_tidal_forcing.F90.
real, dimension(:,:,:), pointer mom_tidal_forcing::tidal_forcing_cs::sinphase_prev => NULL() |
Definition at line 92 of file MOM_tidal_forcing.F90.
real, dimension(:,:,:), pointer mom_tidal_forcing::tidal_forcing_cs::sinphasesal => NULL() |
Definition at line 92 of file MOM_tidal_forcing.F90.
integer, dimension(max_constituents) mom_tidal_forcing::tidal_forcing_cs::struct |
Definition at line 89 of file MOM_tidal_forcing.F90.
logical mom_tidal_forcing::tidal_forcing_cs::tidal_sal_from_file |
Definition at line 75 of file MOM_tidal_forcing.F90.
logical mom_tidal_forcing::tidal_forcing_cs::use_prev_tides |
Definition at line 78 of file MOM_tidal_forcing.F90.
logical mom_tidal_forcing::tidal_forcing_cs::use_sal_scalar |
Definition at line 73 of file MOM_tidal_forcing.F90.