Skip to content

Commit

Permalink
Update ci-compile-test.yml
Browse files Browse the repository at this point in the history
continue trying to get ci working for teller test case
  • Loading branch information
rfiorella authored Mar 29, 2024
1 parent ead9e28 commit 3cb95d3
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions .github/workflows/ci-compile-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,24 @@ jobs:
with:
ref: ${{ github.ref }}
submodules: true
- name: Print out some environment variables
- name: Setup cime and input datafiles
run: |
mkdir ~/.cime
cp /home/e3smuser/.cime/* /github/home/.cime/
echo `pwd` && echo $HOME && ls && ls -a ~/.cime
cp /home/e3smuser/.cime/* /github/home/.cime/
git clone https://github.com/rfiorella/pt-e3sm-inputdata /home/e3smuser/inputdata
- name: create new case and setup
run: |
git clone https://github.com/rfiorella/pt-e3sm-inputdata /home/e3smuser/inputdata
cd cime/scripts && ./create_newcase --mach docker --res ELM_USRDAT --compset ICB1850CNPRDCTCBC --case ~/output/ci_test \
&& cd ~/output/ci_test && ./case.setup
&& cd ~/output/ci_test
./xmlchange MOSART_MODE=NULL,DOUT_S=FALSE,DIN_LOC_ROOT=/home/e3smuser/inputdata
./xmlchange DIN_LOC_ROOT_CLMFORC=/home/e3smuser/inputdata/atm/datm7
./xmlchange ELM_USRDAT_NAME=1x1pt_AK-TLG
./xmlchange ATM_DOMAIN_PATH=/home/e3smuser/inputdata/share/domains/domain.clm
./xmlchange LND_DOMAIN_PATH=/home/e3smuser/inptudata/share/domains/domain.clm
./xmlchange ATM_DOMAIN_FILE=domain.lnd.1x1pt_teller-GRID_navy.nc
./xmlchange LND_DOMAIN_FILE=domain.lnd.1x1pt_teller-GRID_navy
./xmlchange PIO_TYPENAME=netcdf,NTASKS=1,NTHRDS=1
./xmlchange STOP_OPTION=nyears,STOP_N=1
./xmlchange BATCH_SYSTEM=none
./case.setup

0 comments on commit 3cb95d3

Please sign in to comment.