WSL/SLF GitLab Repository

Update Fantastic CRYOWRF errors and how to solve them authored by Sergi Gonzalez-Herrero's avatar Sergi Gonzalez-Herrero
......@@ -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
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
loaded. Lmod has detected the following error: The following module(s) are unknown:
"cray-parallel-netcdf"**
......
......