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
When trying to do a restart on magnus at Pawsey, using a restart file generated on gadi, wrf is crashing with seg fault, and it happens when reading the diagnostic fields from the restart file.
Specifically, the error is:
Warning BAD MEMORY ORDER |XCY| for |TRACK_RAIN| in ext_ncd_read_field wrf_io.F90, line 2841
input_wrf.F reading 3d real track_rain Status = -19
input_wrf.F reading 3d real track_wind
date 2004-01-08_00:00:00
ds 1 1 1
de 863 302 580
ps 1 1 1
pe 27 302 17
ms -4 1 -4
me 34 302 24
module_io.F: in wrf_read_field
forrtl: error (78): process killed (SIGTERM)
The text was updated successfully, but these errors were encountered:
TYPE: bug fix
KEYWORDS: unary operator, Noahmp
SOURCE: Internal
DESCRIPTION OF CHANGES:
Problem:
Found more occurrences of `a* -b` in Noahmp. A space is in between `*` and `-1`. OK even for Cray, but it is still non-standard.
Solution:
The same solution is applied: add parentheses: `a * (-b)`.
ASSOCIATED REPOSITORY CHANGE:
NCAR/noahmp#33
LIST OF MODIFIED FILES:
modified: phys/noahmp
TESTS CONDUCTED:
1. More code is fixed.
2. Jenkins tests are all passing.
When trying to do a restart on magnus at Pawsey, using a restart file generated on gadi, wrf is crashing with seg fault, and it happens when reading the diagnostic fields from the restart file.
Specifically, the error is:
The text was updated successfully, but these errors were encountered: