SCALE-RM
|
module atmosphere / diagnostic More...
Functions/Subroutines | |
subroutine, public | atmos_diagnostic_get_therm_rhot (KA, KS, KE, IA, IS, IE, JA, JS, JE, DENS, RHOT, Rtot, CVtot, CPtot, POTT, TEMP, PRES, EXNER) |
ATMOS_DIAGNOSTIC_get_therm_rhot potential temperature, temperature, pressure. More... | |
subroutine, public | atmos_diagnostic_get_therm_rhoe (KA, KS, KE, IA, IS, IE, JA, JS, JE, DENS, RHOE, Rtot, CPtot, CVtot, TEMP, POTT, PRES, EXNER) |
ATMOS_DIAGNOSTIC_get_therm_rhoe potential temperature, temperature, pressure. More... | |
subroutine, public | atmos_diagnostic_get_phyd (KA, KS, KE, IA, IS, IE, JA, JS, JE, DENS, PRES, CZ, FZ, PHYD, PHYDH) |
ATMOS_DIAGNOSTIC_get_phyd hydrostatic pressure. More... | |
subroutine, public | atmos_diagnostic_get_n2 (KA, KS, KE, IA, IS, IE, JA, JS, JE, POTT, Rtot, CZ, N2) |
ATMOS_DIAGNOSTIC_get_n2 N^2. More... | |
subroutine, public | atmos_diagnostic_get_potv (KA, KS, KE, IA, IS, IE, JA, JS, JE, POTT, Rtot, POTV) |
ATMOS_DIAGNOSTIC_get_potv virtual potential temperature. More... | |
subroutine, public | atmos_diagnostic_get_teml (KA, KS, KE, IA, IS, IE, JA, JS, JE, TEMP, LHV, LHS, QC, QI, CPtot, TEML) |
ATMOS_DIAGNOSTIC_get_teml liqued water temperature. More... | |
module atmosphere / diagnostic
subroutine, public scale_atmos_diagnostic::atmos_diagnostic_get_therm_rhot | ( | integer, intent(in) | KA, |
integer, intent(in) | KS, | ||
integer, intent(in) | KE, | ||
integer, intent(in) | IA, | ||
integer, intent(in) | IS, | ||
integer, intent(in) | IE, | ||
integer, intent(in) | JA, | ||
integer, intent(in) | JS, | ||
integer, intent(in) | JE, | ||
real(rp), dimension (ka,ia,ja), intent(in) | DENS, | ||
real(rp), dimension (ka,ia,ja), intent(in) | RHOT, | ||
real(rp), dimension (ka,ia,ja), intent(in) | Rtot, | ||
real(rp), dimension(ka,ia,ja), intent(in) | CVtot, | ||
real(rp), dimension(ka,ia,ja), intent(in) | CPtot, | ||
real(rp), dimension (ka,ia,ja), intent(out) | POTT, | ||
real(rp), dimension (ka,ia,ja), intent(out) | TEMP, | ||
real(rp), dimension (ka,ia,ja), intent(out) | PRES, | ||
real(rp), dimension(ka,ia,ja), intent(out) | EXNER | ||
) |
ATMOS_DIAGNOSTIC_get_therm_rhot potential temperature, temperature, pressure.
Definition at line 59 of file scale_atmos_diagnostic.F90.
Referenced by mod_atmos_vars::atmos_vars_calc_diagnostics().
subroutine, public scale_atmos_diagnostic::atmos_diagnostic_get_therm_rhoe | ( | integer, intent(in) | KA, |
integer, intent(in) | KS, | ||
integer, intent(in) | KE, | ||
integer, intent(in) | IA, | ||
integer, intent(in) | IS, | ||
integer, intent(in) | IE, | ||
integer, intent(in) | JA, | ||
integer, intent(in) | JS, | ||
integer, intent(in) | JE, | ||
real(rp), dimension (ka,ia,ja), intent(in) | DENS, | ||
real(rp), dimension (ka,ia,ja), intent(in) | RHOE, | ||
real(rp), dimension (ka,ia,ja), intent(in) | Rtot, | ||
real(rp), dimension(ka,ia,ja), intent(in) | CPtot, | ||
real(rp), dimension(ka,ia,ja), intent(in) | CVtot, | ||
real(rp), dimension (ka,ia,ja), intent(out) | TEMP, | ||
real(rp), dimension (ka,ia,ja), intent(out) | POTT, | ||
real(rp), dimension (ka,ia,ja), intent(out) | PRES, | ||
real(rp), dimension(ka,ia,ja), intent(out) | EXNER | ||
) |
ATMOS_DIAGNOSTIC_get_therm_rhoe potential temperature, temperature, pressure.
Definition at line 110 of file scale_atmos_diagnostic.F90.
References scale_const::const_pre00.
subroutine, public scale_atmos_diagnostic::atmos_diagnostic_get_phyd | ( | integer, intent(in) | KA, |
integer, intent(in) | KS, | ||
integer, intent(in) | KE, | ||
integer, intent(in) | IA, | ||
integer, intent(in) | IS, | ||
integer, intent(in) | IE, | ||
integer, intent(in) | JA, | ||
integer, intent(in) | JS, | ||
integer, intent(in) | JE, | ||
real(rp), dimension ( ka,ia,ja), intent(in) | DENS, | ||
real(rp), dimension ( ka,ia,ja), intent(in) | PRES, | ||
real(rp), dimension ( ka,ia,ja), intent(in) | CZ, | ||
real(rp), dimension (0:ka,ia,ja), intent(in) | FZ, | ||
real(rp), dimension ( ka,ia,ja), intent(out) | PHYD, | ||
real(rp), dimension(0:ka,ia,ja), intent(out) | PHYDH | ||
) |
ATMOS_DIAGNOSTIC_get_phyd hydrostatic pressure.
Definition at line 157 of file scale_atmos_diagnostic.F90.
References scale_const::const_grav.
Referenced by mod_atmos_vars::atmos_vars_calc_diagnostics().
subroutine, public scale_atmos_diagnostic::atmos_diagnostic_get_n2 | ( | integer, intent(in) | KA, |
integer, intent(in) | KS, | ||
integer, intent(in) | KE, | ||
integer, intent(in) | IA, | ||
integer, intent(in) | IS, | ||
integer, intent(in) | IE, | ||
integer, intent(in) | JA, | ||
integer, intent(in) | JS, | ||
integer, intent(in) | JE, | ||
real(rp), dimension(ka,ia,ja), intent(in) | POTT, | ||
real(rp), dimension(ka,ia,ja), intent(in) | Rtot, | ||
real(rp), dimension(ka,ia,ja), intent(in) | CZ, | ||
real(rp), dimension (ka,ia,ja), intent(out) | N2 | ||
) |
ATMOS_DIAGNOSTIC_get_n2 N^2.
Definition at line 204 of file scale_atmos_diagnostic.F90.
References scale_const::const_grav.
Referenced by mod_atmos_vars::atmos_vars_get_diagnostic_3d().
subroutine, public scale_atmos_diagnostic::atmos_diagnostic_get_potv | ( | integer, intent(in) | KA, |
integer, intent(in) | KS, | ||
integer, intent(in) | KE, | ||
integer, intent(in) | IA, | ||
integer, intent(in) | IS, | ||
integer, intent(in) | IE, | ||
integer, intent(in) | JA, | ||
integer, intent(in) | JS, | ||
integer, intent(in) | JE, | ||
real(rp), dimension(ka,ia,ja), intent(in) | POTT, | ||
real(rp), dimension(ka,ia,ja), intent(in) | Rtot, | ||
real(rp), dimension(ka,ia,ja), intent(out) | POTV | ||
) |
ATMOS_DIAGNOSTIC_get_potv virtual potential temperature.
Definition at line 255 of file scale_atmos_diagnostic.F90.
References scale_const::const_rdry.
Referenced by mod_atmos_vars::atmos_vars_get_diagnostic_3d().
subroutine, public scale_atmos_diagnostic::atmos_diagnostic_get_teml | ( | integer, intent(in) | KA, |
integer, intent(in) | KS, | ||
integer, intent(in) | KE, | ||
integer, intent(in) | IA, | ||
integer, intent(in) | IS, | ||
integer, intent(in) | IE, | ||
integer, intent(in) | JA, | ||
integer, intent(in) | JS, | ||
integer, intent(in) | JE, | ||
real(rp), dimension (ka,ia,ja), intent(in) | TEMP, | ||
real(rp), dimension (ka,ia,ja), intent(in) | LHV, | ||
real(rp), dimension (ka,ia,ja), intent(in) | LHS, | ||
real(rp), dimension (ka,ia,ja), intent(in) | QC, | ||
real(rp), dimension (ka,ia,ja), intent(in) | QI, | ||
real(rp), dimension(ka,ia,ja), intent(in) | CPtot, | ||
real(rp), dimension(ka,ia,ja), intent(out) | TEML | ||
) |
ATMOS_DIAGNOSTIC_get_teml liqued water temperature.
Definition at line 298 of file scale_atmos_diagnostic.F90.
Referenced by mod_atmos_vars::atmos_vars_get_diagnostic_3d().