CAM
mo_mass_xforms Module Reference

Functions/Subroutines

subroutine, public init_mass_xforms
 
subroutine, public mmr2vmr (mmr, vmr, mbar, ncol)
 
subroutine, public mmr2vmri (mmr, vmr, mbar, mi, ncol)
 
subroutine, public vmr2mmr (vmr, mmr, mbar, ncol)
 
subroutine, public vmr2mmri (vmr, mmr, mbar, mi, ncol)
 
subroutine, public h2o_to_vmr (h2o_mmr, h2o_vmr, mbar, ncol)
 
subroutine, public h2o_to_mmr (h2o_vmr, h2o_mmr, mbar, ncol)
 

Variables

real(r8) adv_mass_h2o = 18._r8
 

Function/Subroutine Documentation

◆ h2o_to_mmr()

subroutine, public mo_mass_xforms::h2o_to_mmr ( real(r8), dimension(ncol,pver), intent(in)  h2o_vmr,
real(r8), dimension(pcols,pver), intent(out)  h2o_mmr,
real(r8), dimension(ncol,pver), intent(in)  mbar,
integer, intent(in)  ncol 
)

◆ h2o_to_vmr()

subroutine, public mo_mass_xforms::h2o_to_vmr ( real(r8), dimension(pcols,pver), intent(in)  h2o_mmr,
real(r8), dimension(ncol,pver), intent(out)  h2o_vmr,
real(r8), dimension(ncol,pver), intent(in)  mbar,
integer, intent(in)  ncol 
)
Here is the caller graph for this function:

◆ init_mass_xforms()

subroutine, public mo_mass_xforms::init_mass_xforms ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ mmr2vmr()

subroutine, public mo_mass_xforms::mmr2vmr ( real(r8), dimension(pcols,pver,gas_pcnst), intent(in)  mmr,
real(r8), dimension(ncol,pver,gas_pcnst), intent(inout)  vmr,
real(r8), dimension(ncol,pver), intent(in)  mbar,
integer, intent(in)  ncol 
)
Here is the caller graph for this function:

◆ mmr2vmri()

subroutine, public mo_mass_xforms::mmr2vmri ( real(r8), dimension(:,:), intent(in)  mmr,
real(r8), dimension(:,:), intent(inout)  vmr,
real(r8), dimension(:,:), intent(in)  mbar,
real(r8), intent(in)  mi,
integer, intent(in)  ncol 
)
Here is the caller graph for this function:

◆ vmr2mmr()

subroutine, public mo_mass_xforms::vmr2mmr ( real(r8), dimension(ncol,pver,gas_pcnst), intent(in)  vmr,
real(r8), dimension(pcols,pver,gas_pcnst), intent(inout)  mmr,
real(r8), dimension(ncol,pver), intent(in)  mbar,
integer, intent(in)  ncol 
)
Here is the caller graph for this function:

◆ vmr2mmri()

subroutine, public mo_mass_xforms::vmr2mmri ( real(r8), dimension(ncol,pver), intent(in)  vmr,
real(r8), dimension(pcols,pver), intent(inout)  mmr,
real(r8), dimension(ncol,pver), intent(in)  mbar,
real(r8), intent(in)  mi,
integer, intent(in)  ncol 
)

Variable Documentation

◆ adv_mass_h2o

real(r8) mo_mass_xforms::adv_mass_h2o = 18._r8
private