Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restart issue with V4.3_CCRC #2

Closed
ccarouge opened this issue Mar 29, 2022 · 0 comments
Closed

Restart issue with V4.3_CCRC #2

ccarouge opened this issue Mar 29, 2022 · 0 comments

Comments

@ccarouge
Copy link
Member

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)

ccarouge added a commit that referenced this issue Mar 31, 2022
Fixes #2 Bad definition of ndt dimension
ccarouge pushed a commit that referenced this issue Apr 28, 2022
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.
@ccarouge ccarouge closed this as completed May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant