SCALE-RM
|
module ATMOSPHERIC Variables More...
Functions/Subroutines | |
subroutine, public | atmos_vars_setup |
Setup. More... | |
subroutine, public | atmos_vars_fillhalo (FILL_BND) |
HALO Communication. More... | |
subroutine, public | atmos_vars_restart_open |
Open restart file for reading atmospheric variables. More... | |
subroutine, public | atmos_vars_restart_read |
Read restart of atmospheric variables. More... | |
subroutine, public | atmos_vars_history_setpres |
Set pressure for history output. More... | |
subroutine, public | atmos_vars_restart_check |
Check and compare between last data and sample data. More... | |
subroutine, public | atmos_vars_history |
History output set for atmospheric variables. More... | |
subroutine, public | atmos_vars_total |
Budget monitor for atmosphere. More... | |
subroutine, public | atmos_vars_diagnostics |
Calc diagnostic variables. More... | |
subroutine, public | atmos_vars_monitor |
monitor output More... | |
subroutine, public | atmos_vars_restart_create |
Create atmospheric restart file. More... | |
subroutine, public | atmos_vars_restart_enddef |
Exit netCDF define mode. More... | |
subroutine, public | atmos_vars_restart_close |
Close restart file. More... | |
subroutine, public | atmos_vars_restart_def_var |
Define atmospheric variables in restart file. More... | |
subroutine, public | atmos_vars_restart_write |
Write restart of atmospheric variables. More... | |
Variables | |
logical, public | atmos_restart_output = .false. |
Output restart file? More... | |
character(len=h_long), public | atmos_restart_in_basename = '' |
Basename of the input file. More... | |
logical, public | atmos_restart_in_postfix_timelabel = .false. |
Add timelabel to the basename of input file? More... | |
character(len=h_long), public | atmos_restart_out_basename = '' |
Basename of the output file. More... | |
logical, public | atmos_restart_out_postfix_timelabel = .true. |
Add timelabel to the basename of output file? More... | |
character(len=h_mid), public | atmos_restart_out_title = 'ATMOS restart' |
Title of the output file. More... | |
character(len=h_short), public | atmos_restart_out_dtype = 'DEFAULT' |
REAL4 or REAL8. More... | |
logical, public | atmos_restart_check = .false. |
Check value consistency? More... | |
character(len=h_long), public | atmos_restart_check_basename = 'restart_check' |
real(rp), public | atmos_restart_check_criterion = 1.E-6_RP |
real(rp), dimension(:,:,:), allocatable, target, public | dens |
real(rp), dimension(:,:,:), allocatable, target, public | momz |
real(rp), dimension(:,:,:), allocatable, target, public | momx |
real(rp), dimension(:,:,:), allocatable, target, public | momy |
real(rp), dimension(:,:,:), allocatable, target, public | rhot |
real(rp), dimension(:,:,:,:), allocatable, target, public | qtrc |
real(rp), dimension(:,:,:), allocatable, target, public | dens_avw |
real(rp), dimension(:,:,:), allocatable, target, public | momz_avw |
real(rp), dimension(:,:,:), allocatable, target, public | momx_avw |
real(rp), dimension(:,:,:), allocatable, target, public | momy_avw |
real(rp), dimension(:,:,:), allocatable, target, public | rhot_avw |
real(rp), dimension(:,:,:,:), allocatable, target, public | qtrc_avw |
real(rp), dimension(:,:,:), pointer, public | dens_av |
real(rp), dimension(:,:,:), pointer, public | momz_av |
real(rp), dimension(:,:,:), pointer, public | momx_av |
real(rp), dimension(:,:,:), pointer, public | momy_av |
real(rp), dimension(:,:,:), pointer, public | rhot_av |
real(rp), dimension(:,:,:,:), pointer, public | qtrc_av |
real(rp), dimension(:,:,:), allocatable, public | dens_tp |
real(rp), dimension(:,:,:), allocatable, public | momz_tp |
real(rp), dimension(:,:,:), allocatable, public | momx_tp |
real(rp), dimension(:,:,:), allocatable, public | momy_tp |
real(rp), dimension(:,:,:), allocatable, public | rhot_tp |
real(rp), dimension(:,:,:,:), allocatable, public | rhoq_tp |
real(rp), dimension(:,:,:), allocatable, public | pott |
real(rp), dimension(:,:,:), allocatable, public | temp |
real(rp), dimension(:,:,:), allocatable, public | pres |
real(rp), dimension(:,:,:), allocatable, public | phyd |
real(rp), dimension(:,:,:), allocatable, public | w |
real(rp), dimension(:,:,:), allocatable, public | u |
real(rp), dimension(:,:,:), allocatable, public | v |
real(rp), dimension(:,:,:), allocatable, public | n2 |
module ATMOSPHERIC Variables
name | type | default value | comment |
---|---|---|---|
ATMOS_RESTART_IN_BASENAME | character(len=H_LONG) | '' | Basename of the input file |
ATMOS_RESTART_IN_POSTFIX_TIMELABEL | logical | .false. | Add timelabel to the basename of input file? |
ATMOS_RESTART_IN_CHECK_COORDINATES | logical | .true. | |
ATMOS_RESTART_OUTPUT | logical | .false. | Output restart file? |
ATMOS_RESTART_OUT_BASENAME | character(len=H_LONG) | '' | Basename of the output file |
ATMOS_RESTART_OUT_POSTFIX_TIMELABEL | logical | .true. | Add timelabel to the basename of output file? |
ATMOS_RESTART_OUT_TITLE | character(len=H_MID) | 'ATMOS restart' | Title of the output file |
ATMOS_RESTART_OUT_DTYPE | character(len=H_SHORT) | 'DEFAULT' | REAL4 or REAL8 |
ATMOS_RESTART_CHECK | logical | .false. | Check value consistency? |
ATMOS_RESTART_CHECK_BASENAME | character(len=H_LONG) | 'restart_check' | |
ATMOS_RESTART_CHECK_CRITERION | real(RP) | 1.E-6_RP | |
ATMOS_VARS_CHECKRANGE | logical | .false. | |
ATMOS_VARS_CHECKCFL | real(RP) | 0.0_RP |
name | description | unit | variable |
---|---|---|---|
CAPE | convection avail. pot. energy | m2/s2 | CAPE |
CIN | convection inhibition | m2/s2 | CIN |
CPTOT | Total heat capacity | J/kg/K | CPTOT |
DENS_MEAN | horiz. mean of density | kg/m3 | DENS_MEAN |
DENS_PRIM | horiz. deviation of density | kg/m3 | DENS_PRIM |
DIV | divergence | 1/s | DIV |
ENGI | internal energy | J/m3 | ENGI |
ENGK | kinetic energy | J/m3 | ENGK |
ENGP | potential energy | J/m3 | ENGP |
ENGT | total energy | J/m3 | ENGT |
HDIV | horizontal divergence | 1/s | HDIV |
IWP | ice water path | g/m2 | IWP |
LCL | lifted condensation level | m | LCL |
LFC | level of free convection | m | LFC |
LNB | level of neutral buoyancy | m | LNB |
LWP | liquid water path | g/m2 | LWP |
LWPT | liq. potential temp. | K | POTL |
MSE | moist static energy | m2/s2 | MSE |
N2 | squared Brunt-Vaisala frequency | 1/s2 | N2 |
PBLH | PBL height | m | PBLH |
PREC | surface precipitation rate (total) | kg/m2/s | PREC |
PRES | pressure | Pa | PRES |
PT | potential temp. | K | POTT |
PT_MEAN | horiz. mean of pot. | K | PT_MEAN |
PT_PRIM | horiz. deviation of pot. temp. | K | POTT_PRIM |
PT_W_PRIM | resolved scale heat flux | W/s | PT_W_PRIM |
PW | precipitable water | g/m2 | PW |
QDRY | dry air | kg/kg | QDRY |
QHYD | total hydrometeors | kg/kg | QHYD |
QHYD_MEAN | horiz. mean of QHYD | 1 | QHYD_MEAN |
QICE | total ice water | kg/kg | QICE |
QICE_MEAN | horiz. mean of QICE | 1 | QICE_MEAN |
QLIQ | total liquid water | kg/kg | QLIQ |
QLIQ_MEAN | horiz. mean of QLIQ | 1 | QLIQ_MEAN |
QTOT | total water | kg/kg | QTOT |
QV_MEAN | horiz. mean of QV | 1 | QV_MEAN |
RAIN | surface rain rate (total) | kg/m2/s | RAIN |
RH | relative humidity(liq) | % | RHL |
RHA | relative humidity(liq+ice) | % | RHA |
RHI | relative humidity(ice) | % | RHI |
RTOT | Total gas constant | J/kg/K | RTOT |
SNOW | surface snow rate (total) | kg/m2/s | SNOW |
T | temperature | K | TEMP |
TKE_RS | resolved scale TKE | m2/s2 | TKE_RS |
TRACER_NAME(iq) | TRACER_DESC(iq) | TRACER_UNIT(iq) | QTRC |
T_MEAN | horiz. mean of t | K | T_MEAN |
U | velocity u | m/s | U |
U_MEAN | horiz. mean of u | m/s | U_MEAN |
U_PRIM | horiz. deviation of u | m/s | U_PRIM |
Uabs | absolute velocity | m/s | Uabs |
V | velocity v | m/s | V |
DENS | density | kg/m3 | DENS |
MOMX | momentum x | kg/m2/s | MOMX |
MOMY | momentum y | kg/m2/s | MOMY |
MOMZ | momentum z | kg/m2/s | MOMZ |
RHOT | rho * theta | kg/m3*K | RHOT |
VOR | vertical vorticity | 1/s | VOR |
V_MEAN | horiz. mean of v | m/s | V_MEAN |
V_PRIM | horiz. deviation of v | m/s | V_PRIM |
W | velocity w | m/s | W |
W_MEAN | horiz. mean of w | m/s | W_MEAN |
W_PRIM | horiz. deviation of w | m/s | W_PRIM |
W_PRIM2 | variance of w | m2/s2 | W_PRIM2 |
W_PRIM3 | skewness of w | m3/s3 | W_PRIM3 |
subroutine, public mod_atmos_vars::atmos_vars_setup | ( | ) |
Setup.
Definition at line 254 of file mod_atmos_vars.f90.
References mod_atmos_dyn_vars::atmos_dyn_vars_setup(), mod_atmos_phy_ae_vars::atmos_phy_ae_vars_setup(), mod_atmos_phy_ch_vars::atmos_phy_ch_vars_setup(), mod_atmos_phy_cp_vars::atmos_phy_cp_vars_setup(), mod_atmos_phy_mp_vars::atmos_phy_mp_vars_setup(), mod_atmos_phy_rd_vars::atmos_phy_rd_vars_setup(), mod_atmos_phy_sf_vars::atmos_phy_sf_vars_setup(), mod_atmos_phy_tb_vars::atmos_phy_tb_vars_setup(), atmos_restart_check, atmos_restart_check_basename, atmos_restart_check_criterion, atmos_restart_in_basename, atmos_restart_in_postfix_timelabel, atmos_restart_out_basename, atmos_restart_out_dtype, atmos_restart_out_postfix_timelabel, atmos_restart_out_title, atmos_restart_output, mod_atmos_admin::atmos_use_average, dens, dens_av, dens_avw, dens_tp, scale_history::hist_reg(), scale_index::i_dens, scale_index::i_momx, scale_index::i_momy, scale_index::i_momz, scale_index::i_rhot, 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_grid_index::ke, scale_grid_index::ks, momx, momx_av, momx_avw, momx_tp, momy, momy_av, momy_avw, momy_tp, momz, momz_av, momz_avw, momz_tp, scale_monitor::monit_reg(), n2, phyd, pott, scale_process::prc_mpistop(), pres, scale_tracer::qa, qtrc, qtrc_av, qtrc_avw, rhoq_tp, rhot, rhot_av, rhot_avw, rhot_tp, temp, scale_tracer::tracer_desc, scale_tracer::tracer_name, scale_tracer::tracer_unit, u, v, and w.
Referenced by mod_rm_driver::scalerm(), and mod_rm_prep::scalerm_prep().
subroutine, public mod_atmos_vars::atmos_vars_fillhalo | ( | logical, intent(in), optional | FILL_BND | ) |
HALO Communication.
Definition at line 760 of file mod_atmos_vars.f90.
References dens, scale_grid_index::ieb, scale_grid_index::isb, scale_grid_index::jeb, scale_grid_index::jsb, scale_grid_index::ka, scale_grid_index::ke, scale_grid_index::ks, momx, momy, momz, scale_tracer::qa, qtrc, and rhot.
Referenced by atmos_vars_restart_read(), and atmos_vars_restart_write().
subroutine, public mod_atmos_vars::atmos_vars_restart_open | ( | ) |
Open restart file for reading atmospheric variables.
Definition at line 824 of file mod_atmos_vars.f90.
References mod_atmos_dyn_vars::atmos_dyn_vars_restart_open(), mod_atmos_phy_ae_vars::atmos_phy_ae_vars_restart_open(), mod_atmos_phy_ch_vars::atmos_phy_ch_vars_restart_open(), mod_atmos_phy_cp_vars::atmos_phy_cp_vars_restart_open(), mod_atmos_phy_mp_vars::atmos_phy_mp_vars_restart_open(), mod_atmos_phy_rd_vars::atmos_phy_rd_vars_restart_open(), mod_atmos_phy_sf_vars::atmos_phy_sf_vars_restart_open(), mod_atmos_phy_tb_vars::atmos_phy_tb_vars_restart_open(), atmos_restart_in_basename, atmos_restart_in_postfix_timelabel, mod_atmos_admin::atmos_sw_dyn, mod_atmos_admin::atmos_sw_phy_ae, mod_atmos_admin::atmos_sw_phy_ch, mod_atmos_admin::atmos_sw_phy_cp, mod_atmos_admin::atmos_sw_phy_mp, mod_atmos_admin::atmos_sw_phy_rd, mod_atmos_admin::atmos_sw_phy_sf, mod_atmos_admin::atmos_sw_phy_tb, mod_atmos_admin::atmos_use_average, scale_const::const_grav, dens, dens_av, scale_fileio::fileio_open(), scale_stdio::io_fid_log, scale_stdio::io_l, momx, momx_av, momy, momy_av, momz, momz_av, scale_process::prc_mpistop(), qtrc, qtrc_av, rhot, rhot_av, and scale_time::time_gettimelabel().
Referenced by mod_admin_restart::admin_restart_read().
subroutine, public mod_atmos_vars::atmos_vars_restart_read | ( | ) |
Read restart of atmospheric variables.
Definition at line 917 of file mod_atmos_vars.f90.
References mod_atmos_dyn_vars::atmos_dyn_vars_restart_read(), mod_atmos_phy_ae_vars::atmos_phy_ae_vars_restart_read(), mod_atmos_phy_ch_vars::atmos_phy_ch_vars_restart_read(), mod_atmos_phy_cp_vars::atmos_phy_cp_vars_restart_read(), mod_atmos_phy_mp_vars::atmos_phy_mp_vars_restart_read(), mod_atmos_phy_rd_vars::atmos_phy_rd_vars_restart_read(), mod_atmos_phy_sf_vars::atmos_phy_sf_vars_restart_read(), mod_atmos_phy_tb_vars::atmos_phy_tb_vars_restart_read(), mod_atmos_admin::atmos_sw_dyn, mod_atmos_admin::atmos_sw_phy_ae, mod_atmos_admin::atmos_sw_phy_ch, mod_atmos_admin::atmos_sw_phy_cp, mod_atmos_admin::atmos_sw_phy_mp, mod_atmos_admin::atmos_sw_phy_rd, mod_atmos_admin::atmos_sw_phy_sf, mod_atmos_admin::atmos_sw_phy_tb, mod_atmos_admin::atmos_use_average, atmos_vars_fillhalo(), atmos_vars_total(), dens, dens_av, scale_fileio::fileio_flush(), scale_grid_index::ia, scale_stdio::io_aggregate, scale_stdio::io_fid_log, scale_stdio::io_l, scale_grid_index::ja, scale_grid_index::ka, scale_grid_index::ke, scale_grid_index::ks, momx, momx_av, momy, momy_av, momz, momz_av, scale_process::prc_mpistop(), scale_tracer::qa, qtrc, qtrc_av, rhot, rhot_av, and scale_tracer::tracer_name.
Referenced by mod_admin_restart::admin_restart_read(), and mod_rm_driver::resume_state().
subroutine, public mod_atmos_vars::atmos_vars_history_setpres | ( | ) |
Set pressure for history output.
Definition at line 1028 of file mod_atmos_vars.f90.
References scale_atmos_bottom::atmos_bottom_estimate(), dens_av, scale_history::hist_setpres(), phyd, pres, scale_grid_real::real_cz, scale_grid_real::real_z1, and scale_topography::topo_zsfc.
Referenced by mod_atmos_driver::atmos_driver(), mod_atmos_driver::atmos_driver_resume1(), and mod_rm_driver::resume_state().
subroutine, public mod_atmos_vars::atmos_vars_restart_check | ( | ) |
Check and compare between last data and sample data.
Definition at line 1060 of file mod_atmos_vars.f90.
References atmos_restart_check_basename, atmos_restart_check_criterion, dens, scale_fileio::fileio_close(), scale_fileio::fileio_flush(), scale_fileio::fileio_open(), scale_grid_index::ie, scale_stdio::io_aggregate, scale_stdio::io_fid_log, scale_stdio::io_l, scale_grid_index::is, scale_grid_index::je, scale_grid_index::js, scale_grid_index::ke, scale_grid_index::ks, momx, momy, momz, scale_process::prc_myrank, scale_prof::prof_rapend(), scale_prof::prof_rapstart(), scale_tracer::qa, qtrc, rhot, and scale_tracer::tracer_name.
Referenced by mod_rm_driver::scalerm().
subroutine, public mod_atmos_vars::atmos_vars_history | ( | ) |
History output set for atmospheric variables.
Definition at line 1195 of file mod_atmos_vars.f90.
References scale_atmos_adiabat::atmos_adiabat_cape(), mod_atmos_phy_cp_vars::atmos_phy_cp_sflx_rain, mod_atmos_phy_mp_vars::atmos_phy_mp_sflx_rain, mod_atmos_phy_mp_vars::atmos_phy_mp_sflx_snow, scale_comm::comm_horizontal_mean(), scale_const::const_cpdry, scale_const::const_cvdry, scale_const::const_grav, scale_const::const_pre00, scale_const::const_rdry, scale_const::const_rvap, dens, dens_av, scale_grid::grid_rcdx, scale_grid::grid_rcdy, scale_index::i_dens, scale_index::i_momx, scale_index::i_momy, scale_index::i_momz, scale_atmos_hydrometeor::i_qc, scale_atmos_hydrometeor::i_qv, scale_index::i_rhot, scale_grid_index::ia, scale_grid_index::ie, scale_grid_index::ieb, scale_grid_index::is, scale_grid_index::isb, scale_grid_index::ja, scale_grid_index::je, scale_grid_index::jeb, scale_grid_index::js, scale_grid_index::jsb, scale_grid_index::ka, scale_grid_index::ke, scale_grid_index::ks, scale_atmos_hydrometeor::lhf, scale_atmos_hydrometeor::lhv, momx, momx_av, momy, momy_av, momz, momz_av, n2, pott, pres, scale_tracer::qa, scale_atmos_hydrometeor::qhe, scale_atmos_hydrometeor::qhs, scale_atmos_hydrometeor::qie, scale_atmos_hydrometeor::qis, scale_atmos_hydrometeor::qle, scale_atmos_hydrometeor::qls, qtrc, qtrc_av, scale_grid_real::real_cz, scale_grid_real::real_fz, rhot, rhot_av, temp, scale_tracer::tracer_cp, scale_tracer::tracer_cv, scale_tracer::tracer_desc, scale_tracer::tracer_mass, scale_tracer::tracer_name, scale_tracer::tracer_r, scale_tracer::tracer_unit, u, v, and w.
Referenced by mod_atmos_driver::atmos_driver(), and mod_atmos_driver::atmos_driver_resume2().
subroutine, public mod_atmos_vars::atmos_vars_total | ( | ) |
Budget monitor for atmosphere.
Definition at line 2091 of file mod_atmos_vars.f90.
References scale_const::const_cvdry, scale_const::const_grav, dens, dens_av, scale_index::i_dens, scale_index::i_momx, scale_index::i_momy, scale_index::i_momz, scale_atmos_hydrometeor::i_qv, scale_index::i_rhot, scale_grid_index::ie, scale_grid_index::is, scale_grid_index::je, scale_grid_index::js, scale_grid_index::ke, scale_grid_index::ks, scale_atmos_hydrometeor::lhf, scale_atmos_hydrometeor::lhv, momx, momx_av, momy, momy_av, momz, momz_av, pres, scale_tracer::qa, scale_atmos_hydrometeor::qie, scale_atmos_hydrometeor::qis, qtrc, qtrc_av, scale_grid_real::real_cz, rhot, rhot_av, scale_rm_statistics::statistics_checktotal, temp, scale_tracer::tracer_cv, scale_tracer::tracer_mass, scale_tracer::tracer_name, scale_tracer::tracer_r, u, v, and w.
Referenced by mod_atmos_dyn_driver::atmos_dyn_driver(), atmos_vars_restart_read(), and atmos_vars_restart_write().
subroutine, public mod_atmos_vars::atmos_vars_diagnostics | ( | ) |
Calc diagnostic variables.
Definition at line 2210 of file mod_atmos_vars.f90.
References scale_atmos_diagnostic::atmos_diagnostic_get(), dens_av, momx_av, momy_av, momz_av, n2, phyd, pott, pres, qtrc_av, rhot_av, temp, u, v, and w.
Referenced by mod_atmos_driver::atmos_driver(), mod_atmos_driver::atmos_driver_resume1(), and mod_rm_driver::resume_state().
subroutine, public mod_atmos_vars::atmos_vars_monitor | ( | ) |
monitor output
Definition at line 2223 of file mod_atmos_vars.f90.
References mod_atmos_phy_cp_vars::atmos_phy_cp_sflx_rain, mod_atmos_phy_mp_vars::atmos_phy_mp_sflx_rain, mod_atmos_phy_mp_vars::atmos_phy_mp_sflx_snow, mod_atmos_phy_rd_vars::atmos_phy_rd_sflx_lw_dn, mod_atmos_phy_rd_vars::atmos_phy_rd_sflx_lw_up, mod_atmos_phy_rd_vars::atmos_phy_rd_sflx_sw_dn, mod_atmos_phy_rd_vars::atmos_phy_rd_sflx_sw_up, mod_atmos_phy_rd_vars::atmos_phy_rd_toaflx_lw_dn, mod_atmos_phy_rd_vars::atmos_phy_rd_toaflx_lw_up, mod_atmos_phy_rd_vars::atmos_phy_rd_toaflx_sw_dn, mod_atmos_phy_rd_vars::atmos_phy_rd_toaflx_sw_up, mod_atmos_phy_sf_vars::atmos_phy_sf_sflx_lh, mod_atmos_phy_sf_vars::atmos_phy_sf_sflx_qtrc, mod_atmos_phy_sf_vars::atmos_phy_sf_sflx_sh, scale_const::const_cvdry, scale_const::const_grav, dens_av, scale_grid::grid_rfdx, scale_grid::grid_rfdy, scale_gridtrans::gtrans_mapf, scale_index::i_dens, scale_index::i_momx, scale_index::i_momy, scale_index::i_momz, scale_atmos_hydrometeor::i_qv, scale_index::i_rhot, scale_gridtrans::i_uy, scale_gridtrans::i_xv, scale_grid_index::ie, scale_stdio::io_fid_log, scale_stdio::io_l, scale_grid_index::is, scale_grid_index::je, scale_grid_index::js, scale_grid_index::ke, scale_grid_index::ks, scale_atmos_hydrometeor::lhf, scale_atmos_hydrometeor::lhv, momx_av, momy_av, momz_av, scale_process::prc_myrank, scale_tracer::qa, scale_atmos_hydrometeor::qie, scale_atmos_hydrometeor::qis, qtrc_av, scale_grid_real::real_cz, rhot_av, scale_rm_statistics::stat_detail(), scale_rm_statistics::statistics_checktotal, temp, scale_time::time_dtsec_atmos_dyn, scale_tracer::tracer_cv, scale_tracer::tracer_desc, scale_tracer::tracer_mass, scale_tracer::tracer_name, scale_tracer::tracer_unit, u, v, and w.
Referenced by mod_atmos_driver::atmos_driver(), and mod_atmos_driver::atmos_driver_resume2().
subroutine, public mod_atmos_vars::atmos_vars_restart_create | ( | ) |
Create atmospheric restart file.
Definition at line 2502 of file mod_atmos_vars.f90.
References mod_atmos_dyn_vars::atmos_dyn_vars_restart_create(), mod_atmos_phy_ae_vars::atmos_phy_ae_vars_restart_create(), mod_atmos_phy_ch_vars::atmos_phy_ch_vars_restart_create(), mod_atmos_phy_cp_vars::atmos_phy_cp_vars_restart_create(), mod_atmos_phy_mp_vars::atmos_phy_mp_vars_restart_create(), mod_atmos_phy_rd_vars::atmos_phy_rd_vars_restart_create(), mod_atmos_phy_sf_vars::atmos_phy_sf_vars_restart_create(), mod_atmos_phy_tb_vars::atmos_phy_tb_vars_restart_create(), atmos_restart_out_basename, atmos_restart_out_dtype, atmos_restart_out_postfix_timelabel, atmos_restart_out_title, mod_atmos_admin::atmos_sw_dyn, mod_atmos_admin::atmos_sw_phy_ae, mod_atmos_admin::atmos_sw_phy_ch, mod_atmos_admin::atmos_sw_phy_cp, mod_atmos_admin::atmos_sw_phy_mp, mod_atmos_admin::atmos_sw_phy_rd, mod_atmos_admin::atmos_sw_phy_sf, mod_atmos_admin::atmos_sw_phy_tb, scale_fileio::fileio_create(), scale_stdio::io_fid_log, scale_stdio::io_l, scale_tracer::qa, scale_time::time_gettimelabel(), and scale_time::time_nowsec.
Referenced by mod_admin_restart::admin_restart_write().
subroutine, public mod_atmos_vars::atmos_vars_restart_enddef | ( | ) |
Exit netCDF define mode.
Definition at line 2586 of file mod_atmos_vars.f90.
References mod_atmos_dyn_vars::atmos_dyn_vars_restart_enddef(), mod_atmos_phy_ae_vars::atmos_phy_ae_vars_restart_enddef(), mod_atmos_phy_ch_vars::atmos_phy_ch_vars_restart_enddef(), mod_atmos_phy_cp_vars::atmos_phy_cp_vars_restart_enddef(), mod_atmos_phy_mp_vars::atmos_phy_mp_vars_restart_enddef(), mod_atmos_phy_rd_vars::atmos_phy_rd_vars_restart_enddef(), mod_atmos_phy_sf_vars::atmos_phy_sf_vars_restart_enddef(), mod_atmos_phy_tb_vars::atmos_phy_tb_vars_restart_enddef(), mod_atmos_admin::atmos_sw_dyn, mod_atmos_admin::atmos_sw_phy_ae, mod_atmos_admin::atmos_sw_phy_ch, mod_atmos_admin::atmos_sw_phy_cp, mod_atmos_admin::atmos_sw_phy_mp, mod_atmos_admin::atmos_sw_phy_rd, mod_atmos_admin::atmos_sw_phy_sf, mod_atmos_admin::atmos_sw_phy_tb, and scale_fileio::fileio_enddef().
Referenced by mod_admin_restart::admin_restart_write().
subroutine, public mod_atmos_vars::atmos_vars_restart_close | ( | ) |
Close restart file.
Definition at line 2647 of file mod_atmos_vars.f90.
References mod_atmos_dyn_vars::atmos_dyn_vars_restart_close(), mod_atmos_phy_ae_vars::atmos_phy_ae_vars_restart_close(), mod_atmos_phy_ch_vars::atmos_phy_ch_vars_restart_close(), mod_atmos_phy_cp_vars::atmos_phy_cp_vars_restart_close(), mod_atmos_phy_mp_vars::atmos_phy_mp_vars_restart_close(), mod_atmos_phy_rd_vars::atmos_phy_rd_vars_restart_close(), mod_atmos_phy_sf_vars::atmos_phy_sf_vars_restart_close(), mod_atmos_phy_tb_vars::atmos_phy_tb_vars_restart_close(), mod_atmos_admin::atmos_sw_dyn, mod_atmos_admin::atmos_sw_phy_ae, mod_atmos_admin::atmos_sw_phy_ch, mod_atmos_admin::atmos_sw_phy_cp, mod_atmos_admin::atmos_sw_phy_mp, mod_atmos_admin::atmos_sw_phy_rd, mod_atmos_admin::atmos_sw_phy_sf, mod_atmos_admin::atmos_sw_phy_tb, scale_fileio::fileio_close(), scale_stdio::io_fid_log, and scale_stdio::io_l.
Referenced by mod_admin_restart::admin_restart_read(), and mod_admin_restart::admin_restart_write().
subroutine, public mod_atmos_vars::atmos_vars_restart_def_var | ( | ) |
Define atmospheric variables in restart file.
Definition at line 2714 of file mod_atmos_vars.f90.
References mod_atmos_dyn_vars::atmos_dyn_vars_restart_def_var(), mod_atmos_phy_ae_vars::atmos_phy_ae_vars_restart_def_var(), mod_atmos_phy_ch_vars::atmos_phy_ch_vars_restart_def_var(), mod_atmos_phy_cp_vars::atmos_phy_cp_vars_restart_def_var(), mod_atmos_phy_mp_vars::atmos_phy_mp_vars_restart_def_var(), mod_atmos_phy_rd_vars::atmos_phy_rd_vars_restart_def_var(), mod_atmos_phy_sf_vars::atmos_phy_sf_vars_restart_def_var(), mod_atmos_phy_tb_vars::atmos_phy_tb_vars_restart_def_var(), atmos_restart_out_dtype, mod_atmos_admin::atmos_sw_dyn, mod_atmos_admin::atmos_sw_phy_ae, mod_atmos_admin::atmos_sw_phy_ch, mod_atmos_admin::atmos_sw_phy_cp, mod_atmos_admin::atmos_sw_phy_mp, mod_atmos_admin::atmos_sw_phy_rd, mod_atmos_admin::atmos_sw_phy_sf, mod_atmos_admin::atmos_sw_phy_tb, scale_fileio::fileio_def_var(), scale_index::i_dens, scale_index::i_momx, scale_index::i_momy, scale_index::i_momz, scale_index::i_rhot, scale_tracer::qa, scale_tracer::tracer_desc, scale_tracer::tracer_name, and scale_tracer::tracer_unit.
Referenced by mod_admin_restart::admin_restart_write().
subroutine, public mod_atmos_vars::atmos_vars_restart_write | ( | ) |
Write restart of atmospheric variables.
Definition at line 2792 of file mod_atmos_vars.f90.
References mod_atmos_dyn_vars::atmos_dyn_vars_restart_write(), mod_atmos_phy_ae_vars::atmos_phy_ae_vars_restart_write(), mod_atmos_phy_ch_vars::atmos_phy_ch_vars_restart_write(), mod_atmos_phy_cp_vars::atmos_phy_cp_vars_restart_write(), mod_atmos_phy_mp_vars::atmos_phy_mp_vars_restart_write(), mod_atmos_phy_rd_vars::atmos_phy_rd_vars_restart_write(), mod_atmos_phy_sf_vars::atmos_phy_sf_vars_restart_write(), mod_atmos_phy_tb_vars::atmos_phy_tb_vars_restart_write(), mod_atmos_admin::atmos_sw_dyn, mod_atmos_admin::atmos_sw_phy_ae, mod_atmos_admin::atmos_sw_phy_ch, mod_atmos_admin::atmos_sw_phy_cp, mod_atmos_admin::atmos_sw_phy_mp, mod_atmos_admin::atmos_sw_phy_rd, mod_atmos_admin::atmos_sw_phy_sf, mod_atmos_admin::atmos_sw_phy_tb, atmos_vars_fillhalo(), atmos_vars_total(), dens, scale_index::i_dens, scale_index::i_momx, scale_index::i_momy, scale_index::i_momz, scale_index::i_rhot, momx, momy, momz, scale_tracer::qa, qtrc, rhot, and scale_tracer::tracer_name.
Referenced by mod_admin_restart::admin_restart_write().
logical, public mod_atmos_vars::atmos_restart_output = .false. |
Output restart file?
Definition at line 58 of file mod_atmos_vars.f90.
Referenced by mod_admin_restart::admin_restart_setup(), mod_admin_restart::admin_restart_write(), and atmos_vars_setup().
character(len=h_long), public mod_atmos_vars::atmos_restart_in_basename = '' |
Basename of the input file.
Definition at line 60 of file mod_atmos_vars.f90.
Referenced by mod_admin_restart::admin_restart_setup(), mod_admin_time::admin_time_setup(), atmos_vars_restart_open(), and atmos_vars_setup().
logical, public mod_atmos_vars::atmos_restart_in_postfix_timelabel = .false. |
Add timelabel to the basename of input file?
Definition at line 61 of file mod_atmos_vars.f90.
Referenced by mod_admin_restart::admin_restart_setup(), atmos_vars_restart_open(), and atmos_vars_setup().
character(len=h_long), public mod_atmos_vars::atmos_restart_out_basename = '' |
Basename of the output file.
Definition at line 62 of file mod_atmos_vars.f90.
Referenced by mod_admin_restart::admin_restart_setup(), atmos_vars_restart_create(), and atmos_vars_setup().
logical, public mod_atmos_vars::atmos_restart_out_postfix_timelabel = .true. |
Add timelabel to the basename of output file?
Definition at line 63 of file mod_atmos_vars.f90.
Referenced by mod_admin_restart::admin_restart_setup(), atmos_vars_restart_create(), and atmos_vars_setup().
character(len=h_mid), public mod_atmos_vars::atmos_restart_out_title = 'ATMOS restart' |
Title of the output file.
Definition at line 64 of file mod_atmos_vars.f90.
Referenced by mod_admin_restart::admin_restart_setup(), atmos_vars_restart_create(), and atmos_vars_setup().
character(len=h_short), public mod_atmos_vars::atmos_restart_out_dtype = 'DEFAULT' |
REAL4 or REAL8.
Definition at line 65 of file mod_atmos_vars.f90.
Referenced by mod_admin_restart::admin_restart_setup(), atmos_vars_restart_create(), atmos_vars_restart_def_var(), and atmos_vars_setup().
logical, public mod_atmos_vars::atmos_restart_check = .false. |
Check value consistency?
Definition at line 67 of file mod_atmos_vars.f90.
Referenced by atmos_vars_setup(), and mod_rm_driver::scalerm().
character(len=h_long), public mod_atmos_vars::atmos_restart_check_basename = 'restart_check' |
Definition at line 68 of file mod_atmos_vars.f90.
Referenced by atmos_vars_restart_check(), and atmos_vars_setup().
real(rp), public mod_atmos_vars::atmos_restart_check_criterion = 1.E-6_RP |
Definition at line 69 of file mod_atmos_vars.f90.
Referenced by atmos_vars_restart_check(), and atmos_vars_setup().
real(rp), dimension(:,:,:), allocatable, target, public mod_atmos_vars::dens |
Definition at line 72 of file mod_atmos_vars.f90.
Referenced by mod_atmos_driver::atmos_driver(), mod_atmos_driver::atmos_driver_resume1(), mod_atmos_dyn_driver::atmos_dyn_driver(), mod_atmos_dyn_driver::atmos_dyn_driver_setup(), mod_atmos_phy_ae_driver::atmos_phy_ae_driver(), mod_atmos_phy_cp_driver::atmos_phy_cp_driver(), mod_atmos_phy_mp_driver::atmos_phy_mp_driver(), mod_atmos_phy_rd_driver::atmos_phy_rd_driver(), mod_atmos_phy_sf_driver::atmos_phy_sf_driver(), mod_atmos_phy_tb_driver::atmos_phy_tb_driver(), mod_atmos_driver::atmos_surface_set(), atmos_vars_fillhalo(), atmos_vars_history(), atmos_vars_restart_check(), atmos_vars_restart_open(), atmos_vars_restart_read(), atmos_vars_restart_write(), atmos_vars_setup(), atmos_vars_total(), mod_mkinit::interporation_fact(), mod_mkinit::read_sounding(), mod_realinput::realinput_atmos(), mod_realinput::realinput_surface(), and mod_mkinit::rect_setup().
real(rp), dimension(:,:,:), allocatable, target, public mod_atmos_vars::momz |
Definition at line 73 of file mod_atmos_vars.f90.
Referenced by mod_atmos_driver::atmos_driver(), mod_atmos_driver::atmos_driver_resume1(), mod_atmos_dyn_driver::atmos_dyn_driver(), mod_atmos_dyn_driver::atmos_dyn_driver_setup(), mod_atmos_phy_ae_driver::atmos_phy_ae_driver(), mod_atmos_phy_cp_driver::atmos_phy_cp_driver(), mod_atmos_phy_mp_driver::atmos_phy_mp_driver(), mod_atmos_phy_tb_driver::atmos_phy_tb_driver(), atmos_vars_fillhalo(), atmos_vars_history(), atmos_vars_restart_check(), atmos_vars_restart_open(), atmos_vars_restart_read(), atmos_vars_restart_write(), atmos_vars_setup(), atmos_vars_total(), mod_mkinit::interporation_fact(), mod_mkinit::read_sounding(), mod_realinput::realinput_atmos(), and mod_realinput::realinput_surface().
real(rp), dimension(:,:,:), allocatable, target, public mod_atmos_vars::momx |
Definition at line 74 of file mod_atmos_vars.f90.
Referenced by mod_atmos_driver::atmos_driver(), mod_atmos_driver::atmos_driver_resume1(), mod_atmos_dyn_driver::atmos_dyn_driver(), mod_atmos_dyn_driver::atmos_dyn_driver_setup(), mod_atmos_phy_ae_driver::atmos_phy_ae_driver(), mod_atmos_phy_cp_driver::atmos_phy_cp_driver(), mod_atmos_phy_mp_driver::atmos_phy_mp_driver(), mod_atmos_phy_tb_driver::atmos_phy_tb_driver(), atmos_vars_fillhalo(), atmos_vars_history(), atmos_vars_restart_check(), atmos_vars_restart_open(), atmos_vars_restart_read(), atmos_vars_restart_write(), atmos_vars_setup(), atmos_vars_total(), mod_mkinit::interporation_fact(), mod_mkinit::read_sounding(), mod_realinput::realinput_atmos(), and mod_realinput::realinput_surface().
real(rp), dimension(:,:,:), allocatable, target, public mod_atmos_vars::momy |
Definition at line 75 of file mod_atmos_vars.f90.
Referenced by mod_atmos_driver::atmos_driver(), mod_atmos_driver::atmos_driver_resume1(), mod_atmos_dyn_driver::atmos_dyn_driver(), mod_atmos_dyn_driver::atmos_dyn_driver_setup(), mod_atmos_phy_ae_driver::atmos_phy_ae_driver(), mod_atmos_phy_cp_driver::atmos_phy_cp_driver(), mod_atmos_phy_mp_driver::atmos_phy_mp_driver(), mod_atmos_phy_tb_driver::atmos_phy_tb_driver(), atmos_vars_fillhalo(), atmos_vars_history(), atmos_vars_restart_check(), atmos_vars_restart_open(), atmos_vars_restart_read(), atmos_vars_restart_write(), atmos_vars_setup(), atmos_vars_total(), mod_mkinit::interporation_fact(), mod_mkinit::read_sounding(), mod_realinput::realinput_atmos(), and mod_realinput::realinput_surface().
real(rp), dimension(:,:,:), allocatable, target, public mod_atmos_vars::rhot |
Definition at line 76 of file mod_atmos_vars.f90.
Referenced by mod_atmos_driver::atmos_driver(), mod_atmos_driver::atmos_driver_resume1(), mod_atmos_dyn_driver::atmos_dyn_driver(), mod_atmos_dyn_driver::atmos_dyn_driver_setup(), mod_atmos_phy_ae_driver::atmos_phy_ae_driver(), mod_atmos_phy_cp_driver::atmos_phy_cp_driver(), mod_atmos_phy_mp_driver::atmos_phy_mp_driver(), mod_atmos_phy_rd_driver::atmos_phy_rd_driver(), mod_atmos_phy_sf_driver::atmos_phy_sf_driver(), mod_atmos_phy_tb_driver::atmos_phy_tb_driver(), atmos_vars_fillhalo(), atmos_vars_history(), atmos_vars_restart_check(), atmos_vars_restart_open(), atmos_vars_restart_read(), atmos_vars_restart_write(), atmos_vars_setup(), atmos_vars_total(), mod_mkinit::interporation_fact(), mod_mkinit::read_sounding(), mod_realinput::realinput_atmos(), mod_realinput::realinput_surface(), and mod_mkinit::rect_setup().
real(rp), dimension(:,:,:,:), allocatable, target, public mod_atmos_vars::qtrc |
Definition at line 77 of file mod_atmos_vars.f90.
Referenced by mod_atmos_driver::atmos_driver(), mod_atmos_driver::atmos_driver_resume1(), mod_atmos_dyn_driver::atmos_dyn_driver(), mod_atmos_dyn_driver::atmos_dyn_driver_setup(), mod_atmos_phy_ae_driver::atmos_phy_ae_driver(), mod_atmos_phy_cp_driver::atmos_phy_cp_driver(), mod_atmos_phy_mp_driver::atmos_phy_mp_driver(), mod_atmos_phy_rd_driver::atmos_phy_rd_driver(), mod_atmos_phy_sf_driver::atmos_phy_sf_driver(), mod_atmos_phy_tb_driver::atmos_phy_tb_driver(), mod_atmos_driver::atmos_surface_set(), atmos_vars_fillhalo(), atmos_vars_history(), atmos_vars_restart_check(), atmos_vars_restart_open(), atmos_vars_restart_read(), atmos_vars_restart_write(), atmos_vars_setup(), atmos_vars_total(), mod_mkinit::interporation_fact(), mod_mkinit::mkinit(), mod_mkinit::read_sounding(), mod_realinput::realinput_atmos(), mod_realinput::realinput_surface(), mod_mkinit::rect_setup(), and mod_mkinit::tke_setup().
real(rp), dimension(:,:,:), allocatable, target, public mod_atmos_vars::dens_avw |
Definition at line 79 of file mod_atmos_vars.f90.
Referenced by atmos_vars_setup().
real(rp), dimension(:,:,:), allocatable, target, public mod_atmos_vars::momz_avw |
Definition at line 80 of file mod_atmos_vars.f90.
Referenced by atmos_vars_setup().
real(rp), dimension(:,:,:), allocatable, target, public mod_atmos_vars::momx_avw |
Definition at line 81 of file mod_atmos_vars.f90.
Referenced by atmos_vars_setup().
real(rp), dimension(:,:,:), allocatable, target, public mod_atmos_vars::momy_avw |
Definition at line 82 of file mod_atmos_vars.f90.
Referenced by atmos_vars_setup().
real(rp), dimension(:,:,:), allocatable, target, public mod_atmos_vars::rhot_avw |
Definition at line 83 of file mod_atmos_vars.f90.
Referenced by atmos_vars_setup().
real(rp), dimension(:,:,:,:), allocatable, target, public mod_atmos_vars::qtrc_avw |
Definition at line 84 of file mod_atmos_vars.f90.
Referenced by atmos_vars_setup().
real(rp), dimension(:,:,:), pointer, public mod_atmos_vars::dens_av |
Definition at line 86 of file mod_atmos_vars.f90.
Referenced by mod_atmos_dyn_driver::atmos_dyn_driver(), mod_atmos_phy_ae_driver::atmos_phy_ae_driver(), mod_atmos_phy_cp_driver::atmos_phy_cp_driver(), mod_atmos_phy_mp_driver::atmos_phy_mp_driver(), mod_atmos_phy_rd_driver::atmos_phy_rd_driver(), mod_atmos_phy_sf_driver::atmos_phy_sf_driver(), mod_atmos_phy_tb_driver::atmos_phy_tb_driver(), atmos_vars_diagnostics(), atmos_vars_history(), atmos_vars_history_setpres(), atmos_vars_monitor(), atmos_vars_restart_open(), atmos_vars_restart_read(), atmos_vars_setup(), and atmos_vars_total().
real(rp), dimension(:,:,:), pointer, public mod_atmos_vars::momz_av |
Definition at line 87 of file mod_atmos_vars.f90.
Referenced by mod_atmos_dyn_driver::atmos_dyn_driver(), mod_atmos_phy_ae_driver::atmos_phy_ae_driver(), mod_atmos_phy_cp_driver::atmos_phy_cp_driver(), mod_atmos_phy_mp_driver::atmos_phy_mp_driver(), mod_atmos_phy_tb_driver::atmos_phy_tb_driver(), atmos_vars_diagnostics(), atmos_vars_history(), atmos_vars_monitor(), atmos_vars_restart_open(), atmos_vars_restart_read(), atmos_vars_setup(), and atmos_vars_total().
real(rp), dimension(:,:,:), pointer, public mod_atmos_vars::momx_av |
Definition at line 88 of file mod_atmos_vars.f90.
Referenced by mod_atmos_dyn_driver::atmos_dyn_driver(), mod_atmos_phy_ae_driver::atmos_phy_ae_driver(), mod_atmos_phy_cp_driver::atmos_phy_cp_driver(), mod_atmos_phy_mp_driver::atmos_phy_mp_driver(), mod_atmos_phy_tb_driver::atmos_phy_tb_driver(), atmos_vars_diagnostics(), atmos_vars_history(), atmos_vars_monitor(), atmos_vars_restart_open(), atmos_vars_restart_read(), atmos_vars_setup(), and atmos_vars_total().
real(rp), dimension(:,:,:), pointer, public mod_atmos_vars::momy_av |
Definition at line 89 of file mod_atmos_vars.f90.
Referenced by mod_atmos_dyn_driver::atmos_dyn_driver(), mod_atmos_phy_ae_driver::atmos_phy_ae_driver(), mod_atmos_phy_cp_driver::atmos_phy_cp_driver(), mod_atmos_phy_mp_driver::atmos_phy_mp_driver(), mod_atmos_phy_tb_driver::atmos_phy_tb_driver(), atmos_vars_diagnostics(), atmos_vars_history(), atmos_vars_monitor(), atmos_vars_restart_open(), atmos_vars_restart_read(), atmos_vars_setup(), and atmos_vars_total().
real(rp), dimension(:,:,:), pointer, public mod_atmos_vars::rhot_av |
Definition at line 90 of file mod_atmos_vars.f90.
Referenced by mod_atmos_dyn_driver::atmos_dyn_driver(), mod_atmos_phy_ae_driver::atmos_phy_ae_driver(), mod_atmos_phy_cp_driver::atmos_phy_cp_driver(), mod_atmos_phy_mp_driver::atmos_phy_mp_driver(), mod_atmos_phy_rd_driver::atmos_phy_rd_driver(), mod_atmos_phy_sf_driver::atmos_phy_sf_driver(), mod_atmos_phy_tb_driver::atmos_phy_tb_driver(), atmos_vars_diagnostics(), atmos_vars_history(), atmos_vars_monitor(), atmos_vars_restart_open(), atmos_vars_restart_read(), atmos_vars_setup(), and atmos_vars_total().
real(rp), dimension(:,:,:,:), pointer, public mod_atmos_vars::qtrc_av |
Definition at line 91 of file mod_atmos_vars.f90.
Referenced by mod_atmos_dyn_driver::atmos_dyn_driver(), mod_atmos_phy_ae_driver::atmos_phy_ae_driver(), mod_atmos_phy_cp_driver::atmos_phy_cp_driver(), mod_atmos_phy_mp_driver::atmos_phy_mp_driver(), mod_atmos_phy_rd_driver::atmos_phy_rd_driver(), mod_atmos_phy_sf_driver::atmos_phy_sf_driver(), mod_atmos_phy_tb_driver::atmos_phy_tb_driver(), atmos_vars_diagnostics(), atmos_vars_history(), atmos_vars_monitor(), atmos_vars_restart_open(), atmos_vars_restart_read(), atmos_vars_setup(), and atmos_vars_total().
real(rp), dimension(:,:,:), allocatable, public mod_atmos_vars::dens_tp |
Definition at line 94 of file mod_atmos_vars.f90.
Referenced by mod_atmos_driver::atmos_driver(), mod_atmos_driver::atmos_driver_resume1(), mod_atmos_dyn_driver::atmos_dyn_driver(), mod_atmos_phy_cp_driver::atmos_phy_cp_driver(), mod_atmos_phy_mp_driver::atmos_phy_mp_driver(), mod_atmos_phy_sf_driver::atmos_phy_sf_driver(), and atmos_vars_setup().
real(rp), dimension(:,:,:), allocatable, public mod_atmos_vars::momz_tp |
Definition at line 95 of file mod_atmos_vars.f90.
Referenced by mod_atmos_driver::atmos_driver(), mod_atmos_driver::atmos_driver_resume1(), mod_atmos_dyn_driver::atmos_dyn_driver(), mod_atmos_phy_cp_driver::atmos_phy_cp_driver(), mod_atmos_phy_mp_driver::atmos_phy_mp_driver(), mod_atmos_phy_sf_driver::atmos_phy_sf_driver(), mod_atmos_phy_tb_driver::atmos_phy_tb_driver(), and atmos_vars_setup().
real(rp), dimension(:,:,:), allocatable, public mod_atmos_vars::momx_tp |
Definition at line 96 of file mod_atmos_vars.f90.
Referenced by mod_atmos_driver::atmos_driver(), mod_atmos_driver::atmos_driver_resume1(), mod_atmos_dyn_driver::atmos_dyn_driver(), mod_atmos_phy_cp_driver::atmos_phy_cp_driver(), mod_atmos_phy_mp_driver::atmos_phy_mp_driver(), mod_atmos_phy_sf_driver::atmos_phy_sf_driver(), mod_atmos_phy_tb_driver::atmos_phy_tb_driver(), and atmos_vars_setup().
real(rp), dimension(:,:,:), allocatable, public mod_atmos_vars::momy_tp |
Definition at line 97 of file mod_atmos_vars.f90.
Referenced by mod_atmos_driver::atmos_driver(), mod_atmos_driver::atmos_driver_resume1(), mod_atmos_dyn_driver::atmos_dyn_driver(), mod_atmos_phy_cp_driver::atmos_phy_cp_driver(), mod_atmos_phy_mp_driver::atmos_phy_mp_driver(), mod_atmos_phy_sf_driver::atmos_phy_sf_driver(), mod_atmos_phy_tb_driver::atmos_phy_tb_driver(), and atmos_vars_setup().
real(rp), dimension(:,:,:), allocatable, public mod_atmos_vars::rhot_tp |
Definition at line 98 of file mod_atmos_vars.f90.
Referenced by mod_atmos_driver::atmos_driver(), mod_atmos_driver::atmos_driver_resume1(), mod_atmos_dyn_driver::atmos_dyn_driver(), mod_atmos_phy_cp_driver::atmos_phy_cp_driver(), mod_atmos_phy_mp_driver::atmos_phy_mp_driver(), mod_atmos_phy_rd_driver::atmos_phy_rd_driver(), mod_atmos_phy_sf_driver::atmos_phy_sf_driver(), mod_atmos_phy_tb_driver::atmos_phy_tb_driver(), and atmos_vars_setup().
real(rp), dimension(:,:,:,:), allocatable, public mod_atmos_vars::rhoq_tp |
Definition at line 99 of file mod_atmos_vars.f90.
Referenced by mod_atmos_driver::atmos_driver(), mod_atmos_driver::atmos_driver_resume1(), mod_atmos_dyn_driver::atmos_dyn_driver(), mod_atmos_phy_ae_driver::atmos_phy_ae_driver(), mod_atmos_phy_ch_driver::atmos_phy_ch_driver(), mod_atmos_phy_cp_driver::atmos_phy_cp_driver(), mod_atmos_phy_mp_driver::atmos_phy_mp_driver(), mod_atmos_phy_sf_driver::atmos_phy_sf_driver(), mod_atmos_phy_tb_driver::atmos_phy_tb_driver(), and atmos_vars_setup().
real(rp), dimension(:,:,:), allocatable, public mod_atmos_vars::pott |
Definition at line 102 of file mod_atmos_vars.f90.
Referenced by atmos_vars_diagnostics(), atmos_vars_history(), and atmos_vars_setup().
real(rp), dimension(:,:,:), allocatable, public mod_atmos_vars::temp |
Definition at line 103 of file mod_atmos_vars.f90.
Referenced by mod_atmos_phy_mp_driver::atmos_phy_mp_driver(), mod_atmos_phy_rd_driver::atmos_phy_rd_driver(), mod_atmos_phy_sf_driver::atmos_phy_sf_driver(), mod_atmos_driver::atmos_surface_set(), atmos_vars_diagnostics(), atmos_vars_history(), atmos_vars_monitor(), atmos_vars_setup(), and atmos_vars_total().
real(rp), dimension(:,:,:), allocatable, public mod_atmos_vars::pres |
Definition at line 104 of file mod_atmos_vars.f90.
Referenced by mod_atmos_phy_rd_driver::atmos_phy_rd_driver(), mod_atmos_phy_sf_driver::atmos_phy_sf_driver(), mod_atmos_driver::atmos_surface_set(), atmos_vars_diagnostics(), atmos_vars_history(), atmos_vars_history_setpres(), atmos_vars_setup(), and atmos_vars_total().
real(rp), dimension(:,:,:), allocatable, public mod_atmos_vars::phyd |
Definition at line 105 of file mod_atmos_vars.f90.
Referenced by atmos_vars_diagnostics(), atmos_vars_history_setpres(), and atmos_vars_setup().
real(rp), dimension (:,:,:), allocatable, public mod_atmos_vars::w |
Definition at line 106 of file mod_atmos_vars.f90.
Referenced by mod_atmos_phy_sf_driver::atmos_phy_sf_driver(), mod_atmos_driver::atmos_surface_set(), atmos_vars_diagnostics(), atmos_vars_history(), atmos_vars_monitor(), atmos_vars_setup(), and atmos_vars_total().
real(rp), dimension (:,:,:), allocatable, public mod_atmos_vars::u |
Definition at line 107 of file mod_atmos_vars.f90.
Referenced by mod_atmos_phy_sf_driver::atmos_phy_sf_driver(), mod_atmos_driver::atmos_surface_set(), atmos_vars_diagnostics(), atmos_vars_history(), atmos_vars_monitor(), atmos_vars_setup(), and atmos_vars_total().
real(rp), dimension (:,:,:), allocatable, public mod_atmos_vars::v |
Definition at line 108 of file mod_atmos_vars.f90.
Referenced by mod_atmos_phy_sf_driver::atmos_phy_sf_driver(), mod_atmos_driver::atmos_surface_set(), atmos_vars_diagnostics(), atmos_vars_history(), atmos_vars_monitor(), atmos_vars_setup(), and atmos_vars_total().
real(rp), dimension (:,:,:), allocatable, public mod_atmos_vars::n2 |
Definition at line 109 of file mod_atmos_vars.f90.
Referenced by mod_atmos_phy_tb_driver::atmos_phy_tb_driver(), atmos_vars_diagnostics(), atmos_vars_history(), and atmos_vars_setup().