Skip to content

Commit

Permalink
Fix typo, add unsupported argu at create case
Browse files Browse the repository at this point in the history
  • Loading branch information
blcc committed Oct 11, 2024
1 parent c015a80 commit cdda3a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/create_norcpm_esp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if [ "$1" == "delete" ] ;then
fi
fi

${noresmdir}/cime/scripts/./create_newcase --case ${case} --mach betzy --res ${res} --compset ${compset} --project nn9039k
${noresmdir}/cime/scripts/./create_newcase --case ${case} --mach betzy --res ${res} --compset ${compset} --project nn9039k --run-unsupported


cd ${caseroot}/${case}
Expand All @@ -71,8 +71,8 @@ cd ${caseroot}/${case}
./xmlchange NINST_WAV=$NINST
./xmlchange NINST_ESP=$NINST

./xmlchange STOP_N=STOP_N
./xmlchange STOP_OPTION=STOP_OPTION
./xmlchange STOP_N=$STOP_N
./xmlchange STOP_OPTION=$STOP_OPTION
./xmlchange --subgroup case.run JOB_WALLCLOCK_TIME=72:00:00
./xmlchange RUN_STARTDATE=1982-01-01

Expand Down

0 comments on commit cdda3a3

Please sign in to comment.