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

◆ rrtmgp_sw_main_init()

subroutine, public rrtmgp_sw_main::rrtmgp_sw_main_init ( character(len=128), intent(in)  rrtmgp_root_dir,
character(len=128), intent(in)  rrtmgp_sw_file_gas,
character(len=128), intent(in)  rrtmgp_sw_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_sw_file_gas RRTMGP file containing cloud-optics data

Parameters
[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_sw_file_cloudsRRTMGP file containing K-distribution data
mpirankCurrent MPI rank
mpirootMaster MPI rank
rrtmgp_phys_blkszNumber of horizontal points to process at once.

Definition at line 32 of file rrtmgp_sw_main.F90.