lift_cano_to_stag Interface

interface
public module subroutine lift_cano_to_stag(self, ucano, ucano_fwd, lift_u_stag)

Arguments

Type IntentOptional Attributes Name
class(parallel_map_t), intent(in) :: self

Instance of the type

real(kind=GP), intent(in), dimension(self%map_stag_cano_bwd%ncol) :: ucano

Field on mesh_cano at phi_cano

real(kind=GP), intent(in), dimension(self%map_stag_cano_fwd%ncol) :: ucano_fwd

Field on mesh_cano_fwd at phi_cano+dphi

real(kind=GP), intent(out), dimension(self%map_stag_cano_fwd%ndim) :: lift_u_stag

Quantity lifted to mesh_stag at phi_stag

Description

Lifts (maps) quantity from mesh_cano to mesh_stag