Add z_top to clm artifacts and rename #102
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See accompanying ClimaLand PR
Adds Canopy height to both clm data artifacts as
z_top
.The
MONTHLY_MEAN_TOP
is a 4D variable on Lon, lat, time, and pft.The dominant pft is taken, and time is averaged across the months. Averaging the time
is equivalent to just selecting a time, because even though there is a time dim, there is no variance across time
In the 0.125x0.125 surface data file, the
MONTHLY_MEAN_TOP
is zero everywhere. Because of this,when creating the 0.125x0.125 pft data, the script uses the closest lon and lat from
MONTHLY_MEAN_TOP
in the 0.9x1.25 surface data file to calculatez_top
(still uses dominant PFT from 0.125x0.125 surface data file).0.9x1.25
0.125x0.125
Also rename the low res artifact from clm_data
to clm_data_0.9x1.25 and the high res artifact from
clm_data_0.125 to clm_data_0.125x0.125
Checklist:
$artifact_name
README.md
in that that folder thatLICENSE
fileProject.toml
and
Manifest.toml
)OutputArtifacts.toml
file containing the informationneeded for package developers to add
$artifact_name
to their package/groups/esm/ClimaArtifacts/artifacts/$artifact_name
)Overides.toml
on the Caltech Cluster(in
/groups/esm/ClimaArtifacts/artifacts/Overrides.toml
)README.md
to point to the new artifact