MPTRAC
Public Member Functions
mptrac_func::mptrac_get_met Interface Reference

Public Member Functions

subroutine mptrac_get_met (ctl, clim, t, met0, met1)
 

Detailed Description

Definition at line 479 of file mptrac_fortran.f90.

Constructor & Destructor Documentation

◆ mptrac_get_met()

subroutine mptrac_func::mptrac_get_met::mptrac_get_met ( type(ctl_t), intent(in), target  ctl,
type(clim_t), intent(in), target  clim,
real(c_double), intent(in), value  t,
type(met_t), intent(inout), pointer  met0,
type(met_t), intent(inout), pointer  met1 
)

Definition at line 479 of file mptrac_fortran.f90.

481 USE iso_c_binding
482 USE mptrac_struct, ONLY : ctl_t, clim_t, met_t
483 IMPLICIT NONE
484 TYPE(ctl_t), INTENT(in), TARGET :: ctl
485 TYPE(clim_t), INTENT(in), TARGET :: clim
486 REAL(c_double), INTENT(in), VALUE :: t
487 TYPE(met_t), INTENT(inout), POINTER :: met0, met1
Climatological data.
Definition: mptrac.h:3282
Control parameters.
Definition: mptrac.h:2155
Meteo data structure.
Definition: mptrac.h:3341

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