MPAS-JEDI
|
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 |
|
private |
Definition at line 50 of file mpasjedi_linvarcha_c2a_mod.F90.
|
private |
Definition at line 918 of file mpasjedi_linvarcha_c2a_mod.F90.
|
private |
Definition at line 87 of file mpasjedi_linvarcha_c2a_mod.F90.
|
private |
[in] | meshpool | Input: Mesh information |
[in,out] | u | Input: Velocity field on edges |
[in,out] | ureconstructx | Output: X Component of velocity reconstructed to cell centers |
[in,out] | ureconstructy | Output: Y Component of velocity reconstructed to cell centers |
[in,out] | ureconstructz | Output: Z Component of velocity reconstructed to cell centers |
[in,out] | ureconstructzonal | Output: Zonal Component of velocity reconstructed to cell centers |
[in,out] | ureconstructmeridional | Output: Meridional Component of velocity reconstructed to cell centers |
[in] | includehalos | Input: Optional logical that allows reconstruction over halo regions |
Definition at line 521 of file mpasjedi_linvarcha_c2a_mod.F90.
|
private |
[in] | meshpool | Input: Mesh information |
[in,out] | u | Input: Velocity field on edges |
[in,out] | ureconstructx | Output: X Component of velocity reconstructed to cell centers |
[in,out] | ureconstructy | Output: Y Component of velocity reconstructed to cell centers |
[in,out] | ureconstructz | Output: Z Component of velocity reconstructed to cell centers |
[in,out] | ureconstructzonal | Output: Zonal Component of velocity reconstructed to cell centers |
[in,out] | ureconstructmeridional | Output: Meridional Component of velocity reconstructed to cell centers |
[in] | includehalos | Input: Optional logical that allows reconstruction over halo regions |
Definition at line 428 of file mpasjedi_linvarcha_c2a_mod.F90.
|
private |
Definition at line 100 of file mpasjedi_linvarcha_c2a_mod.F90.
|
private |
Definition at line 192 of file mpasjedi_linvarcha_c2a_mod.F90.
|
private |
Definition at line 288 of file mpasjedi_linvarcha_c2a_mod.F90.
|
private |
Definition at line 355 of file mpasjedi_linvarcha_c2a_mod.F90.
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.
|
private |
Definition at line 895 of file mpasjedi_linvarcha_c2a_mod.F90.
|
private |
Definition at line 906 of file mpasjedi_linvarcha_c2a_mod.F90.
|
private |
Definition at line 883 of file mpasjedi_linvarcha_c2a_mod.F90.
|
private |
[in] | geom | geometry |
Definition at line 615 of file mpasjedi_linvarcha_c2a_mod.F90.
|
private |
[in] | geom | geometry |
Definition at line 658 of file mpasjedi_linvarcha_c2a_mod.F90.
|
private |
[in] | geom | geometry |
Definition at line 712 of file mpasjedi_linvarcha_c2a_mod.F90.
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 | ||
) |
[in] | geom | geometry |
Definition at line 792 of file mpasjedi_linvarcha_c2a_mod.F90.
|
private |
[in] | geom | geometry |
Definition at line 737 of file mpasjedi_linvarcha_c2a_mod.F90.
|
private |
[in] | geom | geometry |
Definition at line 815 of file mpasjedi_linvarcha_c2a_mod.F90.
|
private |
[in] | geom | geometry |
Definition at line 761 of file mpasjedi_linvarcha_c2a_mod.F90.
|
private |
[in] | geom | geometry |
Definition at line 839 of file mpasjedi_linvarcha_c2a_mod.F90.
|
private |
Definition at line 44 of file mpasjedi_linvarcha_c2a_mod.F90.