Skip to content

Commit

Permalink
add protected = true to orbital data metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
peverwhee committed Jan 29, 2025
1 parent ca692f3 commit 171060e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/physics/utils/orbital_data.meta
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,16 @@
units = rad
type = real | kind = kind_phys
dimensions = ()
protected = True
[earth_sun_distance]
standard_name = earth_sun_distance
units = AU
type = real | kind = kind_phys
dimensions = ()
protected = True
[solar_zenith_angle]
standard_name = solar_zenith_angle
units = rad
type = real | kind = kind_phys
dimensions = (horizontal_dimension)
dimensions = (horizontal_dimension)
protected = True

0 comments on commit 171060e

Please sign in to comment.