MPTRAC
Public Member Functions
mptrac_func::mptrac_write_output Interface Reference

Public Member Functions

subroutine mptrac_write_output (dirname, ctl, met0, met1, atm, t)
 

Detailed Description

Definition at line 562 of file mptrac_fortran.f90.

Constructor & Destructor Documentation

◆ mptrac_write_output()

subroutine mptrac_func::mptrac_write_output::mptrac_write_output ( character(c_char), intent(in)  dirname,
type(ctl_t), intent(in), target  ctl,
type(met_t), intent(in), target  met0,
type(met_t), intent(in), target  met1,
type(atm_t), intent(in), target  atm,
real(c_double), intent(in), value  t 
)

Definition at line 562 of file mptrac_fortran.f90.

564 USE iso_c_binding
565 USE mptrac_struct, ONLY : ctl_t, met_t, atm_t
566 CHARACTER(c_char), INTENT(in) :: dirname
567 TYPE(ctl_t), INTENT(in), TARGET :: ctl
568 TYPE(met_t), INTENT(in), TARGET :: met0, met1
569 TYPE(atm_t), INTENT(in), TARGET :: atm
570 REAL(c_double), INTENT(in), VALUE :: t
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: