Skip to content

Commit

Permalink
Update ci-compile-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rfiorella authored Mar 30, 2024
1 parent 61a7a30 commit f5fdd6a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci-compile-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ jobs:
./xmlchange ATM_DOMAIN_FILE=domain.lnd.1x1pt_teller-GRID_navy.nc
./xmlchange LND_DOMAIN_FILE=domain.lnd.1x1pt_teller-GRID_navy.nc
./xmlchange PIO_TYPENAME=netcdf,NTASKS=1,NTHRDS=1
./xmlchange STOP_OPTION=nyears,STOP_N=1
./xmlchange STOP_OPTION=nyears,STOP_N=5
./xmlchange BATCH_SYSTEM=none
echo "&clm_inparm" >> user_nl_elm
echo " do_budgets = .false." >> user_nl_elm
echo " use_nofire = .true." >> user_nl_elm
Expand All @@ -52,6 +51,9 @@ jobs:
# add coupler bypass flag to cmake macros.
echo 'string(APPEND CPPDEFS " -DCPL_BYPASS")' >> cmake_macros/universal.cmake
cat cmake_macros/universal.cmake
- name: build and run case
run:
cd ~/output/ci_test
./case.build
./case.submit --no-batch
cat /home/e3smuser/output/ci_test/run/e3sm.log.*
Expand Down

0 comments on commit f5fdd6a

Please sign in to comment.