Skip to content

Commit c05b2ed

Browse files
authored
Update ci-compile-test.yml
try compiling and running now
1 parent e680f81 commit c05b2ed

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci-compile-test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,10 @@ jobs:
4141
echo " fsurdat = '/home/e3smuser/inputdata/lnd/clm2/surfdata_map/surfdata_1x1pt_teller-GRID_simyr1850_c360x720_c171002.nc'" >> user_nl_elm
4242
cat user_nl_elm
4343
./case.setup
44+
- name: compile E3SM/ELM
45+
run: |
46+
./case.build
47+
- name: run a short period to test if model works
48+
run: |
49+
./case.submit --no-batch
4450

0 commit comments

Comments
 (0)