Skip to content

Commit

Permalink
Update surface albedo units (ESCOMP#181)
Browse files Browse the repository at this point in the history
Uses units of `fraction` for surface albedo in meta data. Also, uses
`rad` instead of `radians` in metadata.

closes ESCOMP#180
  • Loading branch information
mattldawson authored Dec 17, 2024
1 parent 491e562 commit 45c3753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schemes/musica/musica_ccpp.meta
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
[ surface_albedo ]
standard_name = surface_albedo_due_to_UV_and_VIS_direct
type = real | kind = kind_phys
units = None
units = fraction
dimensions = ()
intent = in
[ photolysis_wavelength_grid_interfaces ]
Expand Down Expand Up @@ -173,7 +173,7 @@
intent = in
[ solar_zenith_angle ]
standard_name = solar_zenith_angle
units = radians
units = rad
type = real | kind = kind_phys
dimensions = (horizontal_loop_extent)
intent = in
Expand Down

0 comments on commit 45c3753

Please sign in to comment.