Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scm/src/gmtb_scm_physical_constants.f90
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module gmtb_scm_physical_constants
public

!> \section arg_table_gmtb_scm_physical_constants
!! | local_name | standard_name | long_name | units | rank | type | kind | intent | optional |
!! | local_name | standard_name | long_name | units | rank | type | kind | intent | optional |
!! |-----------------------|--------------------------------------------------------|---------------------------------------------------------|---------------|------|-------------------|-----------|--------|----------|
!! | con_cp | specific_heat_of_dry_air_at_constant_pressure | specific heat of dry air at constant pressure | J kg-1 K-1 | 0 | real | kind_phys | none | F |
!! | con_fvirt | ratio_of_vapor_to_dry_air_gas_constants_minus_one | rv/rd - 1 (rv = ideal gas constant for water vapor) | none | 0 | real | kind_phys | none | F |
Expand Down
Loading