forked from NCAR/noahmp
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from NOAA-EMC/feature/hr2_land1
Land surface upgrades for HR2
- Loading branch information
Showing
15 changed files
with
3,368 additions
and
2,433 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,7 @@ jobs: | |
matrix: | ||
os: [ubuntu-22.04] | ||
test: [test_datm_lnd] | ||
esmf: [8.4.2] | ||
|
||
env: | ||
# set token to access gh command | ||
|
@@ -34,7 +35,7 @@ jobs: | |
steps: | ||
# test component | ||
- name: Test Component | ||
uses: esmf-org/nuopc-comp-testing@v1.0.0 | ||
uses: esmf-org/nuopc-comp-testing@feature/v1.2 | ||
with: | ||
app_install_dir: ${{ env.APP_INSTALL_DIR }} | ||
artifacts_files: | | ||
|
@@ -61,9 +62,8 @@ jobs: | |
component_module_name: lnd_comp_nuopc | ||
data_component_name: datm | ||
dependencies: | | ||
[email protected] | ||
[email protected] | ||
[email protected]+parallelio | ||
[email protected]+pnetcdf | ||
[email protected] precision=32,64 | ||
esmf@${{ matrix.esmf }}+external-parallelio | ||
dependencies_install_dir: ${{ env.DEP_INSTALL_DIR }} | ||
mpirun_args: --oversubscribe -np 6 --mca btl_tcp_if_include eth0 | ||
test_definition: ${{ env.APP_INSTALL_DIR }}/noahmp/.github/workflows/tests/${{ matrix.test }}.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.