PUBLIC INTERFACE ~ PUBLIC DATA ~ PUBLIC ROUTINES ~ NAMELIST ~ DIAGNOSTIC FIELDS ~ ERROR MESSAGES ~ REFERENCES ~ NOTES

Module longwave_params_mod

Contact:  fil
Reviewers:  ds
Change History: WebCVS Log


OVERVIEW

Code that contains parameters for the longwave code

This code has the number of bands defined for the longwave gases.


OTHER MODULES USED

fms_mod

PUBLIC INTERFACE

longwave_params_init:
Subroutine to initialize longwave parameter module
longwave_params_end:
Subroutine to close out longwave parameter module


PUBLIC DATA

None.


PUBLIC ROUTINES

  1. longwave_params_init

    call longwave_params_init 
    
    DESCRIPTION
    This is the longwave_params constructor method


  2. longwave_params_end

    call longwave_params_end 
    
    DESCRIPTION
    This is the longwave_params destructor subroutine



DATA SETS

None.


ERROR MESSAGES

None.


top