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

Run error: open_trc_datafil in prescribed_volcaero.F90

HeraGud

Hera Guðlaugsdóttir
New Member
Hello

I'm running a prescribed volcanic forcing experiment using CESM1.2.2 on Cheyenne using F_2000_WACCM_SC f19_g16 compset. For that I have defined the prescribed_volcaero variables within the user_nl_cam. First I'll run a short, say 1 day, run just to test if it works. Then my user_nl_cam file looks like this:

prescribed_volcaero_name = 'sad_sage'
prescribed_volcaero_file = 'waccm_forcing_final.nc'
prescribed_volcaero_datapath = '/glade/u/home/hgudlaug/data/vlc'
prescribed_volcaero_type = 'SERIAL'
prescribed_volcaero_cycle_yr = 0

(prescribed_volcaero_type = 'CYCLICAL' was also tested but with an error when cycle_yr = 0)

I then change the env_run.xml like this:

./xmlchange -file env_run.xml -id STOP_OPTION -val days
./xmlchange -file env_run.xml -id STOP_N -val 1
./xmlchange -file env_run.xml -id STOP_DATE -val 0215

After submitting I get an error message always complaining about the prescribed_volcaero variables that are called in line 188 of the prescribed_volcaero.F90 script here:
-> call trcdata_init( specifier, filename, filelist, datapath, fields, file, &
rmv_file, cycle_yr, fixed_ymd, fixed_tod, data_type)
All of these variables are defined in the user_nl_cam list or as a default except for these three: specifier, fields and file.

1665619667318.png


Have you any idea what could be the problem here ?
 
Top