CCPP SciDoc v7.0.0  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,
logical, intent(in) dogp_cldoptics_pade,
logical, intent(in) dogp_cldoptics_lut,
logical, intent(in) dogp_sgs_pbl,
logical, intent(in) dogp_sgs_cnv,
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]dogp_sgs_cnvFlag to include sgs convective clouds
[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
dogp_cldoptics_padeUse RRTMGP cloud-optics: PADE approximation?
dogp_cldoptics_lutUse RRTMGP cloud-optics: LUTs?
dogp_sgs_pblFlag to include sgs PBL clouds
mpirankCurrent MPI rank
mpirootMaster MPI rank
rrtmgp_phys_blkszNumber of horizontal points to process at once.

Definition at line 33 of file rrtmgp_sw_main.F90.