Skip to content

Commit

Permalink
Remove irrelevant comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Oct 25, 2023
1 parent 213739f commit da236b2
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/cache/temporary_quantities.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +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

# Fields used to store variables that only need to be used in a single function
# but cannot be computed on the fly. Unlike the precomputed quantities, these
# can be modified at any point, so they should never be assumed to be unchanged
Expand Down

0 comments on commit da236b2

Please sign in to comment.