Radiation Scheme in CCPP
module_radlw_kgb01 Module Reference

This module sets up absorption coefficients for band 01: 10-250 cm-1 (low - h2o; high - h2o)

Variables

integer, public msa01
 
integer, public msb01
 
integer, public msf01
 
integer, public mfr01
 
integer, public mmn01
 
real(kind=kind_phys), dimension(ng01, msa01), public absa
 
real(kind=kind_phys), dimension(ng01, msb01), public absb
 
real(kind=kind_phys), dimension(ng01, msf01), public selfref
 
real(kind=kind_phys), dimension(ng01, mfr01), public forref
 
real(kind=kind_phys), dimension(ng01), public fracrefa
 
real(kind=kind_phys), dimension(ng01), public fracrefb
 
real(kind=kind_phys), dimension(ng01, mmn01), public ka_mn2
 
real(kind=kind_phys), dimension(ng01, mmn01), public kb_mn2
 

Variable Documentation

real (kind=kind_phys), dimension(ng01,msa01), public module_radlw_kgb01::absa

Definition at line 1620 of file radlw_datatb.f.

Referenced by taugb01().

1620  real (kind=kind_phys), public :: &
1621  & absa(NG01,MSA01), absb(NG01,MSB01), selfref(NG01,MSF01), &
1622  & forref(NG01,MFR01), fracrefa(NG01), fracrefb(NG01), &
1623  & ka_mn2(NG01,MMN01), kb_mn2(NG01,MMN01)
real (kind=kind_phys), dimension(ng01,msb01), public module_radlw_kgb01::absb

Definition at line 1620 of file radlw_datatb.f.

Referenced by taugb01().

real (kind=kind_phys), dimension(ng01,mfr01), public module_radlw_kgb01::forref

Definition at line 1620 of file radlw_datatb.f.

Referenced by taugb01().

real (kind=kind_phys), dimension(ng01), public module_radlw_kgb01::fracrefa

Definition at line 1620 of file radlw_datatb.f.

Referenced by taugb01().

real (kind=kind_phys), dimension(ng01), public module_radlw_kgb01::fracrefb

Definition at line 1620 of file radlw_datatb.f.

Referenced by taugb01().

real (kind=kind_phys), dimension(ng01,mmn01), public module_radlw_kgb01::ka_mn2

Definition at line 1620 of file radlw_datatb.f.

Referenced by taugb01().

real (kind=kind_phys), dimension(ng01,mmn01), public module_radlw_kgb01::kb_mn2

Definition at line 1620 of file radlw_datatb.f.

Referenced by taugb01().

integer, public module_radlw_kgb01::mfr01

Definition at line 1617 of file radlw_datatb.f.

integer, public module_radlw_kgb01::mmn01

Definition at line 1617 of file radlw_datatb.f.

integer, public module_radlw_kgb01::msa01

Definition at line 1617 of file radlw_datatb.f.

1617  integer, public :: msa01, msb01, msf01, mfr01, mmn01
integer, public msf01
integer, public msa01
integer, public mmn01
integer, public mfr01
integer, public msb01
integer, public module_radlw_kgb01::msb01

Definition at line 1617 of file radlw_datatb.f.

integer, public module_radlw_kgb01::msf01

Definition at line 1617 of file radlw_datatb.f.

real (kind=kind_phys), dimension(ng01,msf01), public module_radlw_kgb01::selfref

Definition at line 1620 of file radlw_datatb.f.

Referenced by taugb01().