I want to run CESM from 1979 to 2020, but the default ozone input data (ozone_1.9x2.5_L26_1850-2005_c091112.nc) stops at 2005. I want to run the model using the scenario RCP8.5 after 2005, so I put another data (ozone_rcp85_v1_1.9x2.5_L26_1995-2105_c100202.nc) in the file "ozone_filelist.txt" and specify the variable "prescribed_aero_filelist":
prescribed_ozone_filelist='ozone_filelist.txt'
So that the model can read the ozone data after 2005 automatically from the file ozone_rcp85_v1_1.9x2.5_L26_1995-2105_c100202.nc. However, it seems that the model failed to do this. I checked the cesm.log and it gives the error message:
(shr_sys_abort) ERROR: not able to increment file name from filenames_list file: ozone_filelist.txt
I have attached the ozone_filelist.txt. Can anyone help me look into this?
prescribed_ozone_filelist='ozone_filelist.txt'
So that the model can read the ozone data after 2005 automatically from the file ozone_rcp85_v1_1.9x2.5_L26_1995-2105_c100202.nc. However, it seems that the model failed to do this. I checked the cesm.log and it gives the error message:
(shr_sys_abort) ERROR: not able to increment file name from filenames_list file: ozone_filelist.txt
I have attached the ozone_filelist.txt. Can anyone help me look into this?