next_observation_pdaf Subroutine

private subroutine next_observation_pdaf(stepnow, nsteps, doexit, time)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: stepnow

Number of the current time step

integer, intent(out) :: nsteps

Number of time steps until next obs

integer, intent(out) :: doexit

Whether to exit forecasting (1 for exit)

real(kind=REAL64), intent(out) :: time

Current model (physical) time


Contents

None