read_table_ccn Subroutine

private subroutine read_table_ccn(filename, table_size)

Uses

  • proc~~read_table_ccn~~UsesGraph proc~read_table_ccn read_table_ccn module~module_mp_tempo_params module_mp_tempo_params proc~read_table_ccn->module~module_mp_tempo_params ccpp_kind_types ccpp_kind_types module~module_mp_tempo_params->ccpp_kind_types iso_fortran_env iso_fortran_env module~module_mp_tempo_params->iso_fortran_env module~machine machine module~module_mp_tempo_params->module~machine mpas_kind_types mpas_kind_types module~module_mp_tempo_params->mpas_kind_types

read static file containing CCN activation of aerosols; the data were created from a parcel model by Feingold and Heymsfield (1992) https://doi.org/10.1175/1520-0469(1992)049<2325:POCGOD>2.0.CO;2 with further changes by Eidhammer and Kreidenweis

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: filename
integer, intent(in) :: table_size

Calls

proc~~read_table_ccn~~CallsGraph proc~read_table_ccn read_table_ccn proc~check_before_table_read check_before_table_read proc~read_table_ccn->proc~check_before_table_read

Called by

proc~~read_table_ccn~~CalledByGraph proc~read_table_ccn read_table_ccn proc~tempo_init tempo_init proc~tempo_init->proc~read_table_ccn proc~test_tempo_init test_tempo_init proc~test_tempo_init->proc~tempo_init program~run_tempo_tests run_tempo_tests program~run_tempo_tests->proc~test_tempo_init