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
basetype wasn't declared and needed to be. Also add more "implicit none"
statements in. Remove the deletion of "rtm.input_data_list" file, as cime
now does this. Remove the option of setting single-precision
history output, as it sometimes has numerical conversion issues. The
real solution for it should be to keep a single-precision history
buffer that then outputs at the same precision as stored, rather than
converting just before. This would trigger issues with the conversion
earlier.
Changes ported from mosart/ESCOMP#15 to rtm. Run pylint through buildlib/buildnml,
changes for fill value needed for pio2. Also use the floor operator
for a specific integer divide as python3 turns it into reals.
Add CODE_OF_CONDUCT.md
ekluzek
added a commit
to ekluzek/RTM
that referenced
this issue
Jun 28, 2019
cime_config/buildlib and cime_config/buildnml use mosart when it should say "rtm".
The text was updated successfully, but these errors were encountered: