changliao1025 / pye3sm

PyE3SM: a Python library to assist E3SM model simulation.
Other
6 stars 0 forks source link

Job submission script from create case function #13

Open changliao1025 opened 3 years ago

changliao1025 commented 3 years ago

Using a case to prepare the e3sm dataset and then submit the slurm job requires case info, which is available in the pye3sm component. To address this, we can split the process into two parts: 1. generate all the inputs and a slurm job file; 2. submit the job (maybe using the first step).

The job script from the first step can be saved in the case_aux folder.