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.
Have you any idea what could be the problem here ?
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.
Have you any idea what could be the problem here ?