CCPP SciDoc v7.0.x  v7.0.0
Common Community Physics Package Developed at DTC
 
Loading...
Searching...
No Matches

◆ rrtmgp_lw_main_init()

subroutine, public rrtmgp_lw_main::rrtmgp_lw_main_init ( character(len=128), intent(in)  rrtmgp_root_dir,
character(len=128), intent(in)  rrtmgp_lw_file_gas,
character(len=128), intent(in)  rrtmgp_lw_file_clouds,
character(len=*), dimension(:), intent(in), optional  active_gases_array,
integer, intent(inout)  nrghice,
type(mpi_comm), intent(in)  mpicomm,
integer, intent(in)  mpirank,
integer, intent(in)  mpiroot,
integer, intent(in)  nlay,
integer, intent(in)  rrtmgp_phys_blksz,
character(len=*), intent(out)  errmsg,
integer, intent(out)  errflg 
)

Argument Table

[in] rrtmgp_lw_file_gas RRTMGP file containing coefficients used to compute

Parameters
[in]rrtmgp_lw_file_gasgaseous optical properties
[in]active_gases_arrayList of active gases from namelist as array)
[in,out]nrghiceNumber of ice-roughness categories
[in]mpicommMPI communicator
[out]errmsgCCPP error message
[out]errflgCCPP error code
Parameters
rrtmgp_root_dirRTE-RRTMGP root directory
rrtmgp_lw_file_cloudsRRTMGP file containing coefficients used to compute
mpirankCurrent MPI rank
mpirootMaster MPI rank
rrtmgp_phys_blkszNumber of horizontal points to process at once.

Definition at line 32 of file rrtmgp_lw_main.F90.