Skip to content

Commit

Permalink
Fix comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
nusbaume committed Sep 10, 2024
1 parent 894c353 commit e39a48a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/air_composition.F90
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ subroutine air_composition_init()
!Set dry air thermodynamic properities if no dry air species provided:
if (dry_species_num == 0) then
!Note: The zeroeth index is used to represent all of dry
! instead of just N2 in this configuration
! air instead of just N2 in this configuration
thermodynamic_active_species_cp(0) = cpair
thermodynamic_active_species_cv(0) = cpair - rair
thermodynamic_active_species_R(0) = rair
Expand Down

0 comments on commit e39a48a

Please sign in to comment.