SCALE-RM
|
module Atmosphere / Physics Cumulus More...
Functions/Subroutines | |
subroutine, public | atmos_phy_cp_vars_setup |
Setup. More... | |
subroutine, public | atmos_phy_cp_vars_fillhalo |
HALO Communication. More... | |
subroutine, public | atmos_phy_cp_vars_restart_read |
Read restart. More... | |
subroutine, public | atmos_phy_cp_vars_restart_write |
Write restart. More... | |
subroutine, public | atmos_phy_cp_vars_restart_create |
Create restart file. More... | |
subroutine, public | atmos_phy_cp_vars_restart_enddef |
Exit netCDF define mode. More... | |
subroutine, public | atmos_phy_cp_vars_restart_close |
Close restart file. More... | |
subroutine, public | atmos_phy_cp_vars_restart_def_var |
Write restart. More... | |
subroutine, public | atmos_phy_cp_vars_restart_write_var |
Write restart. More... | |
Variables | |
logical, public | atmos_phy_cp_restart_output = .false. |
output restart file? More... | |
character(len=h_long), public | atmos_phy_cp_restart_in_basename = '' |
basename of the restart file More... | |
character(len=h_long), public | atmos_phy_cp_restart_out_basename = '' |
basename of the output file More... | |
character(len=h_mid), public | atmos_phy_cp_restart_out_title = 'ATMOS_PHY_CP restart' |
title of the output file More... | |
character(len=h_mid), public | atmos_phy_cp_restart_out_dtype = 'DEFAULT' |
REAL4 or REAL8. More... | |
real(rp), dimension(:,:,:), allocatable, public | atmos_phy_cp_dens_t |
real(rp), dimension(:,:,:), allocatable, public | atmos_phy_cp_momz_t |
real(rp), dimension(:,:,:), allocatable, public | atmos_phy_cp_momx_t |
real(rp), dimension(:,:,:), allocatable, public | atmos_phy_cp_momy_t |
real(rp), dimension(:,:,:), allocatable, public | atmos_phy_cp_rhot_t |
real(rp), dimension(:,:,:,:), allocatable, public | atmos_phy_cp_rhoq_t |
real(rp), dimension(:,:), allocatable, public | atmos_phy_cp_mflx_cloudbase |
real(rp), dimension(:,:), allocatable, public | atmos_phy_cp_sflx_rain |
real(rp), dimension(:,:), allocatable, public | atmos_phy_cp_cloudtop |
real(rp), dimension(:,:), allocatable, public | atmos_phy_cp_cloudbase |
real(rp), dimension(:,:,:), allocatable, public | atmos_phy_cp_cldfrac_dp |
real(rp), dimension(:,:,:), allocatable, public | atmos_phy_cp_cldfrac_sh |
real(rp), dimension(:,:), allocatable, public | atmos_phy_cp_kf_nca |
real(rp), dimension(:,:,:), allocatable, public | atmos_phy_cp_kf_w0avg |
module Atmosphere / Physics Cumulus
name | type | default value | comment |
---|---|---|---|
ATMOS_PHY_CP_RESTART_IN_BASENAME | character(len=H_LONG) | '' | basename of the restart file |
ATMOS_PHY_CP_RESTART_OUTPUT | logical | .false. | output restart file? |
ATMOS_PHY_CP_RESTART_OUT_BASENAME | character(len=H_LONG) | '' | basename of the output file |
ATMOS_PHY_CP_RESTART_OUT_TITLE | character(len=H_MID) | 'ATMOS_PHY_CP restart' | title of the output file |
ATMOS_PHY_CP_RESTART_OUT_DTYPE | character(len=H_MID) | 'DEFAULT' | REAL4 or REAL8 |
subroutine, public mod_atmos_phy_cp_vars::atmos_phy_cp_vars_setup | ( | ) |
Setup.
Definition at line 134 of file mod_atmos_phy_cp_vars.f90.
References scale_tracer::aq_name, atmos_phy_cp_cldfrac_dp, atmos_phy_cp_cldfrac_sh, atmos_phy_cp_cloudbase, atmos_phy_cp_cloudtop, atmos_phy_cp_dens_t, atmos_phy_cp_kf_nca, atmos_phy_cp_kf_w0avg, atmos_phy_cp_mflx_cloudbase, atmos_phy_cp_momx_t, atmos_phy_cp_momy_t, atmos_phy_cp_momz_t, atmos_phy_cp_restart_in_basename, atmos_phy_cp_restart_out_basename, atmos_phy_cp_restart_out_dtype, atmos_phy_cp_restart_out_title, atmos_phy_cp_restart_output, atmos_phy_cp_rhoq_t, atmos_phy_cp_rhot_t, atmos_phy_cp_sflx_rain, 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_grid_index::ka, scale_process::prc_mpistop(), and scale_tracer::qa.
Referenced by mod_atmos_vars::atmos_vars_setup().
subroutine, public mod_atmos_phy_cp_vars::atmos_phy_cp_vars_fillhalo | ( | ) |
HALO Communication.
Definition at line 251 of file mod_atmos_phy_cp_vars.f90.
References atmos_phy_cp_cldfrac_dp, atmos_phy_cp_cldfrac_sh, atmos_phy_cp_cloudbase, atmos_phy_cp_cloudtop, atmos_phy_cp_dens_t, atmos_phy_cp_kf_nca, atmos_phy_cp_kf_w0avg, atmos_phy_cp_mflx_cloudbase, atmos_phy_cp_rhoq_t, atmos_phy_cp_rhot_t, atmos_phy_cp_sflx_rain, scale_grid_index::ie, scale_grid_index::is, scale_grid_index::je, scale_grid_index::js, scale_grid_index::ka, scale_grid_index::ke, scale_grid_index::ks, and scale_tracer::qa.
Referenced by atmos_phy_cp_vars_restart_read().
subroutine, public mod_atmos_phy_cp_vars::atmos_phy_cp_vars_restart_read | ( | ) |
Read restart.
Definition at line 318 of file mod_atmos_phy_cp_vars.f90.
References atmos_phy_cp_cldfrac_dp, atmos_phy_cp_cldfrac_sh, atmos_phy_cp_cloudbase, atmos_phy_cp_cloudtop, atmos_phy_cp_dens_t, atmos_phy_cp_kf_nca, atmos_phy_cp_kf_w0avg, atmos_phy_cp_mflx_cloudbase, atmos_phy_cp_restart_in_basename, atmos_phy_cp_rhoq_t, atmos_phy_cp_rhot_t, atmos_phy_cp_sflx_rain, atmos_phy_cp_vars_fillhalo(), scale_stdio::io_fid_log, scale_stdio::io_l, and scale_tracer::qa.
Referenced by mod_atmos_vars::atmos_vars_restart_read().
subroutine, public mod_atmos_phy_cp_vars::atmos_phy_cp_vars_restart_write | ( | ) |
Write restart.
Definition at line 388 of file mod_atmos_phy_cp_vars.f90.
References atmos_phy_cp_cldfrac_dp, atmos_phy_cp_cldfrac_sh, atmos_phy_cp_cloudbase, atmos_phy_cp_cloudtop, atmos_phy_cp_dens_t, atmos_phy_cp_kf_nca, atmos_phy_cp_kf_w0avg, atmos_phy_cp_mflx_cloudbase, atmos_phy_cp_restart_out_basename, atmos_phy_cp_restart_out_dtype, atmos_phy_cp_restart_out_title, atmos_phy_cp_rhoq_t, atmos_phy_cp_rhot_t, atmos_phy_cp_sflx_rain, scale_stdio::io_fid_log, scale_stdio::io_l, scale_tracer::qa, and scale_time::time_gettimelabel().
Referenced by mod_atmos_vars::atmos_vars_restart_write().
subroutine, public mod_atmos_phy_cp_vars::atmos_phy_cp_vars_restart_create | ( | ) |
Create restart file.
Definition at line 445 of file mod_atmos_phy_cp_vars.f90.
References atmos_phy_cp_restart_out_basename, atmos_phy_cp_restart_out_dtype, atmos_phy_cp_restart_out_title, 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_cp_vars::atmos_phy_cp_vars_restart_enddef | ( | ) |
Exit netCDF define mode.
Definition at line 476 of file mod_atmos_phy_cp_vars.f90.
References scale_fileio::fileio_enddef().
Referenced by mod_atmos_vars::atmos_vars_restart_enddef().
subroutine, public mod_atmos_phy_cp_vars::atmos_phy_cp_vars_restart_close | ( | ) |
Close restart file.
Definition at line 490 of file mod_atmos_phy_cp_vars.f90.
References scale_fileio::fileio_close().
Referenced by mod_atmos_vars::atmos_vars_restart_close().
subroutine, public mod_atmos_phy_cp_vars::atmos_phy_cp_vars_restart_def_var | ( | ) |
Write restart.
Definition at line 505 of file mod_atmos_phy_cp_vars.f90.
References atmos_phy_cp_restart_out_dtype, scale_fileio::fileio_def_var(), and scale_tracer::qa.
Referenced by mod_atmos_vars::atmos_vars_restart_def_var().
subroutine, public mod_atmos_phy_cp_vars::atmos_phy_cp_vars_restart_write_var | ( | ) |
Write restart.
Definition at line 549 of file mod_atmos_phy_cp_vars.f90.
References atmos_phy_cp_cldfrac_dp, atmos_phy_cp_cldfrac_sh, atmos_phy_cp_cloudbase, atmos_phy_cp_cloudtop, atmos_phy_cp_dens_t, atmos_phy_cp_kf_nca, atmos_phy_cp_kf_w0avg, atmos_phy_cp_mflx_cloudbase, atmos_phy_cp_rhoq_t, atmos_phy_cp_rhot_t, atmos_phy_cp_sflx_rain, and scale_tracer::qa.
Referenced by mod_atmos_vars::atmos_vars_restart_write_var().
logical, public mod_atmos_phy_cp_vars::atmos_phy_cp_restart_output = .false. |
output restart file?
Definition at line 46 of file mod_atmos_phy_cp_vars.f90.
Referenced by mod_admin_restart::admin_restart_setup(), and atmos_phy_cp_vars_setup().
character(len=h_long), public mod_atmos_phy_cp_vars::atmos_phy_cp_restart_in_basename = '' |
basename of the restart file
Definition at line 48 of file mod_atmos_phy_cp_vars.f90.
Referenced by mod_admin_restart::admin_restart_setup(), atmos_phy_cp_vars_restart_read(), and atmos_phy_cp_vars_setup().
character(len=h_long), public mod_atmos_phy_cp_vars::atmos_phy_cp_restart_out_basename = '' |
basename of the output file
Definition at line 49 of file mod_atmos_phy_cp_vars.f90.
Referenced by mod_admin_restart::admin_restart_setup(), atmos_phy_cp_vars_restart_create(), atmos_phy_cp_vars_restart_write(), and atmos_phy_cp_vars_setup().
character(len=h_mid), public mod_atmos_phy_cp_vars::atmos_phy_cp_restart_out_title = 'ATMOS_PHY_CP restart' |
title of the output file
Definition at line 50 of file mod_atmos_phy_cp_vars.f90.
Referenced by mod_admin_restart::admin_restart_setup(), atmos_phy_cp_vars_restart_create(), atmos_phy_cp_vars_restart_write(), and atmos_phy_cp_vars_setup().
character(len=h_mid), public mod_atmos_phy_cp_vars::atmos_phy_cp_restart_out_dtype = 'DEFAULT' |
REAL4 or REAL8.
Definition at line 51 of file mod_atmos_phy_cp_vars.f90.
Referenced by mod_admin_restart::admin_restart_setup(), atmos_phy_cp_vars_restart_create(), atmos_phy_cp_vars_restart_def_var(), atmos_phy_cp_vars_restart_write(), and atmos_phy_cp_vars_setup().
real(rp), dimension(:,:,:), allocatable, public mod_atmos_phy_cp_vars::atmos_phy_cp_dens_t |
Definition at line 53 of file mod_atmos_phy_cp_vars.f90.
Referenced by mod_atmos_phy_cp_driver::atmos_phy_cp_driver(), atmos_phy_cp_vars_fillhalo(), atmos_phy_cp_vars_restart_read(), atmos_phy_cp_vars_restart_write(), atmos_phy_cp_vars_restart_write_var(), and atmos_phy_cp_vars_setup().
real(rp), dimension(:,:,:), allocatable, public mod_atmos_phy_cp_vars::atmos_phy_cp_momz_t |
Definition at line 54 of file mod_atmos_phy_cp_vars.f90.
Referenced by mod_atmos_phy_cp_driver::atmos_phy_cp_driver(), and atmos_phy_cp_vars_setup().
real(rp), dimension(:,:,:), allocatable, public mod_atmos_phy_cp_vars::atmos_phy_cp_momx_t |
Definition at line 55 of file mod_atmos_phy_cp_vars.f90.
Referenced by mod_atmos_phy_cp_driver::atmos_phy_cp_driver(), and atmos_phy_cp_vars_setup().
real(rp), dimension(:,:,:), allocatable, public mod_atmos_phy_cp_vars::atmos_phy_cp_momy_t |
Definition at line 56 of file mod_atmos_phy_cp_vars.f90.
Referenced by mod_atmos_phy_cp_driver::atmos_phy_cp_driver(), and atmos_phy_cp_vars_setup().
real(rp), dimension(:,:,:), allocatable, public mod_atmos_phy_cp_vars::atmos_phy_cp_rhot_t |
Definition at line 57 of file mod_atmos_phy_cp_vars.f90.
Referenced by mod_atmos_phy_cp_driver::atmos_phy_cp_driver(), atmos_phy_cp_vars_fillhalo(), atmos_phy_cp_vars_restart_read(), atmos_phy_cp_vars_restart_write(), atmos_phy_cp_vars_restart_write_var(), and atmos_phy_cp_vars_setup().
real(rp), dimension(:,:,:,:), allocatable, public mod_atmos_phy_cp_vars::atmos_phy_cp_rhoq_t |
Definition at line 58 of file mod_atmos_phy_cp_vars.f90.
Referenced by mod_atmos_phy_cp_driver::atmos_phy_cp_driver(), atmos_phy_cp_vars_fillhalo(), atmos_phy_cp_vars_restart_read(), atmos_phy_cp_vars_restart_write(), atmos_phy_cp_vars_restart_write_var(), and atmos_phy_cp_vars_setup().
real(rp), dimension(:,:), allocatable, public mod_atmos_phy_cp_vars::atmos_phy_cp_mflx_cloudbase |
Definition at line 60 of file mod_atmos_phy_cp_vars.f90.
Referenced by mod_atmos_phy_cp_driver::atmos_phy_cp_driver(), atmos_phy_cp_vars_fillhalo(), atmos_phy_cp_vars_restart_read(), atmos_phy_cp_vars_restart_write(), atmos_phy_cp_vars_restart_write_var(), and atmos_phy_cp_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_atmos_phy_cp_vars::atmos_phy_cp_sflx_rain |
Definition at line 61 of file mod_atmos_phy_cp_vars.f90.
Referenced by mod_atmos_phy_cp_driver::atmos_phy_cp_driver(), atmos_phy_cp_vars_fillhalo(), atmos_phy_cp_vars_restart_read(), atmos_phy_cp_vars_restart_write(), atmos_phy_cp_vars_restart_write_var(), atmos_phy_cp_vars_setup(), and mod_atmos_vars::atmos_vars_history().
real(rp), dimension (:,:), allocatable, public mod_atmos_phy_cp_vars::atmos_phy_cp_cloudtop |
Definition at line 62 of file mod_atmos_phy_cp_vars.f90.
Referenced by atmos_phy_cp_vars_fillhalo(), atmos_phy_cp_vars_restart_read(), atmos_phy_cp_vars_restart_write(), atmos_phy_cp_vars_restart_write_var(), and atmos_phy_cp_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_atmos_phy_cp_vars::atmos_phy_cp_cloudbase |
Definition at line 63 of file mod_atmos_phy_cp_vars.f90.
Referenced by atmos_phy_cp_vars_fillhalo(), atmos_phy_cp_vars_restart_read(), atmos_phy_cp_vars_restart_write(), atmos_phy_cp_vars_restart_write_var(), and atmos_phy_cp_vars_setup().
real(rp), dimension (:,:,:), allocatable, public mod_atmos_phy_cp_vars::atmos_phy_cp_cldfrac_dp |
Definition at line 64 of file mod_atmos_phy_cp_vars.f90.
Referenced by atmos_phy_cp_vars_fillhalo(), atmos_phy_cp_vars_restart_read(), atmos_phy_cp_vars_restart_write(), atmos_phy_cp_vars_restart_write_var(), and atmos_phy_cp_vars_setup().
real(rp), dimension (:,:,:), allocatable, public mod_atmos_phy_cp_vars::atmos_phy_cp_cldfrac_sh |
Definition at line 65 of file mod_atmos_phy_cp_vars.f90.
Referenced by atmos_phy_cp_vars_fillhalo(), atmos_phy_cp_vars_restart_read(), atmos_phy_cp_vars_restart_write(), atmos_phy_cp_vars_restart_write_var(), and atmos_phy_cp_vars_setup().
real(rp), dimension (:,:), allocatable, public mod_atmos_phy_cp_vars::atmos_phy_cp_kf_nca |
Definition at line 67 of file mod_atmos_phy_cp_vars.f90.
Referenced by atmos_phy_cp_vars_fillhalo(), atmos_phy_cp_vars_restart_read(), atmos_phy_cp_vars_restart_write(), atmos_phy_cp_vars_restart_write_var(), and atmos_phy_cp_vars_setup().
real(rp), dimension (:,:,:), allocatable, public mod_atmos_phy_cp_vars::atmos_phy_cp_kf_w0avg |
Definition at line 68 of file mod_atmos_phy_cp_vars.f90.
Referenced by atmos_phy_cp_vars_fillhalo(), atmos_phy_cp_vars_restart_read(), atmos_phy_cp_vars_restart_write(), atmos_phy_cp_vars_restart_write_var(), and atmos_phy_cp_vars_setup().