|
MOM6
|
Control structure for geothermal heating.
Definition at line 25 of file MOM_geothermal.F90.
Public variables and constants | |
| real | drcv_dt_inplace |
| The value of dRcv_dT above which (dRcv_dT is negative) the water is heated in place instead of moving upward between layers [R degC-1 ~> kg m-3 degC-1]. | |
| real, dimension(:,:), pointer | geo_heat => NULL() |
| The geothermal heat flux [J m-2 T-1 ~> W m-2]. | |
| real | geothermal_thick |
| The thickness over which geothermal heating is applied [H ~> m or kg m-2]. | |
| logical | apply_geothermal |
| If true, geothermal heating will be applied otherwise GEOTHERMAL_SCALE has been set to 0 and there is no heat to apply. | |
| type(time_type), pointer | time => NULL() |
| A pointer to the ocean model's clock. | |
| type(diag_ctrl), pointer | diag => NULL() |
| A structure that is used to regulate the timing of diagnostic output. | |
| integer | id_internal_heat_heat_tendency = -1 |
| ID for diagnostic of heat tendency. | |
| integer | id_internal_heat_temp_tendency = -1 |
| ID for diagnostic of temperature tendency. | |
| integer | id_internal_heat_h_tendency = -1 |
| ID for diagnostic of thickness tendency. | |
Control structure for geothermal heating.
Definition at line 25 of file MOM_geothermal.F90.