@ The subroutine initializes the CIRES UGWP V0. More...
Modules | |
GFS UGWP V0 Driver Module | |
This is the CIRES UGWP V0 driver module. | |
Functions/Subroutines | |
subroutine, public | cires_ugwp::cires_ugwp_init (me, master, nlunit, input_nml_file, logunit, fn_nml2, lonr, latr, levs, ak, bk, dtp, cdmbgwd, cgwf, pa_rf_in, tau_rf_in, con_p0, gwd_opt, do_ugwp, errmsg, errflg) |
subroutine, public | cires_ugwp::cires_ugwp_finalize (errmsg, errflg) |
The subroutine finalizes the CIRES UGWP. More... | |
subroutine, public | cires_ugwp::cires_ugwp_run (do_ugwp, me, master, im, levs, ntrac, dtp, kdt, lonr, oro, oro_uf, hprime, nmtvr, oc, theta, sigma, gamma, elvmax, clx, oa4, do_tofd, ldiag_ugwp, cdmbgwd, xlat, xlat_d, sinlat, coslat, area, ugrs, vgrs, tgrs, qgrs, prsi, prsl, prslk, phii, phil, del, kpbl, dusfcg, dvsfcg, gw_dudt, gw_dvdt, gw_dtdt, gw_kdis, tau_tofd, tau_mtb, tau_ogw, tau_ngw, zmtb, zlwb, zogw, dudt_mtb, dudt_ogw, dudt_tms, du3dt_mtb, du3dt_ogw, du3dt_tms, dudt, dvdt, dtdt, rdxzb, con_g, con_pi, con_cp, con_rd, con_rv, con_fvirt, con_omega, rain, ntke, q_tke, dqdt_tke, lprnt, ipr, dtend, dtidx, index_of_x_wind, index_of_y_wind, index_of_temperature, index_of_process_orographic_gwd, index_of_process_nonorographic_gwd, ldiag3d, lssav, flag_for_gwd_generic_tend, errmsg, errflg) |
These subroutines and modules execute the CIRES UGWP Version 0. More... | |
subroutine | fv3_ugwp_solv2_v0 (klon, klev, dtime, |
A modification of the Scinocca (2003) [170] algorithm for NGWs with non-hydrostatic and rotational effects for GW propagations and background dissipation. More... | |
local_name | standard_name | long_name | units | type | dimensions | kind | intent |
---|---|---|---|---|---|---|---|
me | mpi_rank | MPI rank of current process | index | integer | () | in | |
master | mpi_root | MPI rank of master process | index | integer | () | in | |
nlunit | iounit_of_namelist | fortran unit number for opening namelist file | none | integer | () | in | |
input_nml_file | filename_of_internal_namelist | character string to store full namelist contents | none | character | (ccpp_constant_one:number_of_lines_in_internal_namelist) | len=* | in |
logunit | iounit_of_log | fortran unit number for writing logfile | none | integer | () | in | |
fn_nml2 | filename_of_namelist | namelist filename for ugwp | none | character | () | len=* | in |
lonr | number_of_equatorial_longitude_points | number of global points in x-dir (i) along the equator | count | integer | () | in | |
latr | number_of_latitude_points | number of global points in y-dir (j) along the meridian | count | integer | () | in | |
levs | vertical_layer_dimension | number of vertical levels | count | integer | () | in | |
ak | sigma_pressure_hybrid_coordinate_a_coefficient | a parameter for sigma pressure level calculations | Pa | real | (ccpp_constant_one:vertical_interface_dimension) | kind_phys | in |
bk | sigma_pressure_hybrid_coordinate_b_coefficient | b parameter for sigma pressure level calculations | none | real | (ccpp_constant_one:vertical_interface_dimension) | kind_phys | in |
dtp | timestep_for_physics | physics timestep | s | real | () | kind_phys | in |
cdmbgwd | multiplicative_tunable_parameters_for_mountain_blocking_and_orographic_gravity_wave_drag | multiplication factors for cdmb and gwd | none | real | (ccpp_constant_one:4) | kind_phys | in |
cgwf | tunable_parameters_for_convective_gravity_wave_drag | multiplication factor for convective GWD | none | real | (ccpp_constant_one:2) | kind_phys | in |
pa_rf_in | air_pressure_at_bottom_extent_of_rayleigh_damping | pressure level from which Rayleigh Damping is applied | Pa | real | () | kind_phys | in |
tau_rf_in | timescale_for_rayleigh_damping | time scale for Rayleigh damping in days | d | real | () | kind_phys | in |
con_p0 | standard_atmospheric_pressure | standard atmospheric pressure | Pa | real | () | kind_phys | in |
gwd_opt | control_for_drag_suite_gravity_wave_drag | flag to choose gwd scheme | flag | integer | () | in | |
do_ugwp | flag_for_unified_gravity_wave_physics_gravity_wave_drag_scheme | flag to activate CIRES UGWP | flag | logical | () | in | |
errmsg | ccpp_error_message | error message for error handling in CCPP | none | character | () | len=* | out |
errflg | ccpp_error_code | error code for error handling in CCPP | 1 | integer | () | out |