Skip to content

Commit

Permalink
Correct instances of xlmchange (should be xmlchange)
Browse files Browse the repository at this point in the history
  • Loading branch information
olyson committed Mar 14, 2024
1 parent 0620822 commit 544fffc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cime_config/usermods_dirs/PLUMBER2/defaults/shell_commands
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash
./xmlchange CLM_USRDAT_NAME=PLUMBER2
./xlmchange DATM_MODE=1PT
./xmlchange DATM_MODE=1PT
# Set data forcing data to future scenario so will have data from 2018 to present-day
./xmlchange DATM_PRESAERO=SSP3-7.0
./xlmchange DATM_CO2_TSERIES=SSP3-7.0
./xmlchange DATM_CO2_TSERIES=SSP3-7.0
./xmlchange DATM_PRESNDEP=SSP3-7.0

# Explicitly set the MPI library to mpi-serial so won't have the build/run complexity of a full MPI library
Expand Down

0 comments on commit 544fffc

Please sign in to comment.