From da236b277ff55e16a21d37734cc169c4e651c83b Mon Sep 17 00:00:00 2001 From: Gabriele Bozzola Date: Tue, 17 Oct 2023 10:37:28 -0700 Subject: [PATCH] Remove irrelevant comments --- src/cache/temporary_quantities.jl | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/cache/temporary_quantities.jl b/src/cache/temporary_quantities.jl index e43a05acda0..cff99134e47 100644 --- a/src/cache/temporary_quantities.jl +++ b/src/cache/temporary_quantities.jl @@ -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