We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 894c353 commit e39a48aCopy full SHA for e39a48a
src/data/air_composition.F90
@@ -459,7 +459,7 @@ subroutine air_composition_init()
459
!Set dry air thermodynamic properities if no dry air species provided:
460
if (dry_species_num == 0) then
461
!Note: The zeroeth index is used to represent all of dry
462
- ! instead of just N2 in this configuration
+ ! air instead of just N2 in this configuration
463
thermodynamic_active_species_cp(0) = cpair
464
thermodynamic_active_species_cv(0) = cpair - rair
465
thermodynamic_active_species_R(0) = rair
0 commit comments