Skip to content

Commit

Permalink
Updates per comments from Rusty and Lucas
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerkclark committed Oct 23, 2023
1 parent 1a4c623 commit 86eb6f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions wrapper/shield/wrapper/physics_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -489,21 +489,21 @@
"name": "override_for_time_adjusted_total_sky_downward_longwave_flux_at_surface",
"fortran_name": "adjsfcdlw_override",
"units": "W/m^2",
"container": "Statein",
"container": "OverridesFromPythonWrapper",
"dims": ["y", "x"]
},
{
"name": "override_for_time_adjusted_total_sky_downward_shortwave_flux_at_surface",
"fortran_name": "adjsfcdsw_override",
"units": "W/m^2",
"container": "Statein",
"container": "OverridesFromPythonWrapper",
"dims": ["y", "x"]
},
{
"name": "override_for_time_adjusted_total_sky_net_shortwave_flux_at_surface",
"fortran_name": "adjsfcnsw_override",
"units": "W/m^2",
"container": "Statein",
"container": "OverridesFromPythonWrapper",
"dims": ["y", "x"]
}
]

0 comments on commit 86eb6f7

Please sign in to comment.