Toggle navigation
Fortran Program
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
calc_planck_function
Subroutine
20 statements
Source File
radiation_ecckd.F90
radiation_ecckd
calc_planck_function
Contents
public subroutine calc_planck_function(this, nt, temperature, planck)
Arguments
Type
Intent
Optional
Attributes
Name
class(
ckd_model_type
),
intent(in)
::
this
integer,
intent(in)
::
nt
real(kind=jprb),
intent(in)
::
temperature
(:)
real(kind=jprb),
intent(out)
::
planck
(this%ng,nt)
Contents