SCALE-RM
|
module OCEAN / Physics Constant model More...
Functions/Subroutines | |
subroutine, public | ocean_phy_const_setup (OCEAN_TYPE) |
Setup. More... | |
subroutine, public | ocean_phy_const (OCEAN_TEMP_t, OCEAN_TEMP, OCEAN_SFLX_WH, OCEAN_SFLX_prec, OCEAN_SFLX_evap, dt) |
Slab ocean model. More... | |
module OCEAN / Physics Constant model
subroutine, public scale_ocean_phy_const::ocean_phy_const_setup | ( | character(len=*), intent(in) | OCEAN_TYPE | ) |
Setup.
Definition at line 48 of file scale_ocean_phy_const.F90.
References scale_stdio::io_fid_log, and scale_stdio::io_l.
Referenced by scale_ocean_phy::ocean_phy_setup().
subroutine, public scale_ocean_phy_const::ocean_phy_const | ( | real(rp), dimension (ia,ja), intent(out) | OCEAN_TEMP_t, |
real(rp), dimension (ia,ja), intent(in) | OCEAN_TEMP, | ||
real(rp), dimension (ia,ja), intent(in) | OCEAN_SFLX_WH, | ||
real(rp), dimension(ia,ja), intent(in) | OCEAN_SFLX_prec, | ||
real(rp), dimension(ia,ja), intent(in) | OCEAN_SFLX_evap, | ||
real(dp), intent(in) | dt | ||
) |
Slab ocean model.
Definition at line 68 of file scale_ocean_phy_const.F90.
References scale_stdio::io_fid_log, and scale_stdio::io_l.
Referenced by scale_ocean_phy::ocean_phy_setup().