Skip to content

Commit

Permalink
Third reconciliation PR from production/RRFS.v1 (#882)
Browse files Browse the repository at this point in the history
* streamline Thompson-Eidhammer microphysics: add new physical constant metadata
  • Loading branch information
grantfirl authored Nov 25, 2024
1 parent 71a4729 commit b769849
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ccpp/data/GFS_typedefs.F90
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ module GFS_typedefs
con_csol, con_epsqs, con_rocp, con_rog, &
con_omega, con_rerth, con_psat, karman, rainmin,&
con_c, con_plnk, con_boltz, con_solr_2008, &
con_solr_2002, con_thgni, con_1ovg
con_solr_2002, con_thgni, con_1ovg, con_rgas, &
con_avgd, con_amd, con_amw

use module_radsw_parameters, only: topfsw_type, sfcfsw_type
use module_radlw_parameters, only: topflw_type, sfcflw_type
Expand Down
28 changes: 28 additions & 0 deletions ccpp/data/GFS_typedefs.meta
Original file line number Diff line number Diff line change
Expand Up @@ -10439,3 +10439,31 @@
dimensions = ()
type = real
kind = kind_phys
[con_rgas]
standard_name = molar_gas_constant
long_name = universal ideal molar gas constant
units = J K-1 mol-1
dimensions = ()
type = real
kind = kind_phys
[con_avgd]
standard_name = avogadro_consant
long_name = Avogadro constant
units = mol-1
dimensions = ()
type = real
kind = kind_phys
[con_amd]
standard_name = molecular_weight_of_dry_air
long_name = molecular weight of dry air
units = g mol-1
dimensions = ()
type = real
kind = kind_phys
[con_amw]
standard_name = molecular_weight_of_water_vapor
long_name = molecular weight of water vapor
units = g mol-1
dimensions = ()
type = real
kind = kind_phys

0 comments on commit b769849

Please sign in to comment.