pyPDAF.PDAF.get_memberid¶
- pyPDAF.PDAF.get_memberid()¶
This function returns the ensemble member id on the current process. For example, it can be called during the ensemble integration if ensemble-specific forcing is applied. It can also be used in the user-supplied functions such as py__collect_state_pdaf and py__distribute_state_pdaf.
- Parameters:
memberid (int) – Index in the local ensemble
- Returns:
memberid – Index in the local ensemble
- Return type:
int