Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
amylu00 committed Jan 26, 2024
1 parent cd06051 commit 4a33df0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/IceNucleation.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Both parameters are dependent on aerosol properties and temperature.

## Water Activity Based Deposition Nucleation
The water activity based deposition nucleation model is analagous to ABIFM
for immersion freezing (see `ABIFM for Sulphuric Acid Containing Droplets`
for immersion freezing (see [ABIFM for Sulphuric Acid Containing Droplets](https://clima.github.io/CloudMicrophysics.jl/dev/IceNucleation/#ABIFM-for-Sulphuric-Acid-Containing-Droplets)
section below). It calculates a nucleation rate coefficient, ``J``, which
describes the number of ice nuclei formed per unit area of INP per unit time
dependent on the water activity criterion, ``\Delta a_w``, and aerosol type.
Expand Down
2 changes: 1 addition & 1 deletion test/gpu_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import CloudMicrophysics.P3Scheme as P3

const work_groups = (1,)

#ClimaComms.device() isa ClimaComms.CUDADevice || error("No GPU found")
ClimaComms.device() isa ClimaComms.CUDADevice || error("No GPU found")

# Set up GPU
using CUDA
Expand Down

0 comments on commit 4a33df0

Please sign in to comment.