| 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 | ||
| ) |
| [in] | rrtmgp_lw_file_gas | gaseous optical properties |
| [in] | active_gases_array | List of active gases from namelist as array) |
| [in,out] | nrghice | Number of ice-roughness categories |
| [in] | mpicomm | MPI communicator |
| [out] | errmsg | CCPP error message |
| [out] | errflg | CCPP error code |
| rrtmgp_root_dir | RTE-RRTMGP root directory |
| rrtmgp_lw_file_clouds | RRTMGP file containing coefficients used to compute |
| mpirank | Current MPI rank |
| mpiroot | Master MPI rank |
| rrtmgp_phys_blksz | Number of horizontal points to process at once. |
Definition at line 32 of file rrtmgp_lw_main.F90.