MOM6
|
This control structure holds parameters that regulate internal tide energy inputs.
Definition at line 35 of file MOM_internal_tide_input.F90.
Public variables and constants | |
logical | debug |
If true, write verbose checksums for debugging. More... | |
type(diag_ctrl), pointer | diag => NULL() |
A structure that is used to regulate the timing of diagnostic output. More... | |
real | tke_itide_max |
Maximum Internal tide conversion available to mix above the BBL [R Z3 T-3 ~> W m-2]. More... | |
real | kappa_fill |
Vertical diffusivity used to interpolate sensible values of T & S into thin layers [Z2 T-1 ~> m2 s-1]. More... | |
real, dimension(:,:), allocatable | tke_itidal_coef |
The time-invariant field that enters the TKE_itidal input calculation [R Z3 T-2 ~> J m-2]. More... | |
character(len=200) | inputdir |
The directory for input files. More... | |
logical | int_tide_source_test |
If true, apply an arbitrary generation site for internal tide testing (BDM) More... | |
type(time_type) | time_max_source |
A time for use in testing internal tides. More... | |
real | int_tide_source_x |
X Location of generation site for internal tide for testing (BDM) More... | |
real | int_tide_source_y |
Y Location of generation site for internal tide for testing (BDM) More... | |
integer | id_tke_itidal = -1 |
Diagnostic IDs. More... | |
integer | id_nb = -1 |
Diagnostic IDs. More... | |
integer | id_n2_bot = -1 |
Diagnostic IDs. More... | |
logical mom_int_tide_input::int_tide_input_cs::debug |
If true, write verbose checksums for debugging.
Definition at line 36 of file MOM_internal_tide_input.F90.
type(diag_ctrl), pointer mom_int_tide_input::int_tide_input_cs::diag => NULL() |
A structure that is used to regulate the timing of diagnostic output.
Definition at line 37 of file MOM_internal_tide_input.F90.
integer mom_int_tide_input::int_tide_input_cs::id_n2_bot = -1 |
Diagnostic IDs.
Definition at line 58 of file MOM_internal_tide_input.F90.
integer mom_int_tide_input::int_tide_input_cs::id_nb = -1 |
Diagnostic IDs.
Definition at line 58 of file MOM_internal_tide_input.F90.
integer mom_int_tide_input::int_tide_input_cs::id_tke_itidal = -1 |
Diagnostic IDs.
Definition at line 58 of file MOM_internal_tide_input.F90.
character(len=200) mom_int_tide_input::int_tide_input_cs::inputdir |
The directory for input files.
Definition at line 46 of file MOM_internal_tide_input.F90.
logical mom_int_tide_input::int_tide_input_cs::int_tide_source_test |
If true, apply an arbitrary generation site for internal tide testing (BDM)
Definition at line 48 of file MOM_internal_tide_input.F90.
real mom_int_tide_input::int_tide_input_cs::int_tide_source_x |
X Location of generation site for internal tide for testing (BDM)
Definition at line 51 of file MOM_internal_tide_input.F90.
real mom_int_tide_input::int_tide_input_cs::int_tide_source_y |
Y Location of generation site for internal tide for testing (BDM)
Definition at line 53 of file MOM_internal_tide_input.F90.
real mom_int_tide_input::int_tide_input_cs::kappa_fill |
Vertical diffusivity used to interpolate sensible values of T & S into thin layers [Z2 T-1 ~> m2 s-1].
Definition at line 41 of file MOM_internal_tide_input.F90.
type(time_type) mom_int_tide_input::int_tide_input_cs::time_max_source |
A time for use in testing internal tides.
Definition at line 50 of file MOM_internal_tide_input.F90.
real, dimension(:,:), allocatable mom_int_tide_input::int_tide_input_cs::tke_itidal_coef |
The time-invariant field that enters the TKE_itidal input calculation [R Z3 T-2 ~> J m-2].
Definition at line 44 of file MOM_internal_tide_input.F90.
real mom_int_tide_input::int_tide_input_cs::tke_itide_max |
Maximum Internal tide conversion available to mix above the BBL [R Z3 T-3 ~> W m-2].
Definition at line 39 of file MOM_internal_tide_input.F90.