MPTRAC
Public Member Functions
mptrac_func::mptrac_module_timesteps Interface Reference

Public Member Functions

subroutine mptrac_module_timesteps (ctl, met0, atm, dt, t)
 

Detailed Description

Definition at line 501 of file mptrac_fortran.f90.

Constructor & Destructor Documentation

◆ mptrac_module_timesteps()

subroutine mptrac_func::mptrac_module_timesteps::mptrac_module_timesteps ( type(ctl_t), intent(in), target  ctl,
type(met_t), intent(in), target  met0,
type(atm_t), intent(in), target  atm,
real(c_double), dimension(npp)  dt,
real(c_double), intent(in), value  t 
)

Definition at line 501 of file mptrac_fortran.f90.

503 USE iso_c_binding
504 USE mptrac_struct, ONLY : ctl_t, met_t, atm_t, npp
505 TYPE(ctl_t), INTENT(in), TARGET :: ctl
506 TYPE(met_t), INTENT(in), TARGET :: met0
507 TYPE(atm_t), INTENT(in), TARGET :: atm
508 REAL(c_double), DIMENSION(npp) :: dt
509 REAL(c_double), INTENT(in), VALUE :: t
integer, parameter npp
Air parcel data.
Definition: mptrac.h:3120
Control parameters.
Definition: mptrac.h:2155
Meteo data structure.
Definition: mptrac.h:3341

The documentation for this interface was generated from the following file: