boyle5@llnl_gov
New Member
The above variables appear 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 - the reason is that the appropriate outfld call is only included for the SCAM compilation.
Thus, if I want the actual values of these variables I must modify the code in radlw.F90 and radsw.F90. I deal with a number of collaborators and thus many source codes for the CAM, it is very difficult to always remember to make the changes necessary to get the radiation fluxes.
In addition, to get UBOT, VBOT, QBOT, ZBOT one must also change the source code. These variables are only valid if COUP_CSM is defined.
I have two problems (1) that the code is allowed to run when putting out meaningless output, that is only discovered after the run - (2) that to get variables on the master list the source code needs to be modified.
I would like the above variable to be available without source code modification.
But all the values are zero - the reason is that the appropriate outfld call is only included for the SCAM compilation.
Thus, if I want the actual values of these variables I must modify the code in radlw.F90 and radsw.F90. I deal with a number of collaborators and thus many source codes for the CAM, it is very difficult to always remember to make the changes necessary to get the radiation fluxes.
In addition, to get UBOT, VBOT, QBOT, ZBOT one must also change the source code. These variables are only valid if COUP_CSM is defined.
I have two problems (1) that the code is allowed to run when putting out meaningless output, that is only discovered after the run - (2) that to get variables on the master list the source code needs to be modified.
I would like the above variable to be available without source code modification.