MPAS-JEDI
mpas2ufo_vars_mod Module Reference

Functions/Subroutines

integer function, public convert_type_soil (type_in)
 
integer function, public convert_type_veg (type_in)
 
elemental subroutine, public w_to_q (mixing_ratio, specific_humidity)
 
elemental subroutine, public q_to_w (specific_humidity, mixing_ratio)
 
elemental subroutine, public q_to_w_tl (specific_humidity_tl, sh_traj, mixing_ratio_tl)
 
elemental subroutine, public q_to_w_ad (specific_humidity_ad, sh_traj, mixing_ratio_ad)
 
elemental subroutine, public tw_to_tv (temperature, mixing_ratio, virtual_temperature)
 
elemental subroutine, public tw_to_tv_tl (temperature_tl, mixing_ratio_tl, t_traj, m_traj, virtual_temperature_tl)
 
elemental subroutine, public tw_to_tv_ad (temperature_ad, mixing_ratio_ad, t_traj, m_traj, virtual_temperature_ad)
 
elemental subroutine, public theta_to_temp (theta, pressure, temperature)
 
subroutine, public pressure_half_to_full (pressure, zgrid, surface_pressure, nC, nV, pressure_f)
 
subroutine, public hydrostatic_balance (ncells, nlevels, zw, t, qv, ps, p, rho, theta)
 
subroutine, public geometricz_full_to_half (zgrid_f, nC, nV, zgrid)
 
subroutine, public q_fields_forward (mqName, modelFields, qGeo, plevels, nCells, nVertLevels)
 
subroutine, public q_fields_tl (mqName, modelFields_tl, qGeo_tl, plevels, nCells, nVertLevels)
 
subroutine, public q_fields_ad (mqName, modelFields_ad, qGeo_ad, plevels, nCells, nVertLevels)
 
real(kind=kind_real) function wgamma (y)
 
real(kind=kind_real) function gammln (xx)
 
subroutine, public effectrad_rainwater (qr, rho, nr, re_qr, mp_scheme, ngrid, nVertLevels)
 
subroutine, public effectrad_graupel (qg, rho, re_qg, mp_scheme, ngrid, nVertLevels)
 

Variables

integer, parameter max_string =8000
 
