Hi Anushree,
I believe you can specify which date the emissions are fixed at by setting the namelist variables:
Code:
ext_frc_fixed_ymd
srf_emis_fixed_ymd
which are both in YYYYMMDD format. You can also specify which time of day (if needed) by setting the namelist variables:
Code:
ext_frc_fixed_tod
srf_emis_fixed_tod
which has units of seconds (e.g. the time of day in XXX seconds). Setting those namelist values will set the date of emissions, as specified in your emissions file, regardless of whatever the internal model date is.
So, if you wanted to set the emissions so that they are for January, 2010 (assuming your emissions file only contains monthly values), then you would just need to look up the date/time associated with that month, and then set the
ymd
variables accordingly. For example, if that date was January 1st, 2010, then you would just need to add the lines:
Code:
ext_frc_fixed_ymd = 20100101
srf_emis_fixed_ymd = 20100101
to your
user_nl_cam
file and you should then have constant January 2010 (or at least January 1st, 2010) emissions throughout your run.
Does that make sense? If you are still confused about anything please let us know. Also, I realized that I should move this thread to the CAM-Chem forum, as they are likely to know how to properly handle emissions and other chemical forcing mechanisms better then I do, and might correct me if I gave any incorrect info.
Thanks, and hope that helps!
Jesse