WSL/SLF GitLab Repository
Changes
Page history
Update Fantastic CRYOWRF errors and how to solve them
authored
Jun 04, 2024
by
Sergi Gonzalez-Herrero
Show whitespace changes
Inline
Side-by-side
Fantastic-CRYOWRF-errors-and-how-to-solve-them.md
View page @
265d5d5f
...
@@ -88,6 +88,14 @@ It seems to be a leakage memory error. May be because the number of snpack layer
...
@@ -88,6 +88,14 @@ It seems to be a leakage memory error. May be because the number of snpack layer
• **At line 2065 of file mediation_integrate.f90
• **At line 2065 of file mediation_integrate.f90
Fortran runtime error: End of record**
Fortran runtime error: End of record**
I found the error in auxhist5. I just comment these lines and worked:
```
! auxhist5_outname = "./wrfmean/wrf_mean_d<domain>_<date>.nc",
! auxhist5_interval = 180, 180, 5, 5,
! io_form_auxhist5 = 2,
! frames_per_auxhist5 = 8,8,12,12,
```
• In eiger: **Lmod has detected the following error: Swap failed: "PrgEnv-cray" is not
• In eiger: **Lmod has detected the following error: Swap failed: "PrgEnv-cray" is not
loaded. Lmod has detected the following error: The following module(s) are unknown:
loaded. Lmod has detected the following error: The following module(s) are unknown:
"cray-parallel-netcdf"**
"cray-parallel-netcdf"**
...
...
...
...