Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exporting Canopy Variables from AQM to Facilitate Sub-Canopy Effects in FV3 and CCPP #2630

Draft
wants to merge 32 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
3eb86b5
Update AQM to current noaa-oar-arl:develop head
zmoon Oct 6, 2022
3237035
Update AQM submodule URL
zmoon Oct 6, 2022
2adb40f
Merge pull request #2 from noaa-oar-arl/update-aqm
drnimbusrain Oct 6, 2022
1a043be
Update AQM
zmoon Oct 26, 2022
5f50608
Merge branch 'upstream-develop' into develop
zmoon Oct 26, 2022
6ed72ee
Update AQM
zmoon Nov 17, 2022
4f7238b
Merge remote-tracking branch 'upstream/develop' into develop
zmoon Nov 17, 2022
2ee12e6
Update AQM
zmoon Jan 13, 2023
9464608
Merge remote-tracking branch 'upstream/develop' into develop
zmoon Jan 13, 2023
30e0336
Update AQM
zmoon Jan 13, 2023
c29ad90
Update AQM
zmoon Jan 19, 2023
825ac3a
Merge branch 'ufs-community:develop' into develop
zmoon Feb 10, 2023
1132b5d
Update AQM
zmoon Feb 10, 2023
0376aed
Updated .gitmodules for fv3atm to noaa-oar-arl fork.
drnimbusrain Feb 11, 2023
aada713
Updated FV3 submodule
drnimbusrain Feb 11, 2023
27fdc5c
Updated submodules.
drnimbusrain Feb 11, 2023
2e9fbd1
Revert "Updated submodules."
zmoon Mar 7, 2023
d5473d2
Update FV3
zmoon Mar 7, 2023
45c419e
Merge remote-tracking branch 'upstream/develop' into develop
zmoon Mar 7, 2023
a3cff56
Adding default ufs_hopper.gnu.lua build file.
drnimbusrain Mar 16, 2023
99216aa
Update AQM
zmoon Mar 24, 2023
27c1b23
Merge remote-tracking branch 'upstream/develop' into develop
zmoon Mar 27, 2023
94a45f1
Merge remote-tracking branch 'upstream/develop' into develop
zmoon Mar 27, 2023
812d112
Merge remote-tracking branch 'upstream/develop' into develop
zmoon May 31, 2023
40b775c
Merge remote-tracking branch 'upstream/develop' into develop
zmoon Jul 6, 2023
d3f819b
Update FV3
zmoon Jul 7, 2023
fcd0a43
Merge remote-tracking branch 'upstream/develop' into develop
zmoon Jul 7, 2023
11dd74d
Merge remote-tracking branch 'upstream/develop' into develop
zmoon Jul 17, 2023
9d7160d
Merge remote-tracking branch 'upstream/develop' into develop
zmoon Nov 20, 2023
aa2ff9e
Merge remote-tracking branch 'upstream/develop' into develop
zmoon Feb 10, 2025
946a4fd
Commit of only canopy changes in tests/parm/fd_ufs.yaml.
drnimbusrain Feb 28, 2025
1b534c7
Reverting .gitmodules and cleaning.
drnimbusrain Feb 28, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions tests/parm/fd_ufs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1236,6 +1236,39 @@ field_dictionary:
canonical_units: 1
description: AOD
#
# IVAI
- standard_name: inst_tracer_diag_claie
canonical_units: 1
description: CLAIE
#
- standard_name: inst_tracer_diag_cfch
canonical_units: m
description: CFCH
#
- standard_name: inst_tracer_diag_cfrt
canonical_units: 1
description: CFRT
#
- standard_name: inst_tracer_diag_cclu
canonical_units: 1
description: CCLU
#
- standard_name: inst_tracer_diag_cpopu
canonical_units: people km-2
description: CPOPU
#
- standard_name: inst_tracer_diag_coszens
canonical_units: 1
description: COSZENS
#
- standard_name: inst_tracer_diag_jo3o1d
canonical_units: min-1
description: JO3O1D
#
- standard_name: inst_tracer_diag_jno2
canonical_units: min-1
description: JNO2
# IVAI
- standard_name: Sl_sfrac
alias: inst_snow_area_fraction_lnd
canonical_units: 1
Expand Down