character(max_stringmessage
 

Function/Subroutine Documentation

◆ convert_type_soil()

integer function, public mpas2ufo_vars_mod::convert_type_soil ( integer, intent(in)  type_in)

Definition at line 85 of file mpas2ufo_vars_mod.F90.

Here is the caller graph for this function:

◆ convert_type_veg()

integer function, public mpas2ufo_vars_mod::convert_type_veg ( integer, intent(in)  type_in)

Definition at line 107 of file mpas2ufo_vars_mod.F90.

Here is the caller graph for this function:

◆ effectrad_graupel()

subroutine, public mpas2ufo_vars_mod::effectrad_graupel ( real(kind=kind_real), dimension( nvertlevels, ngrid ), intent(in)  qg,
real(kind=kind_real), dimension( nvertlevels, ngrid ), intent(in)  rho,
real(kind=kind_real), dimension( nvertlevels, ngrid ), intent(out)  re_qg,
character (len=strkind), intent(in)  mp_scheme,
integer, intent(in)  ngrid,
integer, intent(in)  nVertLevels 
)

Definition at line 640 of file mpas2ufo_vars_mod.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ effectrad_rainwater()

subroutine, public mpas2ufo_vars_mod::effectrad_rainwater ( real(kind=kind_real), dimension( nvertlevels, ngrid ), intent(in)  qr,
real(kind=kind_real), dimension( nvertlevels, ngrid ), intent(in)  rho,
real(kind=kind_real), dimension( nvertlevels, ngrid ), intent(in)  nr,
real(kind=kind_real), dimension( nvertlevels, ngrid ), intent(out)  re_qr,
character(len=strkind), intent(in)  mp_scheme,
integer, intent(in)  ngrid,
integer, intent(in)  nVertLevels 
)

Definition at line 563 of file mpas2ufo_vars_mod.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ gammln()

real (kind=kind_real) function mpas2ufo_vars_mod::gammln ( real (kind=kind_real), intent(in)  xx)
private

Definition at line 539 of file mpas2ufo_vars_mod.F90.

Here is the caller graph for this function:

◆ geometricz_full_to_half()

subroutine, public mpas2ufo_vars_mod::geometricz_full_to_half ( real (kind=kind_real), dimension(nv+1,nc), intent(in)  zgrid_f,
integer, intent(in)  nC,
integer, intent(in)  nV,
real (kind=kind_real), dimension(nv,nc), intent(out)  zgrid 
)

Definition at line 431 of file mpas2ufo_vars_mod.F90.

Here is the caller graph for this function:

◆ hydrostatic_balance()

subroutine, public mpas2ufo_vars_mod::hydrostatic_balance ( integer, intent(in)  ncells,
integer, intent(in)  nlevels,
real (kind=kind_real), dimension(nlevels+1,ncells), intent(in)  zw,
real (kind=kind_real), dimension(nlevels,ncells), intent(in)  t,
real (kind=kind_real), dimension(nlevels,ncells), intent(in)  qv,
real (kind=kind_real), dimension(ncells), intent(in)  ps,
real (kind=kind_real), dimension(nlevels,ncells), intent(out)  p,
real (kind=kind_real), dimension(nlevels,ncells), intent(out)  rho,
real (kind=kind_real), dimension(nlevels,ncells), intent(out)  theta 
)

Definition at line 340 of file mpas2ufo_vars_mod.F90.

Here is the caller graph for this function:

◆ pressure_half_to_full()

subroutine, public mpas2ufo_vars_mod::pressure_half_to_full ( real (kind=kind_real), dimension(nv,nc), intent(in)  pressure,
real (kind=kind_real), dimension(nv+1,nc), intent(in)  zgrid,
real (kind=kind_real), dimension(nc), intent(in)  surface_pressure,
integer, intent(in)  nC,
integer, intent(in)  nV,
real (kind=kind_real), dimension(nv+1,nc), intent(out)  pressure_f 
)

Definition at line 294 of file mpas2ufo_vars_mod.F90.

Here is the caller graph for this function:

◆ q_fields_ad()

subroutine, public mpas2ufo_vars_mod::q_fields_ad ( character (len=*), intent(in)  mqName,
type (mpas_pool_type), intent(inout), pointer  modelFields_ad,
type (field2dreal), intent(in), pointer  qGeo_ad,
real (kind=kind_real), dimension(nvertlevels+1,ncells), intent(in)  plevels,
integer, intent(in)  nCells,
integer, intent(in)  nVertLevels 
)
Parameters
[in,out]modelfields_admodel state fields
[in]qgeo_adgeovar q field
[in]ncellsnumber of grid cells

Definition at line 506 of file mpas2ufo_vars_mod.F90.

Here is the caller graph for this function:

◆ q_fields_forward()

subroutine, public mpas2ufo_vars_mod::q_fields_forward ( character (len=*), intent(in)  mqName,
type (mpas_pool_type), intent(in), pointer  modelFields,
type (field2dreal), intent(inout), pointer  qGeo,
real (kind=kind_real), dimension(nvertlevels+1,ncells), intent(in)  plevels,
integer, intent(in)  nCells,
integer, intent(in)  nVertLevels 
)
Parameters
[in]modelfieldsmodel state fields
[in,out]qgeogeovar q field
[in]ncellsnumber of grid cells

Definition at line 446 of file mpas2ufo_vars_mod.F90.

Here is the caller graph for this function:

◆ q_fields_tl()

subroutine, public mpas2ufo_vars_mod::q_fields_tl ( character (len=*), intent(in)  mqName,
type (mpas_pool_type), intent(in), pointer  modelFields_tl,
type (field2dreal), intent(inout), pointer  qGeo_tl,
real (kind=kind_real), dimension(nvertlevels+1,ncells), intent(in)  plevels,
integer, intent(in)  nCells,
integer, intent(in)  nVertLevels 
)
Parameters
[in]modelfields_tlmodel state fields
[in,out]qgeo_tlgeovar q field
[in]ncellsnumber of grid cells

Definition at line 481 of file mpas2ufo_vars_mod.F90.

Here is the caller graph for this function:

◆ q_to_w()

elemental subroutine, public mpas2ufo_vars_mod::q_to_w ( real (kind=kind_real), intent(in)  specific_humidity,
real (kind=kind_real), intent(out)  mixing_ratio 
)

Definition at line 198 of file mpas2ufo_vars_mod.F90.

Here is the caller graph for this function:

◆ q_to_w_ad()

elemental subroutine, public mpas2ufo_vars_mod::q_to_w_ad ( real (kind=kind_real), intent(inout)  specific_humidity_ad,
real (kind=kind_real), intent(in)  sh_traj,
real (kind=kind_real), intent(in)  mixing_ratio_ad 
)

Definition at line 215 of file mpas2ufo_vars_mod.F90.

Here is the caller graph for this function:

◆ q_to_w_tl()

elemental subroutine, public mpas2ufo_vars_mod::q_to_w_tl ( real (kind=kind_real), intent(in)  specific_humidity_tl,
real (kind=kind_real), intent(in)  sh_traj,
real (kind=kind_real), intent(out)  mixing_ratio_tl 
)

Definition at line 206 of file mpas2ufo_vars_mod.F90.

Here is the caller graph for this function:

◆ theta_to_temp()

elemental subroutine, public mpas2ufo_vars_mod::theta_to_temp ( real (kind=kind_real), intent(in)  theta,
real (kind=kind_real), intent(in)  pressure,
real (kind=kind_real), intent(out)  temperature 
)

Definition at line 262 of file mpas2ufo_vars_mod.F90.

Here is the caller graph for this function:

◆ tw_to_tv()

elemental subroutine, public mpas2ufo_vars_mod::tw_to_tv ( real (kind=kind_real), intent(in)  temperature,
real (kind=kind_real), intent(in)  mixing_ratio,
real (kind=kind_real), intent(out)  virtual_temperature 
)

Definition at line 225 of file mpas2ufo_vars_mod.F90.

Here is the caller graph for this function:

◆ tw_to_tv_ad()

elemental subroutine, public mpas2ufo_vars_mod::tw_to_tv_ad ( real (kind=kind_real), intent(inout)  temperature_ad,
real (kind=kind_real), intent(inout)  mixing_ratio_ad,
real (kind=kind_real), intent(in)  t_traj,
real (kind=kind_real), intent(in)  m_traj,
real (kind=kind_real), intent(in)  virtual_temperature_ad 
)

Definition at line 248 of file mpas2ufo_vars_mod.F90.

Here is the caller graph for this function:

◆ tw_to_tv_tl()

elemental subroutine, public mpas2ufo_vars_mod::tw_to_tv_tl ( real (kind=kind_real), intent(in)  temperature_tl,
real (kind=kind_real), intent(in)  mixing_ratio_tl,
real (kind=kind_real), intent(in)  t_traj,
real (kind=kind_real), intent(in)  m_traj,
real (kind=kind_real), intent(out)  virtual_temperature_tl 
)

Definition at line 235 of file mpas2ufo_vars_mod.F90.

Here is the caller graph for this function:

◆ w_to_q()

elemental subroutine, public mpas2ufo_vars_mod::w_to_q ( real (kind=kind_real), intent(in)  mixing_ratio,
real (kind=kind_real), intent(out)  specific_humidity 
)

Definition at line 190 of file mpas2ufo_vars_mod.F90.

Here is the caller graph for this function:

◆ wgamma()

real (kind=kind_real) function mpas2ufo_vars_mod::wgamma ( real (kind=kind_real), intent(in)  y)
private

Definition at line 531 of file mpas2ufo_vars_mod.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ max_string

integer, parameter mpas2ufo_vars_mod::max_string =8000
private

Definition at line 77 of file mpas2ufo_vars_mod.F90.

◆ message

character(max_string) mpas2ufo_vars_mod::message
private

Definition at line 78 of file mpas2ufo_vars_mod.F90.