50 character(len=*),
intent(in) :: ocean_type
54 if(
io_l )
write(
io_fid_log,*)
'++++++ Module[CONST] / Categ[OCEAN PHY] / Origin[SCALElib]' 70 real(RP),
intent(out) :: ocean_temp_t (
ia,
ja)
71 real(RP),
intent(in) :: ocean_temp (
ia,
ja)
72 real(RP),
intent(in) :: ocean_sflx_wh (
ia,
ja)
73 real(RP),
intent(in) :: ocean_sflx_prec(
ia,
ja)
74 real(RP),
intent(in) :: ocean_sflx_evap(
ia,
ja)
75 real(DP),
intent(in) :: dt
80 ocean_temp_t(:,:) = 0.0_rp
logical, public io_l
output log or not? (this process)
module OCEAN / Physics Constant model
integer, public ia
of whole cells: x, local, with HALO
subroutine, public ocean_phy_const(OCEAN_TEMP_t, OCEAN_TEMP, OCEAN_SFLX_WH, OCEAN_SFLX_prec, OCEAN_SFLX_evap, dt)
Slab ocean model.
integer, public io_fid_log
Log file ID.
subroutine, public ocean_phy_const_setup(OCEAN_TYPE)
Setup.
integer, public ja
of whole cells: y, local, with HALO