Hello,
I am getting an error when trying to use the rad_diag_1 namelist parameter.
I am using CESM v2.1.5, CAM6. I have not made any changes to the code source. I am using the FCSD compset.
I followed the instructions in the CAM6 user guide but was not successful in preventing the error.
I copied the entry from my rad_climate in the atm_in file, which is:
rad_climate = 'A:Q:H2O', 'N:O2:O2','A:CO2:CO2', 'A:O3:O3','A:N2O:N2O', 'A:CH4:CH4','N:CFC11STAR:CFC11', 'A:CFC12:CFC12',
'M:mam4_mode1:/CESM/InputData/atm/cam/physprops/mam4_mode1_rrtmg_aeronetdust_sig1.6_dgnh.48_c140304.nc', 'M:mam4_mode2:/CESM/InputData/atm/cam/physprops/mam4_mode2_rrtmg_aitkendust_c141106.nc',
'M:mam4_mode3:/CESM/InputData/atm/cam/physprops/mam4_mode3_rrtmg_aeronetdust_sig1.2_dgnl.40_c150219.nc', 'M:mam4_mode4:/CESM/InputData/atm/cam/physprops/mam4_mode4_rrtmg_c130628.nc'
And then for rad_diag_1, I removed ozone, since that is my specie of interest and that is what I interpreted from the CAM6 user guide:
rad_diag_1 = 'A:Q:H2O', 'N:O2:O2','A:CO2:CO2', 'A:N2O:N2O','A:CH4:CH4', 'N:CFC11STAR:CFC11','A:CFC12:CFC12', 'M:mam4_mode1:/CESM/InputData/atm/cam/physprops/mam4_mode1_rrtmg_aeronetdust_sig1.6_dgnh.48_c140304.nc',
'M:mam4_mode2:/CESM/InputData/atm/cam/physprops/mam4_mode2_rrtmg_aitkendust_c141106.nc', 'M:mam4_mode3:/CESM/InputData/atm/cam/physprops/mam4_mode3_rrtmg_aeronetdust_sig1.2_dgnl.40_c150219.nc',
'M:mam4_mode4:/CESM/InputData/atm/cam/physprops/mam4_mode4_rrtmg_c130628.nc'
But then when running, I get an error. Here is the snippet of the error from the atm.log file:
rad_cnst_init: checking for radiative constituents
ERROR:
list_init2 ERROR: invalid source for specie
My motivation for doing this is that I am trying to get the ozone radiative forcing sensitivity due to a set of emissions, using the difference between a perturbed and control case. I was hoping this was the way to get the radiative forcing aspect of the sensitivity. But if there is a different/better way than using the rad_diag_1 approach, please let me know.
Regards,
Joe S.
I am getting an error when trying to use the rad_diag_1 namelist parameter.
I am using CESM v2.1.5, CAM6. I have not made any changes to the code source. I am using the FCSD compset.
I followed the instructions in the CAM6 user guide but was not successful in preventing the error.
I copied the entry from my rad_climate in the atm_in file, which is:
rad_climate = 'A:Q:H2O', 'N:O2:O2','A:CO2:CO2', 'A:O3:O3','A:N2O:N2O', 'A:CH4:CH4','N:CFC11STAR:CFC11', 'A:CFC12:CFC12',
'M:mam4_mode1:/CESM/InputData/atm/cam/physprops/mam4_mode1_rrtmg_aeronetdust_sig1.6_dgnh.48_c140304.nc', 'M:mam4_mode2:/CESM/InputData/atm/cam/physprops/mam4_mode2_rrtmg_aitkendust_c141106.nc',
'M:mam4_mode3:/CESM/InputData/atm/cam/physprops/mam4_mode3_rrtmg_aeronetdust_sig1.2_dgnl.40_c150219.nc', 'M:mam4_mode4:/CESM/InputData/atm/cam/physprops/mam4_mode4_rrtmg_c130628.nc'
And then for rad_diag_1, I removed ozone, since that is my specie of interest and that is what I interpreted from the CAM6 user guide:
rad_diag_1 = 'A:Q:H2O', 'N:O2:O2','A:CO2:CO2', 'A:N2O:N2O','A:CH4:CH4', 'N:CFC11STAR:CFC11','A:CFC12:CFC12', 'M:mam4_mode1:/CESM/InputData/atm/cam/physprops/mam4_mode1_rrtmg_aeronetdust_sig1.6_dgnh.48_c140304.nc',
'M:mam4_mode2:/CESM/InputData/atm/cam/physprops/mam4_mode2_rrtmg_aitkendust_c141106.nc', 'M:mam4_mode3:/CESM/InputData/atm/cam/physprops/mam4_mode3_rrtmg_aeronetdust_sig1.2_dgnl.40_c150219.nc',
'M:mam4_mode4:/CESM/InputData/atm/cam/physprops/mam4_mode4_rrtmg_c130628.nc'
But then when running, I get an error. Here is the snippet of the error from the atm.log file:
rad_cnst_init: checking for radiative constituents
ERROR:
list_init2 ERROR: invalid source for specie
My motivation for doing this is that I am trying to get the ozone radiative forcing sensitivity due to a set of emissions, using the difference between a perturbed and control case. I was hoping this was the way to get the radiative forcing aspect of the sensitivity. But if there is a different/better way than using the rad_diag_1 approach, please let me know.
Regards,
Joe S.