| SCALE-RM
    | 
module ATMOSPHERIC Surface Variables More...
| Functions/Subroutines | |
| subroutine, public | atmos_phy_sf_vars_setup | 
| Setup.  More... | |
| subroutine, public | atmos_phy_sf_vars_fillhalo | 
| HALO Communication.  More... | |
| subroutine, public | atmos_phy_sf_vars_restart_read | 
| Read restart.  More... | |
| subroutine, public | atmos_phy_sf_vars_restart_write | 
| Write restart.  More... | |
| subroutine, public | atmos_phy_sf_vars_external_in (sfc_temp_in, albedo_lw_in, albedo_sw_in, sfc_z0m_in, sfc_z0h_in, sfc_z0e_in) | 
| Input from External I/O.  More... | |
| subroutine, public | atmos_phy_sf_vars_restart_create | 
| Create restart file.  More... | |
| subroutine, public | atmos_phy_sf_vars_restart_enddef | 
| Exit netCDF define mode.  More... | |
| subroutine, public | atmos_phy_sf_vars_restart_close | 
| Close restart file.  More... | |
| subroutine, public | atmos_phy_sf_vars_restart_def_var | 
| Write restart.  More... | |
| subroutine, public | atmos_phy_sf_vars_restart_write_var | 
| Write variables to restart file.  More... | |
| Variables | |
| logical, public | atmos_phy_sf_restart_output = .false. | 
| output restart file?  More... | |
| character(len=h_long), public | atmos_phy_sf_restart_in_basename = '' | 
| basename of the restart file  More... | |
| character(len=h_long), public | atmos_phy_sf_restart_out_basename = '' | 
| basename of the output file  More... | |
| character(len=h_mid), public | atmos_phy_sf_restart_out_title = 'ATMOS_PHY_SF restart' | 
| title of the output file  More... | |
| character(len=h_mid), public | atmos_phy_sf_restart_out_dtype = 'DEFAULT' | 
| REAL4 or REAL8.  More... | |
| real(rp), dimension(:,:), allocatable, public | atmos_phy_sf_dens_t | 
| real(rp), dimension(:,:), allocatable, public | atmos_phy_sf_momz_t | 
| real(rp), dimension(:,:), allocatable, public | atmos_phy_sf_momx_t | 
| real(rp), dimension(:,:), allocatable, public | atmos_phy_sf_momy_t | 
| real(rp), dimension(:,:), allocatable, public | atmos_phy_sf_rhot_t | 
| real(rp), dimension(:,:,:), allocatable, public | atmos_phy_sf_rhoq_t | 
| real(rp), dimension(:,:), allocatable, public | atmos_phy_sf_sfc_temp | 
| real(rp), dimension(:,:,:), allocatable, public | atmos_phy_sf_sfc_albedo | 
| real(rp), dimension(:,:), allocatable, public | atmos_phy_sf_sfc_z0m | 
| real(rp), dimension(:,:), allocatable, public | atmos_phy_sf_sfc_z0h | 
| real(rp), dimension(:,:), allocatable, public | atmos_phy_sf_sfc_z0e | 
| real(rp), dimension(:,:), allocatable, public | atmos_phy_sf_sfc_dens | 
| real(rp), dimension(:,:), allocatable, public | atmos_phy_sf_sfc_pres | 
| real(rp), dimension(:,:), allocatable, public | atmos_phy_sf_sflx_mw | 
| real(rp), dimension(:,:), allocatable, public | atmos_phy_sf_sflx_mu | 
| real(rp), dimension(:,:), allocatable, public | atmos_phy_sf_sflx_mv | 
| real(rp), dimension(:,:), allocatable, public | atmos_phy_sf_sflx_sh | 
| real(rp), dimension(:,:), allocatable, public | atmos_phy_sf_sflx_lh | 
| real(rp), dimension(:,:), allocatable, public | atmos_phy_sf_sflx_gh | 
| real(rp), dimension(:,:,:), allocatable, public | atmos_phy_sf_sflx_qtrc | 
| real(rp), dimension(:,:), allocatable, public | atmos_phy_sf_u10 | 
| real(rp), dimension(:,:), allocatable, public | atmos_phy_sf_v10 | 
| real(rp), dimension(:,:), allocatable, public | atmos_phy_sf_t2 | 
| real(rp), dimension(:,:), allocatable, public | atmos_phy_sf_q2 | 
module ATMOSPHERIC Surface Variables
| name | type | default value | comment | 
|---|---|---|---|
| ATMOS_PHY_SF_RESTART_IN_BASENAME | character(len=H_LONG) | '' | basename of the restart file | 
| ATMOS_PHY_SF_RESTART_OUTPUT | logical | .false. | output restart file? | 
| ATMOS_PHY_SF_RESTART_OUT_BASENAME | character(len=H_LONG) | '' | basename of the output file | 
| ATMOS_PHY_SF_RESTART_OUT_TITLE | character(len=H_MID) | 'ATMOS_PHY_SF restart' | title of the output file | 
| ATMOS_PHY_SF_RESTART_OUT_DTYPE | character(len=H_MID) | 'DEFAULT' | REAL4 or REAL8 | 
| ATMOS_PHY_SF_DEFAULT_SFC_TEMP | real(RP) | 300.0_RP | |
| ATMOS_PHY_SF_DEFAULT_SFC_ALBEDO | real(RP) | 0.4_RP | |
| ATMOS_PHY_SF_DEFAULT_SFC_Z0 | real(RP) | 1E-4_RP | 
| subroutine, public mod_atmos_phy_sf_vars::atmos_phy_sf_vars_setup | ( | ) | 
Setup.
Definition at line 141 of file mod_atmos_phy_sf_vars.f90.
References atmos_phy_sf_dens_t, atmos_phy_sf_momx_t, atmos_phy_sf_momy_t, atmos_phy_sf_momz_t, atmos_phy_sf_q2, atmos_phy_sf_restart_in_basename, atmos_phy_sf_restart_out_basename, atmos_phy_sf_restart_out_dtype, atmos_phy_sf_restart_out_title, atmos_phy_sf_restart_output, atmos_phy_sf_rhoq_t, atmos_phy_sf_rhot_t, atmos_phy_sf_sfc_albedo, atmos_phy_sf_sfc_dens, atmos_phy_sf_sfc_pres, atmos_phy_sf_sfc_temp, atmos_phy_sf_sfc_z0e, atmos_phy_sf_sfc_z0h, atmos_phy_sf_sfc_z0m, atmos_phy_sf_sflx_gh, atmos_phy_sf_sflx_lh, atmos_phy_sf_sflx_mu, atmos_phy_sf_sflx_mv, atmos_phy_sf_sflx_mw, atmos_phy_sf_sflx_qtrc, atmos_phy_sf_sflx_sh, atmos_phy_sf_t2, atmos_phy_sf_u10, atmos_phy_sf_v10, scale_const::const_undef, scale_grid_index::ia, scale_stdio::io_fid_conf, scale_stdio::io_fid_log, scale_stdio::io_l, scale_stdio::io_lnml, scale_grid_index::ja, scale_process::prc_mpistop(), and scale_tracer::qa.
Referenced by mod_atmos_vars::atmos_vars_setup().


