SCALE-RM
|
module ocean / physics / surface thermal conductivity More...
Functions/Subroutines | |
subroutine, public | ocean_phy_tc_seaice_setup |
subroutine, public | ocean_phy_tc_seaice (OIA, OIS, OIE, OJA, OJS, OJE, ICE_MASS, ICE_FRAC, mask, TC_dz) |
Variables | |
real(rp), public | ocean_phy_thermalcond_max = 10.0_RP |
real(rp), public | ocean_phy_thermalcond_seaice = 2.0_RP |
module ocean / physics / surface thermal conductivity
name | type | default value | comment |
---|---|---|---|
OCEAN_PHY_THERMALCOND_MAX | real(RP) | 10.0_RP | maximum thermal conductivity / depth [J/m2/s/K] |
OCEAN_PHY_THERMALCOND_SEAICE | real(RP) | 2.0_RP | thermal conductivity of sea ice [J/m/s/K] |
subroutine, public scale_ocean_phy_tc::ocean_phy_tc_seaice_setup |
Definition at line 49 of file scale_ocean_phy_tc.F90.
References scale_io::io_fid_conf, ocean_phy_thermalcond_max, ocean_phy_thermalcond_seaice, and scale_prc::prc_abort().
Referenced by mod_ocean_driver::ocean_driver_setup().
subroutine, public scale_ocean_phy_tc::ocean_phy_tc_seaice | ( | integer, intent(in) | OIA, |
integer, intent(in) | OIS, | ||
integer, intent(in) | OIE, | ||
integer, intent(in) | OJA, | ||
integer, intent(in) | OJS, | ||
integer, intent(in) | OJE, | ||
real(rp), dimension(oia,oja), intent(in) | ICE_MASS, | ||
real(rp), dimension(oia,oja), intent(in) | ICE_FRAC, | ||
logical, dimension (oia,oja), intent(in) | mask, | ||
real(rp), dimension (oia,oja), intent(out) | TC_dz | ||
) |
Definition at line 85 of file scale_ocean_phy_tc.F90.
References scale_const::const_eps, scale_ocean_phy_ice_simple::ocean_phy_ice_density, ocean_phy_thermalcond_max, and ocean_phy_thermalcond_seaice.
Referenced by mod_ocean_driver::ocean_driver_calc_tendency().
real(rp), public scale_ocean_phy_tc::ocean_phy_thermalcond_max = 10.0_RP |
Definition at line 42 of file scale_ocean_phy_tc.F90.
Referenced by ocean_phy_tc_seaice(), and ocean_phy_tc_seaice_setup().
real(rp), public scale_ocean_phy_tc::ocean_phy_thermalcond_seaice = 2.0_RP |
Definition at line 43 of file scale_ocean_phy_tc.F90.
Referenced by ocean_phy_tc_seaice(), and ocean_phy_tc_seaice_setup().