ckuo@lbl_gov
Member
Hello,I am writing out every time step in CAM and CLM to chase down something I don't understand in the code. ( http://bb.cgd.ucar.edu/user/login?destination=/lwup-passed-clm-cam-disagreement)However, every other 30 minutes of CAM returns a field of zeroes. t=0s is non-zero, t=1800s & 3600 s are zero, and then starting at t=7200 s, zeroes are returned for every hour.Is there a reason for this? How can I get each timestep to write out? CLM does write out non-zero fields for every time step. Here are 2 user_nl_cam files which I tried, both the same result, and an image is attached showing maps of FLUT. ------------------user_nl_cam #1-----------------------! Users should add all user specific namelist changes below in the form of ! namelist_var = new_namelist_value avgflag_pertape='A','I'fincl2 = 'FLUT'mfilt = 1,48nhtfrq = 0,1 ------------------user_nl_cam #2-----------------------! Users should add all user specific namelist changes below in the form of ! namelist_var = new_namelist_value avgflag_pertape='A','A'fincl2 = 'FLUT'mfilt = 1,48nhtfrq = 0,1 -----------------------Thank you!