OOPS
qg_change_var_mod Module Reference

Data Types

type  qg_change_var_config
 

Functions/Subroutines

subroutine qg_change_var_setup (conf, fld_in, fld_out, ad)
 Linked list implementation. More...
 
subroutine qg_change_var_get (conf, fld, x, q, u, v)
 Get variables. More...
 
subroutine qg_change_var_set (conf, fld, x, q, u, v)
 Set variables. More...
 
subroutine, public qg_change_var (fld_in, fld_out)
 Change of variable. More...
 
subroutine, public qg_change_var_tl (fld_in, fld_out)
 Change of variable. More...
 
subroutine, public qg_change_var_ad (fld_in, fld_out)
 Change of variable - adjoint. More...
 

Variables

type(registry_t), public qg_change_var_registry
 Linked list interface - defines registry_t type. More...
 

Function/Subroutine Documentation

◆ qg_change_var()

subroutine, public qg_change_var_mod::qg_change_var ( type(qg_fields), intent(in)  fld_in,
type(qg_fields), intent(inout)  fld_out 
)

Change of variable.

Parameters
[in]fld_inInput fields
[in,out]fld_outOutput fields

Definition at line 191 of file qg_change_var_mod.F90.

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

◆ qg_change_var_ad()

subroutine, public qg_change_var_mod::qg_change_var_ad ( type(qg_fields), intent(in)  fld_in,
type(qg_fields), intent(inout)  fld_out 
)

Change of variable - adjoint.

Parameters
[in]fld_inInput fields
[in,out]fld_outOutput fields

Definition at line 265 of file qg_change_var_mod.F90.

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

◆ qg_change_var_get()

subroutine qg_change_var_mod::qg_change_var_get ( type(qg_change_var_config), intent(in)  conf,
type(qg_fields), intent(in)  fld,
real(kind_real), dimension(fld%geom%nx,fld%geom%ny,fld%geom%nz), intent(out)  x,
real(kind_real), dimension(fld%geom%nx,fld%geom%ny,fld%geom%nz), intent(out)  q,
real(kind_real), dimension(fld%geom%nx,fld%geom%ny,fld%geom%nz), intent(out)  u,
real(kind_real), dimension(fld%geom%nx,fld%geom%ny,fld%geom%nz), intent(out)  v 
)
private

Get variables.

Parameters
[in]confVariable change
[in]fldFields
[out]xStreamfunction
[out]qPotential vorticity
[out]uZonal wind
[out]vMeridional wind

Definition at line 135 of file qg_change_var_mod.F90.

Here is the caller graph for this function:

◆ qg_change_var_set()

subroutine qg_change_var_mod::qg_change_var_set ( type(qg_change_var_config), intent(in)  conf,
type(qg_fields), intent(inout)  fld,
real(kind_real), dimension(fld%geom%nx,fld%geom%ny,fld%geom%nz), intent(in)  x,
real(kind_real), dimension(fld%geom%nx,fld%geom%ny,fld%geom%nz), intent(in)  q,
real(kind_real), dimension(fld%geom%nx,fld%geom%ny,fld%geom%nz), intent(in)  u,
real(kind_real), dimension(fld%geom%nx,fld%geom%ny,fld%geom%nz), intent(in)  v 
)
private

Set variables.

Parameters
[in]confVariable change
[in,out]fldFields
[in]xStreamfunction
[in]qPotential vorticity
[in]uZonal wind
[in]vMeridional wind

Definition at line 171 of file qg_change_var_mod.F90.

Here is the caller graph for this function:

◆ qg_change_var_setup()

subroutine qg_change_var_mod::qg_change_var_setup ( type(qg_change_var_config), intent(inout)  conf,
type(qg_fields), intent(in)  fld_in,
type(qg_fields), intent(in)  fld_out,
logical, intent(in), optional  ad 
)
private

Linked list implementation.

Setup change of variables setup

Parameters
[in,out]confVariable change
[in]fld_inInput field
[in]fld_outOutput field
[in]adAdjoint flag

Definition at line 62 of file qg_change_var_mod.F90.

Here is the caller graph for this function:

◆ qg_change_var_tl()

subroutine, public qg_change_var_mod::qg_change_var_tl ( type(qg_fields), intent(in)  fld_in,
type(qg_fields), intent(inout)  fld_out 
)

Change of variable.

Parameters
[in]fld_inInput fields
[in,out]fld_outOutput fields

Definition at line 228 of file qg_change_var_mod.F90.

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

Variable Documentation

◆ qg_change_var_registry

type(registry_t), public qg_change_var_mod::qg_change_var_registry

Linked list interface - defines registry_t type.

Global registry

Definition at line 52 of file qg_change_var_mod.F90.