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

Add soil temperature and moisture IAU #2415

Open
wants to merge 42 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 27 commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
59e1841
update with land IAU
tsga Sep 4, 2024
f8b8496
merge land IAU
tsga Sep 4, 2024
ca15362
use defaults when lnd_iau_nml doesn't exist
tsga Sep 13, 2024
626d1db
Revert "use defaults when lnd_iau_nml doesn't exist"
tsga Sep 13, 2024
f736e64
use defaults when lnd_iau_nml doesn't exist
tsga Sep 13, 2024
ff3f055
Merge branch 'develop' into feature/lnd_iau_gjf
grantfirl Oct 9, 2024
57589b4
add test for land IAU
grantfirl Oct 9, 2024
c551f29
update FV3
grantfirl Oct 9, 2024
4ad423b
Merge pull request #1 from grantfirl/feature/lnd_iau_gjf
tsga Oct 10, 2024
17dffaa
update FV3
tsga Oct 10, 2024
f6a43a6
update FV3
tsga Oct 17, 2024
107dde9
update FV3
tsga Oct 17, 2024
61e24e1
update FV3
tsga Oct 17, 2024
dce0851
update FV3
tsga Oct 20, 2024
7d40dcb
update FV3
tsga Oct 20, 2024
f66f579
update FV3
tsga Oct 20, 2024
6a4902f
update FV3
tsga Oct 21, 2024
5174d3f
update FV3
tsga Oct 21, 2024
a8b8538
update FV3
tsga Oct 21, 2024
c175f3f
update for NoahMP component model
tsga Oct 30, 2024
cbae871
merge FV3 develop
tsga Oct 30, 2024
2310e4d
Merge branch 'develop' into feature/lnd_iau
tsga Oct 30, 2024
d852a2d
update for Noahmp interface
tsga Oct 31, 2024
56fea0c
update CMakeLists in noahmp
tsga Oct 31, 2024
962c971
Merge branch 'develop' into feature/lnd_iau
tsga Nov 3, 2024
c89ee4f
update land iau test for changes by commit commit 547be6d of develop
tsga Nov 3, 2024
d50b96e
tests log; note _lnd_iau test done separately
tsga Nov 3, 2024
5ab038e
updates to FV3 and NOAHMP-interface
tsga Nov 13, 2024
00e041e
Merge branch 'develop' into feature/lnd_iau
tsga Nov 13, 2024
035d041
test changes and log land iau
tsga Nov 13, 2024
42a28c2
clean up noahmpdrv and lnd_iau
tsga Nov 15, 2024
9be4237
minor edit to combine use lnd_iau_mod lines
tsga Nov 15, 2024
478dee3
Revert "minor edit to combine use lnd_iau_mod lines"
tsga Nov 15, 2024
971cebd
minor edit to combine use lnd_iau_mod lines
tsga Nov 15, 2024
8f8303a
fix gitmodules to point to fv3 feature branch
jkbk2004 Nov 15, 2024
e71854a
sync up against develop
jkbk2004 Nov 15, 2024
d93cf7a
regressiontests_hera
tsga Nov 16, 2024
6d8da43
Revert "regressiontests_hera"
tsga Nov 16, 2024
44efb9d
FV3 remote
tsga Nov 16, 2024
e1dc0f5
Merge branch 'feature/lnd_iau' of https://github.com/tsga/ufs-weather…
tsga Nov 16, 2024
e4c6989
hash update ww3
jkbk2004 Nov 16, 2024
df9325a
add hera RT log: passed
jkbk2004 Nov 16, 2024
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
3 changes: 2 additions & 1 deletion NOAHMP-interface/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ list(APPEND _noahmp_cap_files noahmp/drivers/nuopc/lnd_comp_kind.F90

# CCPP interface
list(APPEND _noahmp_ccpp_files noahmp/drivers/ccpp/noahmpdrv.F90
noahmp/drivers/ccpp/sfc_diff.f
noahmp/drivers/ccpp/lnd_iau_mod.F90
noahmp/drivers/ccpp/sfc_diff.f
noahmp/drivers/ccpp/machine.F
noahmp/drivers/ccpp/noahmp_tables.f90
noahmp/drivers/ccpp/namelist_soilveg.f
Expand Down
885 changes: 377 additions & 508 deletions tests/logs/RegressionTests_hera.log

Large diffs are not rendered by default.

Loading