MPAS-JEDI
mpasjedi_linvarcha_c2a_mod Module Reference

Data Types

type  mpasjedi_linvarcha_c2a
 Fortran derived type to hold configuration data for the B mat variable change. More...
 

Functions/Subroutines

subroutine create (self, geom, bg, fg, f_conf, vars)
 
subroutine delete (self)
 
subroutine multiply (self, geom, xctl, xana)
 
subroutine multiplyadjoint (self, geom, xana, xctl)
 
subroutine multiplyinverse (self, geom, xana, xctl)
 
subroutine multiplyinverseadjoint (self, geom, xctl, xana)
 
subroutine mpas_reconstruct_2dad (meshPool, u, uReconstructX, uReconstructY, uReconstructZ, uReconstructZonal, uReconstructMeridional, includeHalos)
 
subroutine mpas_reconstruct_1dad (meshPool, u, uReconstructX, uReconstructY, uReconstructZ, uReconstructZonal, uReconstructMeridional, includeHalos)
 
subroutine psichi_to_uv_center (geom, psi, chi, u, v)
 
subroutine psichi_to_uv_centerad (geom, psi, chi, u, v)
 
subroutine psichi_to_uv_edge_step1 (geom, psi, psi_v)
 
subroutine psichi_to_uv_edge_step2 (geom, psi_v, chi, edge_normal_wind)
 
subroutine psichi_to_uv_edge_step3 (geom, edge_normal_wind, u, v)
 
subroutine psichi_to_uv_edge_step1ad (geom, psi, psi_v)
 
subroutine psichi_to_uv_edge_step2ad (geom, psi_v, chi, edge_normal_wind)
 
subroutine psichi_to_uv_edge_step3ad (geom, edge_normal_wind, u, v)
 
elemental subroutine pseudorh_to_spechum (pseudorh, spechum, saturation_spechum)
 
elemental subroutine pseudorh_to_spechumad (pseudorh, spechum, saturation_spechum)
 
elemental subroutine pseudorh_to_spechum_inverse (pseudorh, spechum, saturation_spechum)
 
elemental subroutine pseudorh_to_spechum_inversead (pseudorh, spechum, saturation_spechum)
 
elemental subroutine da_tp_to_qs (t, p, qs)
 

Variables

character(len=1024) message
 

Function/Subroutine Documentation

◆ create()

subroutine mpasjedi_linvarcha_c2a_mod::create ( class(mpasjedi_linvarcha_c2a), intent(inout)  self,
type(mpas_geom), intent(in)  geom,
type(mpas_fields), intent(in), target  bg,
type(mpas_fields), intent(in), target  fg,
type(fckit_configuration), intent(in)  f_conf,
type(oops_variables), intent(in)  vars 
)
private

Definition at line 50 of file mpasjedi_linvarcha_c2a_mod.F90.

Here is the call graph for this function:

◆ da_tp_to_qs()

elemental subroutine mpasjedi_linvarcha_c2a_mod::da_tp_to_qs ( real (kind=kind_real), intent(in)  t,
real (kind=kind_real), intent(in)  p,
real (kind=kind_real), intent(out)  qs 
)
private

Definition at line 918 of file mpasjedi_linvarcha_c2a_mod.F90.

Here is the caller graph for this function:

◆ delete()

subroutine mpasjedi_linvarcha_c2a_mod::delete ( class(mpasjedi_linvarcha_c2a), intent(inout)  self)
private

Definition at line 87 of file mpasjedi_linvarcha_c2a_mod.F90.

◆ mpas_reconstruct_1dad()

