Go to the documentation of this file.
53 namelist / param_ocean_phy_tc_seaice / &
61 log_info(
"OCEAN_PHY_TC_seaice_setup",*)
'Setup'
65 read(
io_fid_conf,nml=param_ocean_phy_tc_seaice,iostat=ierr)
67 log_info(
"OCEAN_PHY_TC_seaice_setup",*)
'Not found namelist. Default used.'
68 elseif( ierr > 0 )
then
69 log_error(
"OCEAN_PHY_TC_seaice_setup",*)
'Not appropriate names in namelist PARAM_OCEAN_PHY_TC_seaice. Check!'
72 log_nml(param_ocean_phy_tc_seaice)
91 integer,
intent(in) :: oia, ois, oie
92 integer,
intent(in) :: oja, ojs, oje
93 real(
rp),
intent(in) :: ice_mass(oia,oja)
94 real(
rp),
intent(in) :: ice_frac(oia,oja)
95 logical,
intent(in) :: mask (oia,oja)
96 real(
rp),
intent(out) :: tc_dz (oia,oja)
105 if ( mask(i,j) )
then
subroutine, public prc_abort
Abort Process.
module ocean / physics / ice / simple
real(rp), public ocean_phy_ice_density
real(rp), public const_eps
small number
subroutine, public ocean_phy_tc_seaice_setup
real(rp), public ocean_phy_thermalcond_max
real(rp), public ocean_phy_thermalcond_seaice
integer, parameter, public rp
module ocean / physics / surface thermal conductivity
subroutine, public ocean_phy_tc_seaice(OIA, OIS, OIE, OJA, OJS, OJE, ICE_MASS, ICE_FRAC, mask, TC_dz)
integer, public io_fid_conf
Config file ID.