forked from ESCOMP/CAM
-
Notifications
You must be signed in to change notification settings - Fork 0
Running FKESSLER on Derecho
Jian Sun edited this page Jan 27, 2025
·
1 revision
Here are the detailed steps to create, configure, build and run the FKESSLER case on Derecho's CPU node, using the intel compiler.
cd /glade/derecho/scratch/$USER
git clone git@github.com:NCAR/StormSPEED.git
cd StormSPEED
git checkout stormspeed
./manage_externals/checkout_externals
cd cime/scripts
./create_newcase --case /path_to_your_test_dir --mach derecho --compset FKESSLER --res ne16_g37 --compiler intel --driver mct --queue main --run-unsupported
cd /path_to_your_test_dir
./xmlchange CAM_TARGET=theta-l
./xmlchange STOP_OPTION=ndays,STOP_N=12,RESUBMIT=0
./xmlchange PROJECT=YOUR_PROJECT_ACCOUNT
./xmlchange JOB_WALLCLOCK_TIME=00:30:00
./xmlchange DOUT_S='FALSE'
./xmlchange BFBFLAG=TRUE
./case.setup
./case.build
./case.submit