| subroutine, public mod_atmos_phy_sf_vars::atmos_phy_sf_vars_fillhalo | ( | ) | 
HALO Communication.
Definition at line 264 of file mod_atmos_phy_sf_vars.f90.
References atmos_phy_sf_sfc_albedo, atmos_phy_sf_sfc_temp, atmos_phy_sf_sfc_z0e, atmos_phy_sf_sfc_z0h, atmos_phy_sf_sfc_z0m, scale_const::const_i_lw, and scale_const::const_i_sw.
Referenced by atmos_phy_sf_vars_external_in(), atmos_phy_sf_vars_restart_read(), atmos_phy_sf_vars_restart_write(), and atmos_phy_sf_vars_restart_write_var().

| subroutine, public mod_atmos_phy_sf_vars::atmos_phy_sf_vars_restart_read | ( | ) | 
Read restart.
Definition at line 293 of file mod_atmos_phy_sf_vars.f90.
References atmos_phy_sf_restart_in_basename, atmos_phy_sf_sfc_albedo, atmos_phy_sf_sfc_temp, atmos_phy_sf_sfc_z0e, atmos_phy_sf_sfc_z0h, atmos_phy_sf_sfc_z0m, atmos_phy_sf_vars_fillhalo(), scale_const::const_i_lw, scale_const::const_i_sw, scale_stdio::io_fid_log, and scale_stdio::io_l.
Referenced by mod_atmos_vars::atmos_vars_restart_read().


