MPTRAC
Public Member Functions
mptrac_func::mptrac_read_atm Interface Reference

Public Member Functions

subroutine mptrac_read_atm (filename, ctl, atm)
 

Detailed Description

Definition at line 520 of file mptrac_fortran.f90.

Constructor & Destructor Documentation

◆ mptrac_read_atm()

subroutine mptrac_func::mptrac_read_atm::mptrac_read_atm ( character(c_char), intent(in)  filename,
type(ctl_t), intent(in), target  ctl,
type(atm_t), intent(out), target  atm 
)

Definition at line 520 of file mptrac_fortran.f90.

522 USE iso_c_binding
523 USE mptrac_struct, ONLY : ctl_t, atm_t
524 IMPLICIT NONE
525 CHARACTER(c_char), INTENT(in) :: filename
526 TYPE(ctl_t), INTENT(in), TARGET :: ctl
527 TYPE(atm_t), INTENT(out), TARGET :: atm
Air parcel data.
Definition: mptrac.h:3120
Control parameters.
Definition: mptrac.h:2155

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