Download link: https://mobaxterm.mobatek.net/download.html
“User sessions” (right click) -> “New session”
In Session settings:
- Click SSH
- Remote host: 172.18.6.175 (172.18.6.178)
- Specify username: ese-liangll
- Press OK
- Copy and Paste password (You won’t see the password on the screen)
Note: If you failed at this step, please delete this session and start from Step. 2 to create a new session.
- Press either Yes/No
If you see it as below, congrats, you have successfully connect to Taiyi supercomputer!
For more information on Taiyi, please refer to hpc.sustech.edu.cn
LINK: https://hpc.sustech.edu.cn/process/user_guide.html
[ese-liangll@login02 ~]$ cd /work/ese-liangll/CESM2.1.3/my_cesm_sandbox/cime/scripts/
[ese-liangll@login02 scripts]$ ./create_newcase –case /data/ese-liangll/CESM2.1.3/cases/newtest_TA –compset FHIST_BGC –res f09_f09_mg17 –mach sustechliangll
Change run options: do monthly run for 12 months
Change computation requirement: total tasks = 240 cores
Check the running requirements
Note: make sure to read taiyi user manual and attend training as a beginner.
Manual: https://hpc.sustech.edu.cn/ref/taiyi_User_Manual_v0.6.pdf
Do preview run to check the requirement to run the case.
Type the following statements. Note: you may need to change the case name with your own.
bsub -J newtest_TA -q medium -n 240 -R “span[ptile=40]” -W 12:00 -o stdout_%J.out -e stderr_%J.err ./case.submit
[ese-liangll@login02 newtest_TA]$ chmod 740 run_newtest_TA.sh
[ese-liangll@login02 newtest_TA]$ ./run_newtest_TA.sh
Now you have submit the job and CESM2 should be running after waiting in the queue.
Note: Check the queue using bqueues
Note: Check the queue using bqueues
CESM model structure on Taiyi
Additional information on CESM2
Model infrastructure and technical notes
Contact info.: liangsj2021@mail.sustech.edu.cn