| subroutine, public mod_atmos_phy_sf_vars::atmos_phy_sf_vars_restart_write | ( | ) | 
Write restart.
Definition at line 347 of file mod_atmos_phy_sf_vars.f90.
References atmos_phy_sf_restart_out_basename, atmos_phy_sf_restart_out_dtype, atmos_phy_sf_restart_out_title, atmos_phy_sf_sfc_albedo, atmos_phy_sf_sfc_temp, atmos_phy_sf_sfc_z0e, atmos_phy_sf_sfc_z0h, atmos_phy_sf_sfc_z0m, atmos_phy_sf_vars_fillhalo(), scale_const::const_i_lw, scale_const::const_i_sw, scale_stdio::io_fid_log, scale_stdio::io_l, and scale_time::time_gettimelabel().
Referenced by mod_atmos_vars::atmos_vars_restart_write().


| subroutine, public mod_atmos_phy_sf_vars::atmos_phy_sf_vars_external_in | ( | real(rp), dimension (:,:), intent(in) | sfc_temp_in, | 
| real(rp), dimension(:,:), intent(in) | albedo_lw_in, | ||
| real(rp), dimension(:,:), intent(in) | albedo_sw_in, | ||
| real(rp), dimension (:,:), intent(in) | sfc_z0m_in, | ||
| real(rp), dimension (:,:), intent(in) | sfc_z0h_in, | ||
| real(rp), dimension (:,:), intent(in) | sfc_z0e_in | ||
| ) | 
Input from External I/O.
Definition at line 408 of file mod_atmos_phy_sf_vars.f90.
References atmos_phy_sf_sfc_albedo, atmos_phy_sf_sfc_temp, atmos_phy_sf_sfc_z0e, atmos_phy_sf_sfc_z0h, atmos_phy_sf_sfc_z0m, atmos_phy_sf_vars_fillhalo(), scale_const::const_i_lw, scale_const::const_i_sw, scale_stdio::io_fid_log, and scale_stdio::io_l.

| subroutine, public mod_atmos_phy_sf_vars::atmos_phy_sf_vars_restart_create | ( | ) | 
Create restart file.
Definition at line 439 of file mod_atmos_phy_sf_vars.f90.
References atmos_phy_sf_restart_out_basename, atmos_phy_sf_restart_out_dtype, atmos_phy_sf_restart_out_title, scale_const::const_i_lw, scale_const::const_i_sw, scale_fileio::fileio_create(), scale_stdio::io_fid_log, scale_stdio::io_l, and scale_time::time_gettimelabel().
Referenced by mod_atmos_vars::atmos_vars_restart_create().


| subroutine, public mod_atmos_phy_sf_vars::atmos_phy_sf_vars_restart_enddef | ( | ) | 
Exit netCDF define mode.
Definition at line 472 of file mod_atmos_phy_sf_vars.f90.
References scale_fileio::fileio_enddef().
Referenced by mod_atmos_vars::atmos_vars_restart_enddef().


