Skip to content

Commit

Permalink
Callbacks - remove F64 conversion (radiation)
Browse files Browse the repository at this point in the history
	modified:   src/callbacks/callbacks.jl
	modified:   .buildkite/longruns/pipeline.yml
	modified:   .buildkite/longruns/pipeline.yml
Remove unused longrun config
	deleted:    longrun_aquaplanet_rhoe_equil_clearsky_highres_hightop_rayleigh35e3_ft32.yml
  • Loading branch information
akshaysridhar committed Oct 30, 2023
1 parent 098e92c commit 0569e86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.

This file was deleted.

4 changes: 2 additions & 2 deletions src/callbacks/callbacks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ NVTX.@annotate function rrtmgp_model_callback!(integrator)
@. insolation_tuple = instantaneous_zenith_angle(
current_datetime,
orbital_data,
Float64(bottom_coords.long),
Float64(bottom_coords.lat),
bottom_coords.long,
bottom_coords.lat,
ref_insolation_params,
) # the tuple is (zenith angle, azimuthal angle, earth-sun distance)
@. solar_zenith_angle =
Expand Down

0 comments on commit 0569e86

Please sign in to comment.