ShijingLiang

View the Project on GitHub

CESM2 Tutorial

Step 1. Connect to Taiyi Supercomputer


Process 1. Download MobaXterm for Windows

Download link: https://mobaxterm.mobatek.net/download.html

pic1

Process 2. Open MobaXterm and start a new session

“User sessions” (right click) -> “New session”

pic2

In Session settings:

  • Click SSH
  • Remote host: 172.18.6.175 (172.18.6.178)
  • Specify username: ese-liangll

pic3

  • Press OK
  • Copy and Paste password (You won’t see the password on the screen)

pic4

  • Press either Yes/No

pic5

Note: If you failed at this step, please delete this session and start from Step. 2 to create a new session.

If you see it as below, congrats, you have successfully connect to Taiyi supercomputer!

pic6

For more information on Taiyi, please refer to hpc.sustech.edu.cn
LINK: https://hpc.sustech.edu.cn/process/user_guide.html

Step 2. Let’s run CESM2


Porcess 1. Creat a case

Note: you need to rename your folder such as “newtest_xxx” (do not have any blank space in your folder name)

Process 2. Case setup

Change run options: do monthly run for 12 months

Change computation requirement: total tasks = 240 cores

Check the running requirements

pic12

Process 3. Case build

pic11

Process 4. Case run

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.

pic7

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

Now you have submit the job and CESM2 should be running after waiting in the queue.

Note: Check the queue using bqueues

pic8

Note: Check the queue using bqueues

pic9

Additional information


CESM model structure on Taiyi

pic10

Additional information on CESM2

Model infrastructure and technical notes

Contact info.: liangsj2021@mail.sustech.edu.cn