What version of the code are you using?
Using CESM2.2 and CAM6
Have you made any changes to files in the source tree?
Modified nudging module and modules to incorporate new dust scheme
Describe every step you took leading up to the problem:
Durinthe modification of the nudging module to assimilate external AOD and nudge them at certain point I need to use the species mixing ratios for all the advected aerosols.
Describe your problem or question:
Looking at the modal_aer_opt.F90 module, when the aerosol optical properties are computed, in the subroutine modal_aero_sw, there is a call to the function rad_cnst_aer_mmr.
This function looks that get the specmmr (species mass mixing ratios) for the aerosols.
This function is in the rad_constituents.F90 modules, which points to mmr => state%q(:,:,idx).
Is there any way to use/get those mmr without using the pbuf variable.
Thanks in advance
Using CESM2.2 and CAM6
Have you made any changes to files in the source tree?
Modified nudging module and modules to incorporate new dust scheme
Describe every step you took leading up to the problem:
Durinthe modification of the nudging module to assimilate external AOD and nudge them at certain point I need to use the species mixing ratios for all the advected aerosols.
Describe your problem or question:
Looking at the modal_aer_opt.F90 module, when the aerosol optical properties are computed, in the subroutine modal_aero_sw, there is a call to the function rad_cnst_aer_mmr.
This function looks that get the specmmr (species mass mixing ratios) for the aerosols.
This function is in the rad_constituents.F90 modules, which points to mmr => state%q(:,:,idx).
Is there any way to use/get those mmr without using the pbuf variable.
Thanks in advance