Back to OASIS3 home

Modules used for the coupler (in oasis3/src) :

mod_timestep : contains variables controlling timestepping
used in driver.F,

!@ -- ntime : total simulated time (in seconds)
!@ -- niter : number of iterations
!@ -- nitfn : last iteration number
!@ -- nstep : timestep value (in seconds)
!@   Remote models information :
!@   -------------------------
!@ -- mstep : number of time steps (1D)
!@ -- mfcpl : frequency of coupling in timesteps (1D)
!@ -- mdt   : length of timesteps in seconds (1D)
!     -------------------------------------------------------------------
  USE mod_kinds_oasis
  INTEGER (kind=ip_intwp_p) :: ntime, niter, nitfn, nstep
  INTEGER (kind=ip_intwp_p), DIMENSION(:), ALLOCATABLE :: mstep, mfcpl, mdt
!     -------------------------------------------------------------------