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

Question about changing aerosol emissions

Dear all
I want to change the aerosol emissions for mam3 and mam7 simulation.
I know the original files are in atm/cam/chem/trop_mozart_aero/emis/, and the namelist file is in cesm/models/atm/cam/bld/namelist_files/namelist_defaults_cam.xml.
But I can't find the location where the cesm f90 program read and store the emission files, so I can't change them.

Thank you.
 

eaton

CSEG and Liaisons
The module mo_srf_emissions is responsible for reading the surface emission datasets.

You shouldn't need to modify code to change the emissions. Generally the best way to do that is to start by making a copy of the emissions file you want to change, changing its name appropriately, and then using tools that operate on netcdf files to change the values. That way the modified file contains all the necessary variables and metadata (like coordinates and units) that the mo_srf_emissions module is expecting to find. Finally you just update the namelist to use the file you've generated.
 
Top