SCALE-RM
|
module OCEAN / Physics Slab model More...
Functions/Subroutines | |
subroutine, public | ocean_phy_slab_setup (OCEAN_TYPE) |
Setup. More... | |
subroutine, public | ocean_phy_slab (OCEAN_TEMP_t, OCEAN_TEMP, OCEAN_SFLX_WH, OCEAN_SFLX_prec, OCEAN_SFLX_evap, dt) |
Slab ocean model. More... | |
module OCEAN / Physics Slab model
name | type | default value | comment |
---|---|---|---|
OCEAN_PHY_SLAB_DEPTH | real(RP) | 10.0_RP | water depth of slab ocean [m] |
subroutine, public scale_ocean_phy_slab::ocean_phy_slab_setup | ( | character(len=*), intent(in) | OCEAN_TYPE | ) |
Setup.
Definition at line 54 of file scale_ocean_phy_slab.F90.
References scale_const::const_cl, scale_const::const_dwatr, scale_grid_index::ia, scale_grid_index::ie, scale_stdio::io_fid_conf, scale_stdio::io_fid_log, scale_stdio::io_l, scale_stdio::io_lnml, scale_grid_index::is, scale_grid_index::ja, scale_grid_index::je, scale_grid_index::js, scale_landuse::landuse_fact_ocean, and scale_process::prc_mpistop().
Referenced by scale_ocean_phy::ocean_phy_setup().
subroutine, public scale_ocean_phy_slab::ocean_phy_slab | ( | 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 127 of file scale_ocean_phy_slab.F90.
References scale_grid_index::ie, scale_stdio::io_fid_log, scale_stdio::io_l, scale_grid_index::is, scale_grid_index::je, and scale_grid_index::js.
Referenced by scale_ocean_phy::ocean_phy_setup().