What version of the code are you using?
CESM2.2/CAM6
Have you made any changes to files in the source tree?
In nudging modules, CLM modules to incorporate new dust scheme (Leung et al 2023)
Describe every step you took leading up to the problem:
My new nudging module assimilates external AODs, which I want to nudge. I some of the steps I need house the AODVIs that is computed in CAM6.
Describe your problem or question:
I want to use the AODVISdn that has been computed in modal_aer_opt.F90 in my customized nudging module for aerosols.
I there anyway to call/use it without me using call the subroutine module_aero_sw with the pbuff variable?
Thanks in advance
CESM2.2/CAM6
Have you made any changes to files in the source tree?
In nudging modules, CLM modules to incorporate new dust scheme (Leung et al 2023)
Describe every step you took leading up to the problem:
My new nudging module assimilates external AODs, which I want to nudge. I some of the steps I need house the AODVIs that is computed in CAM6.
Describe your problem or question:
I want to use the AODVISdn that has been computed in modal_aer_opt.F90 in my customized nudging module for aerosols.
I there anyway to call/use it without me using call the subroutine module_aero_sw with the pbuff variable?
Thanks in advance