| subroutine, public mod_atmos_phy_sf_vars::atmos_phy_sf_vars_restart_close | ( | ) | 
Close restart file.
Definition at line 486 of file mod_atmos_phy_sf_vars.f90.
References scale_fileio::fileio_close().
Referenced by mod_atmos_vars::atmos_vars_restart_close().


| subroutine, public mod_atmos_phy_sf_vars::atmos_phy_sf_vars_restart_def_var | ( | ) | 
Write restart.
Definition at line 501 of file mod_atmos_phy_sf_vars.f90.
References atmos_phy_sf_restart_out_dtype, and scale_fileio::fileio_def_var().
Referenced by mod_atmos_vars::atmos_vars_restart_def_var().


| subroutine, public mod_atmos_phy_sf_vars::atmos_phy_sf_vars_restart_write_var | ( | ) | 
Write variables to restart file.
Definition at line 529 of file mod_atmos_phy_sf_vars.f90.
References atmos_phy_sf_sfc_albedo, atmos_phy_sf_sfc_temp, atmos_phy_sf_sfc_z0e, atmos_phy_sf_sfc_z0h, atmos_phy_sf_sfc_z0m, atmos_phy_sf_vars_fillhalo(), scale_const::const_i_lw, and scale_const::const_i_sw.
Referenced by mod_atmos_vars::atmos_vars_restart_write_var().