subroutine mpasjedi_linvarcha_c2a_mod::mpas_reconstruct_1dad ( type (mpas_pool_type), intent(in)  meshPool,
real (kind=rkind), dimension(:), intent(inout)  u,
real (kind=rkind), dimension(:), intent(inout)  uReconstructX,
real (kind=rkind), dimension(:), intent(inout)  uReconstructY,
real (kind=rkind), dimension(:), intent(inout)  uReconstructZ,
real (kind=rkind), dimension(:), intent(inout)  uReconstructZonal,
real (kind=rkind), dimension(:), intent(inout)  uReconstructMeridional,
logical, intent(in), optional  includeHalos 
)
private
Parameters
[in]meshpoolInput: Mesh information
[in,out]uInput: Velocity field on edges
[in,out]ureconstructxOutput: X Component of velocity reconstructed to cell centers
[in,out]ureconstructyOutput: Y Component of velocity reconstructed to cell centers
[in,out]ureconstructzOutput: Z Component of velocity reconstructed to cell centers
[in,out]ureconstructzonalOutput: Zonal Component of velocity reconstructed to cell centers
[in,out]ureconstructmeridionalOutput: Meridional Component of velocity reconstructed to cell centers
[in]includehalosInput: Optional logical that allows reconstruction over halo regions

Definition at line 521 of file mpasjedi_linvarcha_c2a_mod.F90.

◆ mpas_reconstruct_2dad()

subroutine mpasjedi_linvarcha_c2a_mod::mpas_reconstruct_2dad ( type (mpas_pool_type), intent(in)  meshPool,
real (kind=rkind), dimension(:,:), intent(inout)  u,
real (kind=rkind), dimension(:,:), intent(inout)  uReconstructX,
real (kind=rkind), dimension(:,:), intent(inout)  uReconstructY,
real (kind=rkind), dimension(:,:), intent(inout)  uReconstructZ,
real (kind=rkind), dimension(:,:), intent(inout)  uReconstructZonal,
real (kind=rkind), dimension(:,:), intent(inout)  uReconstructMeridional,
logical, intent(in), optional  includeHalos 
)
private
Parameters
[in]meshpoolInput: Mesh information
[in,out]uInput: Velocity field on edges
[in,out]ureconstructxOutput: X Component of velocity reconstructed to cell centers
[in,out]ureconstructyOutput: Y Component of velocity reconstructed to cell centers
[in,out]ureconstructzOutput: Z Component of velocity reconstructed to cell centers
[in,out]ureconstructzonalOutput: Zonal Component of velocity reconstructed to cell centers
[in,out]ureconstructmeridionalOutput: Meridional Component of velocity reconstructed to cell centers
[in]includehalosInput: Optional logical that allows reconstruction over halo regions

Definition at line 428 of file mpasjedi_linvarcha_c2a_mod.F90.

Here is the caller graph for this function:

◆ multiply()

subroutine mpasjedi_linvarcha_c2a_mod::multiply ( class(mpasjedi_linvarcha_c2a), intent(inout)  self,
type(mpas_geom), intent(inout)  geom,
type(mpas_fields), intent(inout)  xctl,
type(mpas_fields), intent(inout)  xana 
)
private

Definition at line 100 of file mpasjedi_linvarcha_c2a_mod.F90.

Here is the call graph for this function:

◆ multiplyadjoint()

subroutine mpasjedi_linvarcha_c2a_mod::multiplyadjoint ( class(mpasjedi_linvarcha_c2a), intent(inout)  self,
type(mpas_geom), intent(inout)  geom,
type(mpas_fields), intent(inout)  xana,
type(mpas_fields), intent(inout)  xctl 
)
private

Definition at line 192 of file mpasjedi_linvarcha_c2a_mod.F90.

Here is the call graph for this function:

◆ multiplyinverse()

subroutine mpasjedi_linvarcha_c2a_mod::multiplyinverse ( class(mpasjedi_linvarcha_c2a), intent(inout)  self,
type(mpas_geom), intent(inout)  geom,
type(mpas_fields), intent(inout)  xana,
type(mpas_fields), intent(inout)  xctl 
)
private

Definition at line 288 of file mpasjedi_linvarcha_c2a_mod.F90.

Here is the call graph for this function:

◆ multiplyinverseadjoint()

