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 556c1d4 commit 75f563c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-compile-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
./xmlchange PIO_TYPENAME=netcdf,NTASKS=1,NTHRDS=1
./xmlchange STOP_OPTION=nyears,STOP_N=1
./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 @@ -48,6 +49,8 @@ jobs:
echo " stream_fldfilename_popdens = '/home/e3smuser/inputdata/lnd/clm2/firedata/clmforc.Li_2012_hdm_0.5x0.5_AVHRR_simyr1850-2010_c130401.nc'" >> user_nl_elm
cat user_nl_elm
./case.setup
# add coupler bypass flag to cmake macros.
echo "string(APPEND CPPDEFS " -DCPL_BYPASS)" >> cmake_macros/universal.cmake
cat cmake_macros/universal.cmake
./case.build
./case.submit --no-batch
Expand Down

0 comments on commit 75f563c

Please sign in to comment.