Skip to content

Change initial land temperature#1773

Open
kmdeck wants to merge 7 commits intomainfrom
kd/pass_atmos_temp
Open

Change initial land temperature#1773
kmdeck wants to merge 7 commits intomainfrom
kd/pass_atmos_temp

Conversation

@kmdeck
Copy link
Copy Markdown
Member

@kmdeck kmdeck commented Mar 5, 2026

Purpose

Use the atmosphere temperature at the lowest level as the initial condition for canopy temp, bucket temp, etc. by default. Remove option to run with the orography adjusted temp field.

@kmdeck kmdeck changed the title pass in temperature field [skip ci] Change initial land temperature Mar 5, 2026
@kmdeck kmdeck linked an issue Mar 5, 2026 that may be closed by this pull request
Comment thread experiments/ClimaEarth/test/component_model_tests/climaland_tests.jl Outdated
Comment thread src/SimCoordinator.jl Outdated
@kmdeck kmdeck requested a review from juliasloan25 March 5, 2026 01:10
Comment thread src/SimCoordinator.jl Outdated
Comment thread src/SimCoordinator.jl Outdated
Comment thread docs/src/input.md Outdated
Comment thread experiments/ClimaEarth/test/component_model_tests/climaland_tests.jl Outdated
# Likewise initialize the initial temperature field to the surface space
# of the land model.
atmos_h = Interfacer.remap(surface_space, atmos_h)
initial_T = Interfacer.remap(surface_space, initial_T)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this line should fix the space error in the PR description - lmk if it doesn't

kmdeck and others added 6 commits April 7, 2026 16:09
@kmdeck kmdeck force-pushed the kd/pass_atmos_temp branch from fc40673 to 744e498 Compare April 7, 2026 23:09
@kmdeck kmdeck requested review from costachris and szy21 April 7, 2026 23:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Provide atmos temp to land model constructor

2 participants