Skip to content

Commit

Permalink
remove surface albedo entry from json
Browse files Browse the repository at this point in the history
  • Loading branch information
boulderdaze committed Oct 25, 2024
1 parent 0b01c77 commit 272be0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
4 changes: 2 additions & 2 deletions schemes/musica/tuvx/musica_ccpp_tuvx_surface_albedo.F90
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ module musica_ccpp_tuvx_surface_albedo
surface_albedo_label, surface_albedo_unit

!> Label for surface albedo in TUV-x
character(len=*), parameter :: surface_albedo_label = "surface_albedo"
character(len=*), parameter :: surface_albedo_label = "surface albedo"
!> Unit for surface albedo in TUV-x
character(len=*), parameter :: surface_albedo_unit = "" ! unitless
character(len=*), parameter :: surface_albedo_unit = "none"
!> Default value of number of wavelength bins
integer, parameter :: DEFAULT_NUM_WAVELENGTH_BINS = 0
!> Number of wavelength bins
Expand Down
2 changes: 1 addition & 1 deletion test/musica/test_musica_api.F90
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ subroutine test_musica_ccpp_api()
geopotential_height_wrt_surface_at_interface(2,:) = (/ 3000.0_kind_phys, 500.0_kind_phys, -1500.0_kind_phys /)
surface_temperature = (/ 300.0_kind_phys, 300.0_kind_phys /)
surface_geopotential = (/ 100.0_kind_phys, 200.0_kind_phys /)
surface_albedo = 20.0_kind_phys
surface_albedo = 0.10_kind_phys
standard_gravitational_acceleration = 10.0_kind_phys
temperature(:,1) = (/ 100._kind_phys, 200._kind_phys /)
temperature(:,2) = (/ 300._kind_phys, 400._kind_phys /)
Expand Down
10 changes: 0 additions & 10 deletions test/musica/tuvx/configs/ts1_tsmlt.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,6 @@
"month": 3,
"day": 21
},
{
"name": "surface albedo",
"type": "from config file",
"units": "none",
"uniform value": 0.10,
"grid": {
"name": "wavelength",
"units": "nm"
}
},
{
"name": "extraterrestrial flux",
"enable diagnostics" : true,
Expand Down

0 comments on commit 272be0f

Please sign in to comment.