subroutine mpasjedi_linvarcha_c2a_mod::multiplyinverseadjoint ( class(mpasjedi_linvarcha_c2a), intent(inout)  self,
type(mpas_geom), intent(inout)  geom,
type(mpas_fields), intent(inout)  xctl,
type(mpas_fields), intent(inout)  xana 
)
private

Definition at line 355 of file mpasjedi_linvarcha_c2a_mod.F90.

Here is the call graph for this function:

◆ pseudorh_to_spechum()

elemental subroutine mpasjedi_linvarcha_c2a_mod::pseudorh_to_spechum ( real (kind=kind_real), intent(in)  pseudorh,
real (kind=kind_real), intent(out)  spechum,
real (kind=kind_real), intent(in)  saturation_spechum 
)

Definition at line 872 of file mpasjedi_linvarcha_c2a_mod.F90.

Here is the caller graph for this function:

◆ pseudorh_to_spechum_inverse()

elemental subroutine mpasjedi_linvarcha_c2a_mod::pseudorh_to_spechum_inverse ( real (kind=kind_real), intent(out)  pseudorh,
real (kind=kind_real), intent(in)  spechum,
real (kind=kind_real), intent(in)  saturation_spechum 
)
private

Definition at line 895 of file mpasjedi_linvarcha_c2a_mod.F90.

Here is the caller graph for this function:

◆ pseudorh_to_spechum_inversead()

elemental subroutine mpasjedi_linvarcha_c2a_mod::pseudorh_to_spechum_inversead ( real (kind=kind_real), intent(inout)  pseudorh,
real (kind=kind_real), intent(inout)  spechum,
real (kind=kind_real), intent(in)  saturation_spechum 
)
private

Definition at line 906 of file mpasjedi_linvarcha_c2a_mod.F90.

Here is the caller graph for this function:

◆ pseudorh_to_spechumad()

elemental subroutine mpasjedi_linvarcha_c2a_mod::pseudorh_to_spechumad ( real (kind=kind_real), intent(inout)  pseudorh,
real (kind=kind_real), intent(inout)  spechum,
real (kind=kind_real), intent(in)  saturation_spechum 
)
private

Definition at line 883 of file mpasjedi_linvarcha_c2a_mod.F90.

Here is the caller graph for this function:

◆ psichi_to_uv_center()

subroutine mpasjedi_linvarcha_c2a_mod::psichi_to_uv_center ( type (mpas_geom), intent(in)  geom,
real (kind=kind_real), dimension(geom%nvertlevels,geom%ncells), intent(in)  psi,
real (kind=kind_real), dimension(geom%nvertlevels,geom%ncells), intent(in)  chi,
real (kind=kind_real), dimension(geom%nvertlevels,geom%ncells), intent(out)  u,
real (kind=kind_real), dimension(geom%nvertlevels,geom%ncells), intent(out)  v 
)
private
Parameters
[in]geomgeometry

Definition at line 615 of file mpasjedi_linvarcha_c2a_mod.F90.

◆ psichi_to_uv_centerad()

subroutine mpasjedi_linvarcha_c2a_mod::psichi_to_uv_centerad ( type (mpas_geom), intent(in)  geom,
real (kind=kind_real), dimension(geom%nvertlevels,geom%ncells), intent(inout)  psi,
real (kind=kind_real), dimension(geom%nvertlevels,geom%ncells), intent(inout)  chi,
real (kind=kind_real), dimension(geom%nvertlevels,geom%ncells), intent(inout)  u,
real (kind=kind_real), dimension(geom%nvertlevels,geom%ncells), intent(inout)  v 
)
private
Parameters
[in]geomgeometry

Definition at line 658 of file mpasjedi_linvarcha_c2a_mod.F90.

◆ psichi_to_uv_edge_step1()

