Vertical radiative fluxes output in WACCM

Dear all,I am using CESM 1.0.4 and specifically the WACCM module. The variables FUS, FDS, FUSC, FDSC, FUL, FDL, FULC, FDLC  in the master field list and so if cited in the namelist they will appear in the output file without any error. But all the values are zero. For my simulation I need to get the actual values of these variables. According to a post in this forum one must modify the code in radlw.F90 and radsw.F90. Could you please tell me what is it that I must modify in these files. I have went through them but I have not managed to find what should I change and were. Thank you in advance for your help.
 

eaton

CSEG and Liaisons
Looking in physics/cam/radsw.F90 you'll see that the code that's setting the values is inside conditionals that are only active for (single_column .and. scm_crm_mode).  I don't know why this is set up like this, but getting the value to be set correctly appears to be as simple as removing these conditionals.  Similarly in radlw.F90.
 
Back
Top