I am running simulation with CESM2.1.4. The model uses MAM4 to calculate aerosol number concentration and mass concentration.
What I want to do:
Simulation 1: output the emission flux of dust (both number and mass flux)
Simulation 2: read in the (daily) output of dust number and mass flux from Simulation 1, instead of online calculation.
What I expect:
Similar results of number and mass concentrations of dust between the two simulations.
What I did:
Simulation 1: I modified the aero_model.F90 and run a 10-year simulation with F2010Climo composet, and output the mass and number emission flux for dust.
Simulation 2: Then I disabled the calculation of them (by commenting out 'call dust emis'), and in the user_namelist add the output from simulation 1 as emission files.
What I get:
Very different result between the two simulations, such as the dust concentration during the first 12 months:

Any ideas on why is that? I appreciate any comments.
What I want to do:
Simulation 1: output the emission flux of dust (both number and mass flux)
Simulation 2: read in the (daily) output of dust number and mass flux from Simulation 1, instead of online calculation.
What I expect:
Similar results of number and mass concentrations of dust between the two simulations.
What I did:
Simulation 1: I modified the aero_model.F90 and run a 10-year simulation with F2010Climo composet, and output the mass and number emission flux for dust.
Simulation 2: Then I disabled the calculation of them (by commenting out 'call dust emis'), and in the user_namelist add the output from simulation 1 as emission files.
What I get:
Very different result between the two simulations, such as the dust concentration during the first 12 months:

Any ideas on why is that? I appreciate any comments.