CESM1_4_beta04 running with radiation diagnostic calls

I'm using develop version of CESM, namely CESM1_4_beta04. I tried to run the model with radiation diagnostic call. However, the model fails to do so.To be specific, I add the diagnostic call like: rad_diag_1 = 'A:Q:H2O', 'N:O2:O2', 'N:CO2:CO2',            'N:ozone:O3', 'N:N2O:N2O', 'N:CH4:CH4',            'N:CFC11:CFC11', 'N:CFC12:CFC12',            'M:mam4_mode1_nodust:/glade/p/cesmdata/cseg/inputdata/atm/cam/physprops/mam4_mode1_rrtmg_c130628.nc',            'M:mam4_mode2_nodust:/glade/p/cesmdata/cseg/inputdata/atm/cam/physprops/mam4_mode2_rrtmg_c140805.nc',            'M:mam4_mode3_nodust:/glade/p/cesmdata/cseg/inputdata/atm/cam/physprops/mam4_mode3_rrtmg_c130628.nc',            'M:mam4_mode4:/glade/p/cesmdata/cseg/inputdata/atm/cam/physprops/mam4_mode4_rrtmg_c130628.nc'Which is exactly like what the users' guide does. I'm pretty sure it is broken in this version, are there any ways to fix this?
 
Back
Top