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
Commit 4f35105 in version 4.2.1 changes the initialization order to
call initmicrophysics
call readinitfiles
in modstartup.f90, line ~292.
This change breaks the simpleice2 microphysics, which needs rhobf profiles in its initialization routine to calculate some lookup tables.
If this order is necessary (why?), I can adapt the simpleice2 scheme, and calculate the lookup tables on each call - performance should not suffer much.
The text was updated successfully, but these errors were encountered:
This commit was a revert to the old situation, because the previously changed order caused bugs (it had something to do with scalars initialization which came to light, because chemistry stopped working properly). Some cases at WUR were going wrong because of this.
The order after this commit should be maintained and indeed a workaround for the new scheme should be applied
Commit 4f35105 in version 4.2.1 changes the initialization order to
in modstartup.f90, line ~292.
This change breaks the simpleice2 microphysics, which needs rhobf profiles in its initialization routine to calculate some lookup tables.
If this order is necessary (why?), I can adapt the simpleice2 scheme, and calculate the lookup tables on each call - performance should not suffer much.
The text was updated successfully, but these errors were encountered: