Changes between Initial Version and Version 1 of PDAF_get_memberid


Ignore:
Timestamp:
Jan 16, 2015, 12:57:28 PM (9 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_get_memberid

    v1 v1  
     1= PDAF_get_memberid =
     2
     3This page documents the routine `PDAF_get_memberid` of PDAF.
     4
     5The 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
     7The routine is typically called in the model code during the ensemble integration. It only works in the online mode of PDAF.
     8
     9The interface is the following:
     10{{{
     11  SUBROUTINE PDAF_get_memberid(memberid)
     12}}}
     13with 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