Common Community Physics Package (CCPP) Scientific Documentation  Version 2.0
subroutine, public gfdl_cloud_microphys::gfdl_cloud_microphys_init ( integer, intent(in)  me,
integer, intent(in)  master,
integer, intent(in)  nlunit,
character(len=*), dimension(:), intent(in)  input_nml_file,
integer, intent(in)  logunit,
character(len=*), intent(in)  fn_nml,
integer, intent(in)  imp_physics,
integer, intent(in)  imp_physics_gfdl,
logical, intent(in)  do_shoc,
character(len=*), intent(out)  errmsg,
integer, intent(out)  errflg 
)

Argument Table

local_name standard_name long_name units rank type kind intent optional
me mpi_rank MPI rank of current process index 0 integer in F
master mpi_root MPI rank of master process index 0 integer in F
nlunit iounit_namelist fortran unit number for opening nameliust file none 0 integer in F
input_nml_file namelist_filename_for_internal_file_reads character string to store full namelist contents none 1 character len=* in F
logunit iounit_log fortran unit number for writing logfile none 0 integer in F
fn_nml namelist_filename namelist filename none 0 character len=* in F
imp_physics flag_for_microphysics_scheme choice of microphysics scheme flag 0 integer in F
imp_physics_gfdl flag_for_gfdl_microphysics_scheme choice of GFDL microphysics scheme flag 0 integer in F
do_shoc flag_for_shoc flag to indicate use of SHOC flag 0 logical in F
errmsg ccpp_error_message error message for error handling in CCPP none 0 character len=* out F
errflg ccpp_error_flag error flag for error handling in CCPP flag 0 integer out F

References qsmith_setup(), and setupm().

Here is the call graph for this function: