chris_fletcher@utoronto_ca
New Member
I am trying to compute the radiative forcing of aerosols via the diagnostic radiative heating rate calculation using rad_diag_1 in the namelist. I am running cesm1_0_4.
For instance, to diagnose the radiative forcing of sulfate, I am assuming I need to insert the line:
rad_diag_1 = 'D_sulf:$DIN_LOC_ROOT/atm/cam/physprops/sulfate_camrt_c080918.nc'
into the namelist.
This appears to work correctly, since when I run the model I see the following in atm.log:
However, my question is: how do I see the output from the diagnostic calculation? I was hoping to be able to save FLNT, FSNT etc. from the diagnostic calculation so that I could evaluate the change in TOA net radiation due to sulfate. But I am not sure which fields I need to add to fincl, or if the output is switched on in another way?
Thanks in advance.
For instance, to diagnose the radiative forcing of sulfate, I am assuming I need to insert the line:
rad_diag_1 = 'D_sulf:$DIN_LOC_ROOT/atm/cam/physprops/sulfate_camrt_c080918.nc'
into the namelist.
This appears to work correctly, since when I run the model I see the following in atm.log:
Code:
init_lists: namelist input for diagnostic list:01
rad namelist spec: D_sulf:/scratch/p/pjk/cgf/cesm1_0_4/inputdata/atm/cam/physprops/sulfate_camrt_c080918.nc
gas list for diag01 calculations
aerosol list for diag01 calculations
D_sulf optics and phys props in :/scratch/p/pjk/cgf/cesm1_0_4/inputdata/atm/cam/physprops/sulfate_camrt_c080918.nc
However, my question is: how do I see the output from the diagnostic calculation? I was hoping to be able to save FLNT, FSNT etc. from the diagnostic calculation so that I could evaluate the change in TOA net radiation due to sulfate. But I am not sure which fields I need to add to fincl, or if the output is switched on in another way?
Thanks in advance.