| 1 | = PDAF_get_memberid = |
| 2 | |
| 3 | This page documents the routine `PDAF_get_memberid` of PDAF. |
| 4 | |
| 5 | The routine returns the value of the ensemble member ID. It can be called during the ensemble integration, if a program needs this information, e.g. if ensemble-specific forcing is applied |
| 6 | |
| 7 | The routine is typically called in the model code during the ensemble integration. It only works in the online mode of PDAF. |
| 8 | |
| 9 | The interface is the following: |
| 10 | {{{ |
| 11 | SUBROUTINE PDAF_get_memberid(memberid) |
| 12 | }}} |
| 13 | with the following argument: |
| 14 | * memberid: On output the integer index of the ensemble member that is processed by the model task that performs the call. |
| 15 | |
| 16 | |