subroutine, public gfs_rrtmg_setup::gfs_rrtmg_setup_run | ( | integer, dimension(:), intent(in) | idate, |
integer, dimension(:), intent(in) | jdate, | ||
real(kind=kind_phys), intent(in) | deltsw, | ||
real(kind=kind_phys), intent(in) | deltim, | ||
logical, intent(in) | lsswr, | ||
integer, intent(in) | me, | ||
real(kind=kind_phys), intent(out) | slag, | ||
real(kind=kind_phys), intent(out) | sdec, | ||
real(kind=kind_phys), intent(out) | cdec, | ||
real(kind=kind_phys), intent(out) | solcon, | ||
character(len=*), intent(out) | errmsg, | ||
integer, intent(out) | errflg | ||
) |
local_name | standard_name | long_name | units | type | dimensions | kind | intent | optional |
---|---|---|---|---|---|---|---|---|
idate | date_and_time_at_model_initialization | initialization date and time | none | integer | (8) | in | False | |
jdate | forecast_date_and_time | current forecast date and time | none | integer | (8) | in | False | |
deltsw | frequency_for_shortwave_radiation | frequency for shortwave radiation | s | real | () | kind_phys | in | False |
deltim | time_step_for_dynamics | dynamics timestep | s | real | () | kind_phys | in | False |
lsswr | flag_to_calc_sw | logical flags for sw radiation calls | flag | logical | () | in | False | |
me | mpi_rank | current MPI-rank | index | integer | () | in | False | |
slag | equation_of_time | equation of time (radian) | radian | real | () | kind_phys | out | False |
sdec | sine_of_solar_declination_angle | sin of the solar declination angle | none | real | () | kind_phys | out | False |
cdec | cosine_of_solar_declination_angle | cos of the solar declination angle | none | real | () | kind_phys | out | False |
solcon | solar_constant | solar constant (sun-earth distant adjusted) | W m-2 | real | () | kind_phys | out | False |
errmsg | ccpp_error_message | error message for error handling in CCPP | none | character | () | len=* | out | False |
errflg | ccpp_error_flag | error flag for error handling in CCPP | flag | integer | () | out | False |
References is_initialized, and radupdate().