set_taxis

Function combineTPS

  Combine two or more TPS (Tijdreeksperiodestatus) blocks.
  
  

CALL:

   TPS = combineTPS(oldTPS, newTPS, RKS)
  
  

INPUT:

   oldTPS: Struct or struct array with one or more existing TPS blocks.
   newTPS: Struct or struct array with TPS block to be added.
   RKS:    RKS block to determine timestep.
  
  

OUTPUT:

   TPS:  Structure with combined TPS blocks.
    
  

APPROACH:

   The period is extended from first to last observation.
   There are two different ways to call this function:
   1. incremental: 1 TPS is added.
   2. parallel: A struct array of TPS blocks is added.
  
  

See also:

emptyTPS