Versions Compared

Key

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

...

If you mounted your github repository from the host filesystem, you can skip the step above and to go directory to the repo, and run a case:. By default, it assumes that 16 threads/cores available on the machine, <GMAKE_J>16</GMAKE_J>. If you run it on less powerful workstation/laptop, you may run into an error when building the model, and need to change it.

e3sm@singularity:~$ cd E3SM/cime/scripts/
e3sm@singularity:~$ ./create_newcase --case container.A_WCYCL1850.ne4_oQU240.baseline --compset A_WCYCL1850 --res ne4_oQU240
e3sm@singularity:~$ cd container.A_WCYCL1850.ne4_oQU240.baseline/
e3sm@singularity:~$ ./case.setup
e3sm@singularity:~$ ./xmlchange GMAKE_J=2
e3sm@singularity:~$ ./case.build
e3sm@singularity:~$ ./case.submit

...