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

Treatment of missing values in emission data

xli585

xuezhu
New Member
I modified the emission data for OC, SO2 , and BC in the atm component of CESM2.1.4 F2000climo_f09_f09; however, I noticed that the official emission data used by CESM contains no missing values or associated dimensions, for example:
1771602280663.png

But the data I obtained from the CEDS website has missing values:
1771602328227.png

I would like to ask how these missing values should be handled?


Currently, I have set all missing values to 0 and manually removed the missing value dimensions of the variables by:

delete(num_ene_ind_so4_vert@_FillValue)


The model can run successfully, but I am unsure whether this will affect the results.
 

rrbuchholz

Rebecca Buchholz
CSEG and Liaisons
Staff member
Hi There!
Setting missing values to zero and removing the missing value from variable metadata is correct for CESM input. We reprocess all emissions for CESM use (like CEDM, QFED etc). Note, the model throws errors or fails to run if using NaN in emission files.
Best,
Rebecca
 

xli585

xuezhu
New Member
Hi There!
Setting missing values to zero and removing the missing value from variable metadata is correct for CESM input. We reprocess all emissions for CESM use (like CEDM, QFED etc). Note, the model throws errors or fails to run if using NaN in emission files.
Best,
Rebecca
Hi,
Thanks for your reply.
Best,
Xuezhu
 
Top