Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessry comments
Browse files Browse the repository at this point in the history
Sbozzolo committed Oct 25, 2023
1 parent e6a286e commit f6834b6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/cache/temporary_quantities.jl
Original file line number Diff line number Diff line change
@@ -12,16 +12,6 @@ using ClimaCore.Utilities: half

import ClimaCore.Fields: ColumnField

# Functions on which the model depends:
# CAP.R_d(params) # dry specific gas constant
# CAP.kappa_d(params) # dry adiabatic exponent
# CAP.T_triple(params) # triple point temperature of water
# CAP.MSLP(params) # reference pressure
# CAP.grav(params) # gravitational acceleration
# CAP.Omega(params) # rotation rate (only used if space is spherical)
# CAP.cv_d(params) # dry isochoric specific heat capacity
# The value of cv_d is implied by the values of R_d and kappa_d

# The model also depends on f_plane_coriolis_frequency(params)
# This is a constant Coriolis frequency that is only used if space is flat

0 comments on commit f6834b6

Please sign in to comment.