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

Error when create_clone CESM experiments

LeeJace

Lee
New Member
Dear all, I have trouble when I tried to clone CESM experiments published in CESM2 Experiments, Data & Diagnostic Output using CESM2.2.0 model.
Firstly, I downloaded https://svn-cesm2-expdb.cgd.ucar.edu/public/b.e21.BHIST.f09_g17.CMIP6-historical.001/ through svn tools.
Then I tried create_clone command
../cime/scripts/create_clone --clone ./b.e21.BHIST.f09_g17.CMIP6-historical.001/ --case ./b.e21.BHIST.f09_g17.CMIP6-historical.001_clone
I received the following responses:
distutils.errors.DistutilsFileError: can't copy '/home/CESM/cesm_2.2.0/cases/b.e21.BHIST.f09_g17.CMIP6-historical.001/env_workflow.xml': doesn't exist or not a regular file
I copied other cases's env_workflow.xml to my clone case while came new error
PermissionError: [Errno 13] Permission denied: '/glade'
I don't know where the issue lies in. Any suggestion will be much appreciated. Thanks.More detailed error info is enclosed.
 

Attachments

  • clone.txt
    2.7 KB · Views: 0

dbailey

CSEG and Liaisons
Staff member
You are trying to clone to a different machine here and this is not supported. I would create a comparable case and try to make sure the namelists are complete (under CaseDocs).
 
Top