Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

Meaning of M in './manage_externals/checkout_externals -S'

Min-Seok Kim

Min-Seok Kim
New Member
Hi,

I downloaded CESM version 2.1.5.
To confirm a successful download of all components, I ran 'checkout_externals' with option '-S'.
And I can see 'M' character in the second column for cime component.
What does it mean ? Should I change something ?
Thanks in advance for your comment.

1705056366100.png
 

jedwards

CSEG and Liaisons
Staff member
It says that you have locally modified the cime component, go to the cime directory
and run git diff to see what it thinks has changed. You can run git restore <filename> to
correct any corrupted files.
 

Min-Seok Kim

Min-Seok Kim
New Member
Thank you for your comment.
Actually, I modified several xml files in cime/config/cesm/machines in porting process.
In this situation, it will be not problem in operating CESM, right ?
 

jedwards

CSEG and Liaisons
Staff member
You may want to run:
cd cime
git stash
cd ../
./manage_externals/checkout_externals cime
cd cime
git stash pop

To bring cime up to the latest while preserving your changes.
 
Top