Toggle navigation
Legolas v. 2.0.6 - stable
Contents
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
get_cooling_table
Subroutine
57 statements
Source File
mod_cooling_curves.f08
mod_cooling_curves
get_cooling_table
Contents
None
public subroutine get_cooling_table(name, table_T, table_lambda)
Uses
mod_cooling_curve_names
mod_data_spex
mod_data_mlsolar
mod_data_spex_enh
mod_data_jccorona
mod_data_dalgarno
mod_data_colgan
mod_data_dalgarno2
mod_data_rosner
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
name
real(kind=dp),
intent(out),
allocatable
::
table_T
(:)
real(kind=dp),
intent(out),
allocatable
::
table_lambda
(:)
Contents
None