Skip to content

Commit

Permalink
change radians to rad
Browse files Browse the repository at this point in the history
  • Loading branch information
peverwhee committed Dec 5, 2024
1 parent b2bdd4c commit e343139
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions src/physics/utils/physics_grid.meta
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
protected = True
[ lat_rad ]
standard_name = latitude
units = radians
units = rad
type = real | kind = kind_phys
dimensions = (horizontal_dimension)
protected = True
[ lon_rad ]
standard_name = longitude
units = radians
units = rad
type = real | kind = kind_phys
dimensions = (horizontal_dimension)
protected = True
Expand All @@ -62,7 +62,7 @@
protected = True
[ area ]
standard_name = cell_angular_area
units = steradian
units = sr
type = real | kind = kind_phys
dimensions = (horizontal_dimension)
protected = True
Expand Down
4 changes: 2 additions & 2 deletions test/unit/sample_files/phys_types_dup_section.meta
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
protected = True
[ latitude ]
standard_name = latitude
units = radians
units = rad
type = real | kind = kind_phys
dimensions = (horizontal_dimension)
protected = True
[ longitude ]
standard_name = longitude
units = radians
units = rad
type = real | kind = kind_phys
dimensions = (horizontal_dimension)
protected = True
Expand Down
4 changes: 2 additions & 2 deletions test/unit/sample_files/physics_types_complete.meta
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
type = ddt
[ latitude ]
standard_name = latitude
units = radians
units = rad
type = real | kind = kind_phys
dimensions = (horizontal_dimension)
protected = True
[ longitude ]
standard_name = longitude
units = radians
units = rad
type = real | kind = kind_phys
dimensions = (horizontal_dimension)
protected = True
Expand Down
4 changes: 2 additions & 2 deletions test/unit/sample_files/physics_types_ddt2.meta
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
type = ddt
[ latitude ]
standard_name = latitude
units = radians
units = rad
type = real | kind = kind_phys
dimensions = (horizontal_dimension)
protected = True
[ longitude ]
standard_name = longitude
units = radians
units = rad
type = real | kind = kind_phys
dimensions = (horizontal_dimension)
protected = True
Expand Down
4 changes: 2 additions & 2 deletions test/unit/sample_files/physics_types_ddt_array.meta
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
protected = True
[ latitude ]
standard_name = latitude
units = radians
units = rad
type = real | kind = kind_phys
dimensions = (horizontal_dimension)
protected = True
[ longitude ]
standard_name = longitude
units = radians
units = rad
type = real | kind = kind_phys
dimensions = (horizontal_dimension)
protected = True
Expand Down
4 changes: 2 additions & 2 deletions test/unit/sample_files/physics_types_ddt_eul.meta
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
type = module
[ latitude ]
standard_name = latitude
units = radians
units = rad
type = real | kind = kind_phys
dimensions = (horizontal_dimension)
protected = True
[ longitude ]
standard_name = longitude
units = radians
units = rad
type = real | kind = kind_phys
dimensions = (horizontal_dimension)
protected = True
Expand Down
4 changes: 2 additions & 2 deletions test/unit/sample_files/physics_types_ddt_fv.meta
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
protected = True
[ longitude ]
standard_name = longitude
units = radians
units = rad
type = real | kind = kind_phys
dimensions = (horizontal_dimension)
protected = True
Expand All @@ -25,7 +25,7 @@
type = module
[ latitude ]
standard_name = latitude
units = radians
units = rad
type = real | kind = kind_phys
dimensions = (horizontal_dimension)
protected = True
Expand Down
4 changes: 2 additions & 2 deletions test/unit/sample_files/physics_types_ddt_se.meta
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
protected = True
[ latitude ]
standard_name = latitude
units = radians
units = rad
type = real | kind = kind_phys
dimensions = (horizontal_dimension)
protected = True
Expand All @@ -25,7 +25,7 @@
type = module
[ longitude ]
standard_name = longitude
units = radians
units = rad
type = real | kind = kind_phys
dimensions = (horizontal_dimension)
protected = True
Expand Down
4 changes: 2 additions & 2 deletions test/unit/sample_files/physics_types_parameter.meta
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
protected = True
[ latitude ]
standard_name = latitude
units = radians
units = rad
type = real | kind = kind_phys
dimensions = (horizontal_dimension)
protected = True
[ longitude ]
standard_name = longitude
units = radians
units = rad
type = real | kind = kind_phys
dimensions = (horizontal_dimension)
protected = True
Expand Down
4 changes: 2 additions & 2 deletions test/unit/sample_files/physics_types_simple.meta
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
protected = True
[ latitude ]
standard_name = latitude
units = radians
units = rad
type = real | kind = kind_phys
dimensions = (horizontal_dimension)
protected = True
[ longitude ]
standard_name = longitude
units = radians
units = rad
type = real | kind = kind_phys
dimensions = (horizontal_dimension)
protected = True

0 comments on commit e343139

Please sign in to comment.