PDAF-LOCAL routines handling localization
This module contains subroutines that handle the localization of the state vector
Revision history: * 2024-08 - Lars Nerger - Initial code * Later revisions - see repository log
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public, | ALLOCATABLE | :: | id_lstate_in_pstate(:) | |||
| real, | public, | ALLOCATABLE | :: | l2g_weights(:) | |||
| logical, | public | :: | PDAFlocal_was_used | = | .FALSE. |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | step | |||
| integer, | intent(in) | :: | domain_p | |||
| integer, | intent(in) | :: | dim_p | |||
| real, | intent(in) | :: | state_p(dim_p) | |||
| integer, | intent(in) | :: | dim_l | |||
| real, | intent(out) | :: | state_l(dim_l) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | step | |||
| integer, | intent(in) | :: | domain_p | |||
| integer, | intent(in) | :: | dim_l | |||
| real, | intent(in) | :: | state_l(dim_l) | |||
| integer, | intent(in) | :: | dim_p | |||
| real, | intent(inout) | :: | state_p(dim_p) |