subroutine mpasjedi_linvarcha_c2a_mod::psichi_to_uv_edge_step1 ( type (mpas_geom), intent(in)  geom,
real (kind=kind_real), dimension(geom%nvertlevels,geom%ncells), intent(in)  psi,
real (kind=kind_real), dimension(geom%nvertlevels,geom%nvertices), intent(inout)  psi_v 
)
private
Parameters
[in]geomgeometry

Definition at line 712 of file mpasjedi_linvarcha_c2a_mod.F90.

Here is the caller graph for this function:

◆ psichi_to_uv_edge_step1ad()

subroutine mpasjedi_linvarcha_c2a_mod::psichi_to_uv_edge_step1ad ( type (mpas_geom), intent(in)  geom,
real (kind=kind_real), dimension(geom%nvertlevels,geom%ncells), intent(inout)  psi,
real (kind=kind_real), dimension(geom%nvertlevels,geom%nvertices), intent(inout)  psi_v 
)
Parameters
[in]geomgeometry

Definition at line 792 of file mpasjedi_linvarcha_c2a_mod.F90.

Here is the caller graph for this function:

◆ psichi_to_uv_edge_step2()

subroutine mpasjedi_linvarcha_c2a_mod::psichi_to_uv_edge_step2 ( type (mpas_geom), intent(in)  geom,
real (kind=kind_real), dimension(geom%nvertlevels,geom%nvertices), intent(in)  psi_v,
real (kind=kind_real), dimension(geom%nvertlevels,geom%ncells), intent(in)  chi,
real (kind=kind_real), dimension(geom%nvertlevels,geom%nedges), intent(inout)  edge_normal_wind 
)
private
Parameters
[in]geomgeometry

Definition at line 737 of file mpasjedi_linvarcha_c2a_mod.F90.

Here is the caller graph for this function:

◆ psichi_to_uv_edge_step2ad()

subroutine mpasjedi_linvarcha_c2a_mod::psichi_to_uv_edge_step2ad ( type (mpas_geom), intent(in)  geom,
real (kind=kind_real), dimension(geom%nvertlevels,geom%nvertices), intent(inout)  psi_v,
real (kind=kind_real), dimension(geom%nvertlevels,geom%ncells), intent(inout)  chi,
real (kind=kind_real), dimension(geom%nvertlevels,geom%nedges), intent(inout)  edge_normal_wind 
)
private
Parameters
[in]geomgeometry

Definition at line 815 of file mpasjedi_linvarcha_c2a_mod.F90.

Here is the caller graph for this function:

◆ psichi_to_uv_edge_step3()

subroutine mpasjedi_linvarcha_c2a_mod::psichi_to_uv_edge_step3 ( type (mpas_geom), intent(in)  geom,
real (kind=kind_real), dimension(geom%nvertlevels,geom%nedges), intent(in)  edge_normal_wind,
real (kind=kind_real), dimension(geom%nvertlevels,geom%ncells), intent(inout)  u,
real (kind=kind_real), dimension(geom%nvertlevels,geom%ncells), intent(inout)  v 
)
private
Parameters
[in]geomgeometry

Definition at line 761 of file mpasjedi_linvarcha_c2a_mod.F90.

Here is the caller graph for this function:

◆ psichi_to_uv_edge_step3ad()

subroutine mpasjedi_linvarcha_c2a_mod::psichi_to_uv_edge_step3ad ( type (mpas_geom), intent(in)  geom,
real (kind=kind_real), dimension(geom%nvertlevels,geom%nedges), intent(inout)  edge_normal_wind,
real (kind=kind_real), dimension(geom%nvertlevels,geom%ncells), intent(inout)  u,
real (kind=kind_real), dimension(geom%nvertlevels,geom%ncells), intent(inout)  v 
)
private
Parameters
[in]geomgeometry

Definition at line 839 of file mpasjedi_linvarcha_c2a_mod.F90.

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

Variable Documentation

◆ message

character(len=1024) mpasjedi_linvarcha_c2a_mod::message
private

Definition at line 44 of file mpasjedi_linvarcha_c2a_mod.F90.