You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two variables (vnbcarr and vaitbcarr), now initialized with Alok's bugfixes, are calculated, but before they are used for the first time. This is therefore a bug: the effect of this bug concerns extra diagnostics of optics at RH=0% only (for the INSITU AeroCom optics experiment): mixture 4 and 14 does not have the right volume fraction of BC for this particular RH. The loop over higher RH values are done after calculating vnbcarr and vaitbcarr, so that part seems to be OK. This should not affect any other things (meteorology etc) than just this particular set of diagnostics for assumed RH=0%.
The text was updated successfully, but these errors were encountered:
In pmxsub.F90.
Two variables (vnbcarr and vaitbcarr), now initialized with Alok's bugfixes, are calculated, but before they are used for the first time. This is therefore a bug: the effect of this bug concerns extra diagnostics of optics at RH=0% only (for the INSITU AeroCom optics experiment): mixture 4 and 14 does not have the right volume fraction of BC for this particular RH. The loop over higher RH values are done after calculating vnbcarr and vaitbcarr, so that part seems to be OK. This should not affect any other things (meteorology etc) than just this particular set of diagnostics for assumed RH=0%.
The text was updated successfully, but these errors were encountered: