Skip to content

Commit

Permalink
In physics/Interstitials/UFS_SCM_NEPTUNE/maximum_hourly_diagnostics.m…
Browse files Browse the repository at this point in the history
…eta: change units 'flashes 5 min-1' to 'flashes min-1' and update long name to make clear this is per 5 minutes
  • Loading branch information
climbfuji committed Mar 8, 2024
1 parent cc114f4 commit e1db7f2
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -295,24 +295,24 @@
intent = in
[ltg1_max]
standard_name = lightning_threat_index_1
long_name = lightning threat index 1
units = flashes 5 min-1
long_name = lightning threat index 1 in flashes per 5 minutes
units = flashes min-1
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
intent = inout
[ltg2_max]
standard_name = lightning_threat_index_2
long_name = lightning threat index 2
units = flashes 5 min-1
long_name = lightning threat index 2 in flashes per 5 minutes
units = flashes min-1
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
intent = inout
[ltg3_max]
standard_name = lightning_threat_index_3
long_name = lightning threat index 3
units = flashes 5 min-1
long_name = lightning threat index 3 in flashes per 5 minutes
units = flashes min-1
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
Expand Down

0 comments on commit e1db7f2

Please sign in to comment.