NorESMhub / OSLO_AERO

Aerosol model for NorESM
1 stars 7 forks source link

cam_in%cflx(icol,pndx_fdms) is zero when dms is obtained from the ocean #39

Closed mvertens closed 3 weeks ago

mvertens commented 4 weeks ago

In atm_import_export.F90, cam_in%cflx(icol,pndx_fdms) is set correctly when dms is obtained from the ocean component. However, it is reset to 0 in chemistry.F90. So what needs to be done in the short term is to set cam_in%cflx(icol,pndx_fdms) in aero_model.F90 parallel to how it is set when dms is read from a file rather than being obtained from the ocean component.