ERROR about "solar_data_advance" when running CESM v1.2.2

Hi, I use the component of "FGEOS_C4MOZ_L40CN" to run CESM 1.2.2, and I have been successfully to do that for the year 2006-2007. When I began to run the year "2010", I have this error message:"solar_data_advance: not able to find data for : 2010-01-01-00000solar_data_advance: not able to find data for : 2010-01-01-00000(shr_sys_abort) ERROR: solar_data_advance: failed to read data from /netscr/yuqiangz/inputdata/atm/cam/solar/spectral_irradiance_Lean_1610-2009_ann_c100405.nc(shr_sys_abort) ERROR: solar_data_advance: failed to read data from /netscr/yuqiangz/inputdata/atm/cam/solar/spectral_irradiance_Lean_1610-2009_ann_c100405.nc"I checked the timestep inside this netcdf file, and it only contains till to the year 2009. So I am wondering where can I get a substitute file for my case, and what's this file used for? And where should I put a statement to define a new path for a new file?Thanks for your time!  
 

hannay

Cecile Hannay
AMWG Liaison
Staff member
You could use:
spectral_irradiance_Lean_1610-2140_ann_c100408.ncThe irradiances for 2009-2140 are created by repeating the last 4 cycles (cycle 20-23) with values from 1965 to 2008 inclusive mapping to 2009-2052, 2053-2096, 2097-2140.You can get the file at:
https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata/atm/cam/solar/You need to add a line to your user_nl_cam to point to the new file. SOmething like:
solar_data_file         = '/netscr/yuqiangz/inputdata/atm/cam/solar/spectral_irradiance_Lean_1610-2140_ann_c100408.nc'
 
Back
Top