Go to the source code of this file.
|
subroutine | set_aer (control, atm, dimen, spectrum, aer) |
|
◆ set_aer()
subroutine set_aer |
( |
type(strctrl), intent(in) |
control, |
|
|
type(stratm), intent(in) |
atm, |
|
|
type(strdim), intent(in) |
dimen, |
|
|
type (strspecdata), intent(in) |
spectrum, |
|
|
type(straer), intent(out) |
aer |
|
) |
| |
Definition at line 10 of file set_aer.F90.
16 USE def_control,
ONLY: strctrl
17 USE def_atm,
ONLY: stratm
18 USE def_spectrum,
ONLY: strspecdata
19 USE def_dimen,
ONLY: strdim
20 USE def_aer,
ONLY: straer, allocate_aer, allocate_aer_prsc
25 TYPE(StrCtrl),
INTENT(IN) :: control
28 TYPE(StrAtm),
INTENT(IN) :: atm
31 TYPE(StrDim),
INTENT(IN) :: dimen
34 TYPE (StrSpecData),
INTENT(IN) :: spectrum
37 TYPE(StrAer),
INTENT(OUT) :: aer
39 call allocate_aer(aer, dimen, spectrum)
40 CALL allocate_aer_prsc(aer, dimen, spectrum)