Rename an E3SM case
Renaming an E3SM case is desired when you want to retain the name for a rerun.
In general, there are two approaches to achieve this:
- Rename all the folders/subfolders, and then rename the files within these folders
- Create new folders/subfolders, and then move existing files into the newly created folders
There are different pros and cons in them
The first method: Pros:
- does not create new directories
- keep all the existing file even we don’t rename them
Cons:
- Must rename folders first, when we can rename files in the right order
The second method: Pros:
- working on separated folders will avoid conflict
Cons:
- moving file may cause performance slow down
- may miss some files
In pye3sm, I plan to implement the first method because it will keep all the files.