| logical, public mod_atmos_phy_sf_vars::atmos_phy_sf_restart_output = .false. | 
output restart file?
Definition at line 48 of file mod_atmos_phy_sf_vars.f90.
Referenced by mod_admin_restart::admin_restart_setup(), and atmos_phy_sf_vars_setup().
| character(len=h_long), public mod_atmos_phy_sf_vars::atmos_phy_sf_restart_in_basename = '' | 
basename of the restart file
Definition at line 50 of file mod_atmos_phy_sf_vars.f90.
Referenced by mod_admin_restart::admin_restart_setup(), atmos_phy_sf_vars_restart_read(), and atmos_phy_sf_vars_setup().
| character(len=h_long), public mod_atmos_phy_sf_vars::atmos_phy_sf_restart_out_basename = '' | 
basename of the output file
Definition at line 51 of file mod_atmos_phy_sf_vars.f90.
Referenced by mod_admin_restart::admin_restart_setup(), atmos_phy_sf_vars_restart_create(), atmos_phy_sf_vars_restart_write(), and atmos_phy_sf_vars_setup().
| character(len=h_mid), public mod_atmos_phy_sf_vars::atmos_phy_sf_restart_out_title = 'ATMOS_PHY_SF restart' | 
title of the output file
Definition at line 52 of file mod_atmos_phy_sf_vars.f90.
Referenced by mod_admin_restart::admin_restart_setup(), atmos_phy_sf_vars_restart_create(), atmos_phy_sf_vars_restart_write(), and atmos_phy_sf_vars_setup().
| character(len=h_mid), public mod_atmos_phy_sf_vars::atmos_phy_sf_restart_out_dtype = 'DEFAULT' | 
REAL4 or REAL8.
Definition at line 53 of file mod_atmos_phy_sf_vars.f90.
Referenced by mod_admin_restart::admin_restart_setup(), atmos_phy_sf_vars_restart_create(), atmos_phy_sf_vars_restart_def_var(), atmos_phy_sf_vars_restart_write(), and atmos_phy_sf_vars_setup().
| real(rp), dimension(:,:), allocatable, public mod_atmos_phy_sf_vars::atmos_phy_sf_dens_t | 
Definition at line 55 of file mod_atmos_phy_sf_vars.f90.
Referenced by mod_atmos_phy_sf_driver::atmos_phy_sf_driver(), and atmos_phy_sf_vars_setup().
| real(rp), dimension(:,:), allocatable, public mod_atmos_phy_sf_vars::atmos_phy_sf_momz_t | 
Definition at line 56 of file mod_atmos_phy_sf_vars.f90.
Referenced by mod_atmos_phy_sf_driver::atmos_phy_sf_driver(), and atmos_phy_sf_vars_setup().
| real(rp), dimension(:,:), allocatable, public mod_atmos_phy_sf_vars::atmos_phy_sf_momx_t | 
Definition at line 57 of file mod_atmos_phy_sf_vars.f90.
Referenced by mod_atmos_phy_sf_driver::atmos_phy_sf_driver(), and atmos_phy_sf_vars_setup().
| real(rp), dimension(:,:), allocatable, public mod_atmos_phy_sf_vars::atmos_phy_sf_momy_t | 
Definition at line 58 of file mod_atmos_phy_sf_vars.f90.
Referenced by mod_atmos_phy_sf_driver::atmos_phy_sf_driver(), and atmos_phy_sf_vars_setup().
| real(rp), dimension(:,:), allocatable, public mod_atmos_phy_sf_vars::atmos_phy_sf_rhot_t | 
Definition at line 59 of file mod_atmos_phy_sf_vars.f90.
Referenced by mod_atmos_phy_sf_driver::atmos_phy_sf_driver(), and atmos_phy_sf_vars_setup().
| real(rp), dimension(:,:,:), allocatable, public mod_atmos_phy_sf_vars::atmos_phy_sf_rhoq_t | 
Definition at line 60 of file mod_atmos_phy_sf_vars.f90.
Referenced by mod_atmos_phy_sf_driver::atmos_phy_sf_driver(), and atmos_phy_sf_vars_setup().
| real(rp), dimension (:,:), allocatable, public mod_atmos_phy_sf_vars::atmos_phy_sf_sfc_temp | 
Definition at line 62 of file mod_atmos_phy_sf_vars.f90.
Referenced by mod_atmos_phy_rd_driver::atmos_phy_rd_driver(), mod_atmos_phy_sf_driver::atmos_phy_sf_driver(), atmos_phy_sf_vars_external_in(), atmos_phy_sf_vars_fillhalo(), atmos_phy_sf_vars_restart_read(), atmos_phy_sf_vars_restart_write(), atmos_phy_sf_vars_restart_write_var(), atmos_phy_sf_vars_setup(), mod_atmos_driver::atmos_surface_get(), and mod_realinput::realinput_surface().
| real(rp), dimension(:,:,:), allocatable, public mod_atmos_phy_sf_vars::atmos_phy_sf_sfc_albedo | 
Definition at line 63 of file mod_atmos_phy_sf_vars.f90.
Referenced by mod_atmos_phy_rd_driver::atmos_phy_rd_driver(), mod_atmos_phy_sf_driver::atmos_phy_sf_driver(), atmos_phy_sf_vars_external_in(), atmos_phy_sf_vars_fillhalo(), atmos_phy_sf_vars_restart_read(), atmos_phy_sf_vars_restart_write(), atmos_phy_sf_vars_restart_write_var(), atmos_phy_sf_vars_setup(), mod_atmos_driver::atmos_surface_get(), and mod_realinput::realinput_surface().
| real(rp), dimension (:,:), allocatable, public mod_atmos_phy_sf_vars::atmos_phy_sf_sfc_z0m | 
Definition at line 64 of file mod_atmos_phy_sf_vars.f90.
Referenced by mod_atmos_phy_sf_driver::atmos_phy_sf_driver(), mod_atmos_phy_sf_driver::atmos_phy_sf_driver_setup(), atmos_phy_sf_vars_external_in(), atmos_phy_sf_vars_fillhalo(), atmos_phy_sf_vars_restart_read(), atmos_phy_sf_vars_restart_write(), atmos_phy_sf_vars_restart_write_var(), atmos_phy_sf_vars_setup(), mod_atmos_driver::atmos_surface_get(), and mod_realinput::realinput_surface().
| real(rp), dimension (:,:), allocatable, public mod_atmos_phy_sf_vars::atmos_phy_sf_sfc_z0h | 
Definition at line 65 of file mod_atmos_phy_sf_vars.f90.
Referenced by mod_atmos_phy_sf_driver::atmos_phy_sf_driver(), mod_atmos_phy_sf_driver::atmos_phy_sf_driver_setup(), atmos_phy_sf_vars_external_in(), atmos_phy_sf_vars_fillhalo(), atmos_phy_sf_vars_restart_read(), atmos_phy_sf_vars_restart_write(), atmos_phy_sf_vars_restart_write_var(), atmos_phy_sf_vars_setup(), mod_atmos_driver::atmos_surface_get(), and mod_realinput::realinput_surface().
| real(rp), dimension (:,:), allocatable, public mod_atmos_phy_sf_vars::atmos_phy_sf_sfc_z0e | 
Definition at line 66 of file mod_atmos_phy_sf_vars.f90.
Referenced by mod_atmos_phy_sf_driver::atmos_phy_sf_driver(), mod_atmos_phy_sf_driver::atmos_phy_sf_driver_setup(), atmos_phy_sf_vars_external_in(), atmos_phy_sf_vars_fillhalo(), atmos_phy_sf_vars_restart_read(), atmos_phy_sf_vars_restart_write(), atmos_phy_sf_vars_restart_write_var(), atmos_phy_sf_vars_setup(), mod_atmos_driver::atmos_surface_get(), and mod_realinput::realinput_surface().
| real(rp), dimension (:,:), allocatable, public mod_atmos_phy_sf_vars::atmos_phy_sf_sfc_dens | 
Definition at line 69 of file mod_atmos_phy_sf_vars.f90.
Referenced by mod_atmos_phy_sf_driver::atmos_phy_sf_driver(), and atmos_phy_sf_vars_setup().
| real(rp), dimension (:,:), allocatable, public mod_atmos_phy_sf_vars::atmos_phy_sf_sfc_pres | 
Definition at line 70 of file mod_atmos_phy_sf_vars.f90.
Referenced by mod_atmos_phy_sf_driver::atmos_phy_sf_driver(), and atmos_phy_sf_vars_setup().
| real(rp), dimension (:,:), allocatable, public mod_atmos_phy_sf_vars::atmos_phy_sf_sflx_mw | 
Definition at line 72 of file mod_atmos_phy_sf_vars.f90.
Referenced by mod_atmos_phy_sf_driver::atmos_phy_sf_driver(), mod_atmos_phy_sf_driver::atmos_phy_sf_driver_setup(), atmos_phy_sf_vars_setup(), mod_atmos_phy_tb_driver::atmos_phy_tb_driver(), and mod_atmos_driver::atmos_surface_get().
| real(rp), dimension (:,:), allocatable, public mod_atmos_phy_sf_vars::atmos_phy_sf_sflx_mu | 
Definition at line 73 of file mod_atmos_phy_sf_vars.f90.
Referenced by mod_atmos_phy_sf_driver::atmos_phy_sf_driver(), mod_atmos_phy_sf_driver::atmos_phy_sf_driver_setup(), atmos_phy_sf_vars_setup(), mod_atmos_phy_tb_driver::atmos_phy_tb_driver(), and mod_atmos_driver::atmos_surface_get().
| real(rp), dimension (:,:), allocatable, public mod_atmos_phy_sf_vars::atmos_phy_sf_sflx_mv | 
Definition at line 74 of file mod_atmos_phy_sf_vars.f90.
Referenced by mod_atmos_phy_sf_driver::atmos_phy_sf_driver(), mod_atmos_phy_sf_driver::atmos_phy_sf_driver_setup(), atmos_phy_sf_vars_setup(), mod_atmos_phy_tb_driver::atmos_phy_tb_driver(), and mod_atmos_driver::atmos_surface_get().
| real(rp), dimension (:,:), allocatable, public mod_atmos_phy_sf_vars::atmos_phy_sf_sflx_sh | 
Definition at line 75 of file mod_atmos_phy_sf_vars.f90.
Referenced by mod_atmos_phy_sf_driver::atmos_phy_sf_driver(), mod_atmos_phy_sf_driver::atmos_phy_sf_driver_setup(), atmos_phy_sf_vars_setup(), mod_atmos_phy_tb_driver::atmos_phy_tb_driver(), mod_atmos_driver::atmos_surface_get(), and mod_atmos_vars::atmos_vars_monitor().
| real(rp), dimension (:,:), allocatable, public mod_atmos_phy_sf_vars::atmos_phy_sf_sflx_lh | 
Definition at line 76 of file mod_atmos_phy_sf_vars.f90.
Referenced by mod_atmos_phy_sf_driver::atmos_phy_sf_driver(), mod_atmos_phy_sf_driver::atmos_phy_sf_driver_setup(), atmos_phy_sf_vars_setup(), mod_atmos_driver::atmos_surface_get(), and mod_atmos_vars::atmos_vars_monitor().
| real(rp), dimension (:,:), allocatable, public mod_atmos_phy_sf_vars::atmos_phy_sf_sflx_gh | 
Definition at line 77 of file mod_atmos_phy_sf_vars.f90.
Referenced by mod_atmos_phy_sf_driver::atmos_phy_sf_driver(), atmos_phy_sf_vars_setup(), and mod_atmos_driver::atmos_surface_get().
| real(rp), dimension (:,:,:), allocatable, public mod_atmos_phy_sf_vars::atmos_phy_sf_sflx_qtrc | 
Definition at line 78 of file mod_atmos_phy_sf_vars.f90.
Referenced by mod_atmos_phy_sf_driver::atmos_phy_sf_driver(), mod_atmos_phy_sf_driver::atmos_phy_sf_driver_setup(), atmos_phy_sf_vars_setup(), mod_atmos_phy_tb_driver::atmos_phy_tb_driver(), mod_atmos_driver::atmos_surface_get(), and mod_atmos_vars::atmos_vars_monitor().
| real(rp), dimension (:,:), allocatable, public mod_atmos_phy_sf_vars::atmos_phy_sf_u10 | 
Definition at line 80 of file mod_atmos_phy_sf_vars.f90.
Referenced by mod_atmos_phy_sf_driver::atmos_phy_sf_driver(), atmos_phy_sf_vars_setup(), and mod_atmos_driver::atmos_surface_get().
| real(rp), dimension (:,:), allocatable, public mod_atmos_phy_sf_vars::atmos_phy_sf_v10 | 
Definition at line 81 of file mod_atmos_phy_sf_vars.f90.
Referenced by mod_atmos_phy_sf_driver::atmos_phy_sf_driver(), atmos_phy_sf_vars_setup(), and mod_atmos_driver::atmos_surface_get().
| real(rp), dimension (:,:), allocatable, public mod_atmos_phy_sf_vars::atmos_phy_sf_t2 | 
Definition at line 82 of file mod_atmos_phy_sf_vars.f90.
Referenced by mod_atmos_phy_sf_driver::atmos_phy_sf_driver(), atmos_phy_sf_vars_setup(), and mod_atmos_driver::atmos_surface_get().
| real(rp), dimension (:,:), allocatable, public mod_atmos_phy_sf_vars::atmos_phy_sf_q2 | 
Definition at line 83 of file mod_atmos_phy_sf_vars.f90.
Referenced by mod_atmos_phy_sf_driver::atmos_phy_sf_driver(), atmos_phy_sf_vars_setup(), and mod_atmos_driver::atmos_surface_get().
 1.8.13
 1.8.13