SCALE-RM
|
module GRID (cartesian) for land More...
Functions/Subroutines | |
subroutine, public | land_grid_setup |
Setup. More... | |
Variables | |
real(rp), dimension(:), allocatable, public | grid_lcz |
center coordinate [m]: z, local=global More... | |
real(rp), dimension(:), allocatable, public | grid_lfz |
face coordinate [m]: z, local=global More... | |
real(rp), dimension(:), allocatable, public | grid_lcdz |
z-length of control volume [m] More... | |
module GRID (cartesian) for land
name | type | default value | comment |
---|---|---|---|
LAND_GRID_IN_BASENAME | character(len=H_LONG) | '' | |
LAND_GRID_OUT_BASENAME | character(len=H_LONG) | '' | |
LDZ | real(RP), dimension(100) |
subroutine, public scale_land_grid::land_grid_setup | ( | ) |
Setup.
Definition at line 61 of file scale_land_grid.F90.
References scale_grid::grid_cbfx, scale_grid::grid_cbfy, scale_grid::grid_cbfz, grid_lcdz, grid_lcz, grid_lfz, scale_grid_index::ia, scale_stdio::io_fid_conf, scale_stdio::io_fid_log, scale_stdio::io_fid_nml, scale_stdio::io_l, scale_stdio::io_nml, scale_grid_index::ja, scale_grid_index::ka, scale_land_grid_index::lke, scale_land_grid_index::lks, scale_process::prc_mpistop(), and scale_process::prc_myrank.
Referenced by mod_rm_driver::scalerm(), and mod_rm_prep::scalerm_prep().
real(rp), dimension (:), allocatable, public scale_land_grid::grid_lcz |
center coordinate [m]: z, local=global
Definition at line 36 of file scale_land_grid.F90.
Referenced by scale_fileio::fileio_check_coordinates_name(), scale_fileio::fileio_write_axes(), scale_history::hist_setup(), land_grid_setup(), and mod_realinput::parentatomsetup().
real(rp), dimension (:), allocatable, public scale_land_grid::grid_lfz |
face coordinate [m]: z, local=global
Definition at line 37 of file scale_land_grid.F90.
Referenced by scale_fileio::fileio_write_axes(), scale_history::hist_setup(), and land_grid_setup().
real(rp), dimension (:), allocatable, public scale_land_grid::grid_lcdz |
z-length of control volume [m]
Definition at line 38 of file scale_land_grid.F90.
Referenced by scale_fileio::fileio_write_axes(), scale_history::hist_setup(), land_grid_setup(), and mod_land_phy_driver::land_phy_driver().