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

◆ gfs_suite_stateout_update_run()

subroutine gfs_suite_stateout_update::gfs_suite_stateout_update_run ( integer, intent(in) im,
integer, intent(in) levs,
integer, intent(in) ntrac,
real(kind=kind_phys), intent(in) dtp,
real(kind=kind_phys), dimension(:,:), intent(in) tgrs,
real(kind=kind_phys), dimension(:,:), intent(in) ugrs,
real(kind=kind_phys), dimension(:,:), intent(in) vgrs,
real(kind=kind_phys), dimension(:,:,:), intent(in) qgrs,
real(kind=kind_phys), dimension(:,:), intent(in) dudt,
real(kind=kind_phys), dimension(:,:), intent(in) dvdt,
real(kind=kind_phys), dimension(:,:), intent(in) dtdt,
real(kind=kind_phys), dimension(:,:,:), intent(in) dqdt,
real(kind=kind_phys), dimension(:,:), intent(out) gt0,
real(kind=kind_phys), dimension(:,:), intent(out) gu0,
real(kind=kind_phys), dimension(:,:), intent(out) gv0,
real(kind=kind_phys), dimension(:,:,:), intent(out) gq0,
real(kind=kind_phys), dimension(:,:), intent(out) oz0,
integer, intent(in) ntiw,
integer, intent(in) nqrimef,
integer, intent(in) imp_physics,
integer, intent(in) imp_physics_fer_hires,
real(kind=kind_phys), intent(in) epsq,
type(ty_ozphys), intent(in) ozphys,
logical, intent(in) oz_phys_2015,
logical, intent(in) oz_phys_2006,
real(kind=kind_phys), intent(in) con_1ovg,
real(kind=kind_phys), dimension(:,:), intent(in) prsl,
real(kind=kind_phys), dimension(:,:), intent(in) dp,
real(kind=kind_phys), dimension(:,:,:), intent(in) ozpl,
logical, intent(in) qdiag3d,
real(kind=kind_phys), dimension(:,:), intent(inout), optional do3_dt_prd,
real(kind=kind_phys), dimension(:,:), intent(inout), optional do3_dt_ozmx,
real(kind=kind_phys), dimension(:,:), intent(inout), optional do3_dt_temp,
real(kind=kind_phys), dimension(:,:), intent(inout), optional do3_dt_ohoz,
character(len=*), intent(out) errmsg,
integer, intent(out) errflg )

Argument Table

GFS_suite_stateout_update_run argument table
local_namestandard_namelong_nameunitstypedimensionskindintent
imhorizontal_loop_extenthorizontal loop extentcountinteger()in
levsvertical_layer_dimensionvertical layer dimensioncountinteger()in
ntracnumber_of_tracersnumber of tracerscountinteger()in
dtptimestep_for_physicsphysics timestepsreal()kind_physin
ozphysdataset_for_ozone_physicsdataset for NRL ozone physicsmixedty_ozphys()ty_ozphysin
qdiag3dflag_for_tracer_diagnostics_3dflag for 3d tracer diagnostic fieldsflaglogical()in
oz_phys_2015flag_for_nrl_2015_ozone_schemeflag for new (2015) ozone physicsflaglogical()in
oz_phys_2006flag_for_nrl_2006_ozone_schemeflag for new (2006) ozone physicsflaglogical()in
tgrsair_temperaturemodel layer mean temperatureKreal(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension)kind_physin
ugrsx_windzonal windm s-1real(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension)kind_physin
vgrsy_windmeridional windm s-1real(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension)kind_physin
qgrstracer_concentrationmodel layer mean tracer concentrationkg kg-1real(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension, ccpp_constant_one:number_of_tracers)kind_physin
dudtprocess_split_cumulative_tendency_of_x_windupdated tendency of the x windm s-2real(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension)kind_physin
dvdtprocess_split_cumulative_tendency_of_y_windupdated tendency of the y windm s-2real(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension)kind_physin
dtdtprocess_split_cumulative_tendency_of_air_temperatureupdated tendency of the temperatureK s-1real(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension)kind_physin
dqdtprocess_split_cumulative_tendency_of_tracersupdated tendency of the tracerskg kg-1 s-1real(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension, ccpp_constant_one:number_of_tracers)kind_physin
gt0air_temperature_of_new_statetemperature updated by physicsKreal(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension)kind_physout
gu0x_wind_of_new_statezonal wind updated by physicsm s-1real(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension)kind_physout
gv0y_wind_of_new_statemeridional wind updated by physicsm s-1real(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension)kind_physout
gq0tracer_concentration_of_new_statetracer concentration updated by physicskg kg-1real(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension, ccpp_constant_one:number_of_tracers)kind_physout
oz0ozone_concentration_of_new_stateozone concentration updated by physicskg kg-1real(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension)kind_physinout
ntiwindex_of_cloud_ice_mixing_ratio_in_tracer_concentration_arraytracer index for ice waterindexinteger()in
nqrimefindex_of_mass_weighted_rime_factor_in_tracer_concentration_arraytracer index for mass weighted rime factorindexinteger()in
imp_physicscontrol_for_microphysics_schemechoice of microphysics schemeflaginteger()in
imp_physics_fer_hiresidentifier_for_fer_hires_microphysics_schemechoice of Ferrier-Aligo microphysics schemeflaginteger()in
epsqminimum_value_of_specific_humidityfloor value for specific humiditykg kg-1real()kind_physin
con_1ovgone_divided_by_the_gravitational_accelerationinverse of gravitational accelerations2 m-1real()kind_physin
prslair_pressuremid-layer pressurePareal(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension)kind_physin
ozplozone_forcingozone forcing datamixedreal(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_dimension_of_ozone_forcing_data, ccpp_constant_one:number_of_coefficients_in_ozone_data)kind_physin
dpair_pressure_difference_between_midlayersdifference between mid-layer pressuresPareal(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension)kind_physin
do3_dt_prdozone_tendency_due_to_production_and_loss_rateozone tendency due to production and loss ratekg kg-1 s-1real(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension)kind_physinout
do3_dt_ozmxozone_tendency_due_to_ozone_mixing_ratioozone tendency due to ozone mixing ratiokg kg-1 s-1real(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension)kind_physinout
do3_dt_tempozone_tendency_due_to_temperatureozone tendency due to temperaturekg kg-1 s-1real(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension)kind_physinout
do3_dt_ohozozone_tendency_due_to_overhead_ozone_columnozone tendency due to overhead ozone columnkg kg-1 s-1real(ccpp_constant_one:horizontal_loop_extent, ccpp_constant_one:vertical_layer_dimension)kind_physinout
errmsgccpp_error_messageerror message for error handling in CCPPnonecharacter()len=*out
errflgccpp_error_codeerror code for error handling in CCPP1integer()out

Definition at line 15 of file GFS_suite_stateout_update.F90.