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

issue with refcase/refdir and permission denied

jzweifel

jzweifel
Member
Hello All,

I'm looking to figure out why I am running into the following error when trying to submit my case. Here's the message on my CaseStatus:

2024-04-01 13:54:47: case.submit error

[Errno 13] Permission denied: '/glade/campaign/cesm/cesmdata/inputdata/cesm2_init/2000-01-01.tmp'



My case is able to build just fine, its a clone of another case I have called 'control_F2000'. This current one I call control_F2000_variables_added is just running that same case from 30 years into the simulation (my spin up time) while adding some variables to be output.

Here are what some of my pertinent xml variables are set to:

CONTINUE_RUN: FALSE
ESP_RUN_ON_PAUSE: FALSE
RESUBMIT_SETS_CONTINUE_RUN: TRUE
RUN_REFCASE: control_F2000
RUN_REFDATE: 0031-01-01
RUN_REFDIR: /glade/derecho/scratch/jzweifel/archive/control_F2000/rest/first_30_years/0031-01-01-00000
RUN_REFTOD: 00000
RUN_STARTDATE: 0001-01-01
RUN_TYPE: branch


Here's some feedback snippets I got from my case.submit that I'm guessing are my issue here:

Model refcase missing file refdir = '/glade/campaign/cesm/cesmdata/inputdata/cesm2_init/2000-01-01/'
Client protocol gftp not enabled
Using protocol wget with user anonymous and passwd user@example.edu
Trying to download file: '../inputdata_checksum.dat' to path '/glade/derecho/scratch/jzweifel/control_F2000_variables_added/run/inputdata_checksum.dat.raw' using WGET protocol.
SUCCESS


&

Model refcase missing file refdir = '/glade/campaign/cesm/cesmdata/inputdata/cesm2_init/2000-01-01/'
Trying to download file: 'cesm2_init/2000-01-01' to path '/glade/campaign/cesm/cesmdata/inputdata/cesm2_init/2000-01-01' using WGET protocol.
Creating directory /glade/campaign/cesm/cesmdata/inputdata/cesm2_init/2000-01-01


I get some similar feedback when I use check_input_data:

Loading input file list: 'Buildconf/clm.input_data_list'
Loading input file list: 'Buildconf/cpl.input_data_list'
Loading input file list: 'Buildconf/cice.input_data_list'
Loading input file list: 'Buildconf/docn.input_data_list'
Loading input file list: 'Buildconf/cism.input_data_list'
Loading input file list: 'Buildconf/mosart.input_data_list'
Loading input file list: 'Buildconf/cam.input_data_list'
Loading input file list: 'Buildconf/refcase.input_data_list'
Model refcase missing file refdir = '/glade/campaign/cesm/cesmdata/inputdata/cesm2_init/2000-01-01/'
- Prestaging REFCASE (/glade/derecho/scratch/jzweifel/archive/control_F2000/rest/first_30_years/0031-01-01-00000) to /glade/derecho/scratch/jzweifel/control_F2000_variables_added/run

Copy rpointer /glade/derecho/scratch/jzweifel/archive/control_F2000/rest/first_30_years/0031-01-01-00000/rpointer.atm
Copy rpointer /glade/derecho/scratch/jzweifel/archive/control_F2000/rest/first_30_years/0031-01-01-00000/rpointer.lnd
Copy rpointer /glade/derecho/scratch/jzweifel/archive/control_F2000/rest/first_30_years/0031-01-01-00000/rpointer.ocn
Copy rpointer /glade/derecho/scratch/jzweifel/archive/control_F2000/rest/first_30_years/0031-01-01-00000/rpointer.rof
Copy rpointer /glade/derecho/scratch/jzweifel/archive/control_F2000/rest/first_30_years/0031-01-01-00000/rpointer.glc
Copy rpointer /glade/derecho/scratch/jzweifel/archive/control_F2000/rest/first_30_years/0031-01-01-00000/rpointer.drv
Copy rpointer /glade/derecho/scratch/jzweifel/archive/control_F2000/rest/first_30_years/0031-01-01-00000/rpointer.ice


Any help here would be great!

Thanks
 

peverley

Courtney Peverley
Moderator
question answered here:

 
Top