Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

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.
 
Top