Skip to content

Commit 4773c2c

Browse files
authored
Merge pull request #1173 from CliMA/zs/hotfix
modify default land albedo code comment
2 parents a29ee78 + 72929bc commit 4773c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experiments/ClimaEarth/components/land/climaland_bucket.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ function BucketSimulation(
7979
# By default, this uses a file containing bareground albedo without a time component. Snow albedo is specified separately.
8080
albedo = CL.Bucket.PrescribedBaregroundAlbedo{FT}(α_snow, space)
8181
elseif albedo_type == "map_temporal" # Read in albedo from data file containing data over time
82-
# By default, this uses a file containing linearly-interpolated monthly data of total albedo, generated by CESM2's land model (CLM).
82+
# By default, this uses a file containing linearly-interpolated monthly data of clear-sky albedo, generated from CERES.
8383
if pkgversion(CL) < v"0.15"
8484
albedo = CL.Bucket.PrescribedSurfaceAlbedo{FT}(date_ref, t_start, space)
8585
else

0 commit comments

Comments
 (0)