Skip to content

Commit

Permalink
Correct typo in PLUMBER2/defaults/shell_commands
Browse files Browse the repository at this point in the history
  • Loading branch information
slevis-lmwg committed Mar 2, 2024
1 parent 018ac84 commit fb60fe8
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 fb60fe8

Please sign in to comment.