Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  •  Using your NERSC account or assigned training account, ssh onto perlmutter
  •  Create a github account and generate ssh keys to connect local git on perlmutter and github
  •  Clone E3SM model into a local directory on perlmutter with the following commands.
    mkdir ~/E3SM_code
    mkdir ~/E3SM_code/master_240430
    cd ~/E3SM_code/master_240430
    git clone git@github.com:E3SM-Project/E3SM.git ./

Text editors to make code modifications

...