Skip to content

Commit

Permalink
merge gsl institutional fork (#526)
Browse files Browse the repository at this point in the history
Merge in GSL institutional fork
  • Loading branch information
SamuelTrahanNOAA authored May 17, 2022
1 parent 5301b65 commit 1e9c3da
Show file tree
Hide file tree
Showing 12 changed files with 1,253 additions and 44 deletions.
6 changes: 5 additions & 1 deletion ccpp/config/ccpp_prebuild_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
'physics/physics/satmedmfvdifq.F',
'physics/physics/shinhongvdif.F90',
'physics/physics/ysuvdif.F90',
'physics/physics/mynnpbl_wrapper.F90',
'physics/physics/mynnedmf_wrapper.F90',
'physics/physics/mynnsfc_wrapper.F90',
'physics/physics/sgscloud_radpre.F90',
'physics/physics/sgscloud_radpost.F90',
Expand Down Expand Up @@ -213,6 +213,10 @@
'physics/physics/sfc_sice.f',
# HAFS FER_HIRES
'physics/physics/mp_fer_hires.F90',
# SMOKE
'physics/smoke/rrfs_smoke_wrapper.F90',
'physics/smoke/rrfs_smoke_postpbl.F90',
'physics/smoke/rrfs_smoke_lsdep_wrapper.F90',
# RRTMGP
'physics/physics/rrtmgp_lw_gas_optics.F90',
'physics/physics/rrtmgp_lw_cloud_optics.F90',
Expand Down
14 changes: 7 additions & 7 deletions ccpp/data/CCPP_typedefs.meta
Original file line number Diff line number Diff line change
Expand Up @@ -1824,6 +1824,13 @@
dimensions = (horizontal_loop_extent,vertical_layer_dimension)
type = real
kind = kind_phys
[save_q(:,:,index_of_snow_mixing_ratio_in_tracer_concentration_array)]
standard_name = snow_mixing_ratio_save
long_name = ratio of mass of snow water to mass of dry air plus vapor (without condensates) before entering a physics scheme
units = kg kg-1
dimensions = (horizontal_loop_extent,vertical_layer_dimension)
type = real
kind = kind_phys
[save_q(:,:,index_of_cloud_ice_mixing_ratio_in_tracer_concentration_array)]
standard_name = ice_water_mixing_ratio_save
long_name = cloud ice water mixing ratio before entering a physics scheme
Expand Down Expand Up @@ -2156,13 +2163,6 @@
units = count
dimensions = ()
type = integer
[ud_mf]
standard_name = instantaneous_atmosphere_updraft_convective_mass_flux
long_name = (updraft mass flux) * delt
units = kg m-2
dimensions = (horizontal_loop_extent,vertical_layer_dimension)
type = real
kind = kind_phys
[uustar_water]
standard_name = surface_friction_velocity_over_water
long_name = surface friction velocity over water
Expand Down
254 changes: 239 additions & 15 deletions ccpp/data/GFS_typedefs.F90

Large diffs are not rendered by default.

Loading

0 comments on commit 1e9c3da

Please sign in to comment.