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

Weird directory structure with CIME fork

samrabin

Sam Rabin
Member
I made a fork of CIME to add some functionality for a chain submission script I'm working on, but when I point Externals.cfg at it and check out the externals, it completely messes up the cime/ directory structure.

I've attached tree output for the normal-sourced and my-fork-sourced cime/ directories so you can see what I mean. Do you know what the problem might be? It looks like my directory structure matches the structure on the CIME Github repo, so maybe there's something additional happening during the checkout process that doesn't happen when I check out from my fork?

Here is the normal sourcing in Externals.cfg:
Code:
repo_url = https://github.com/ESMCI/cime
tag = cime6.0.15

And here's mine:
Code:
repo_url = https://github.com/samsrabin/cime_myfork
tag = 202207291803

Thanks in advance.
 

Attachments

  • normal.txt
    50.9 KB · Views: 1
  • mine.txt
    51.2 KB · Views: 1

jedwards

CSEG and Liaisons
Staff member
The cime directory structure was changed in a version newer than cime6.0.15. If you want to branch from
cime6.0.15 you should create a branch from that tag.
 
Top