WSL/SLF GitLab Repository

Update Fantastic CRYOWRF errors and how to solve them authored by Sergi Gonzalez-Herrero's avatar Sergi Gonzalez-Herrero
......@@ -31,6 +31,8 @@ Copy `wrf.exe` of another compilation to `/WRF/main/`
**[SmetIO.cc:478] InvalidFormat: Cannot generate Xdata from file ./input/snpack_1_1_1.sno**
Archive `io.ini` not well configured.
Examples:
- if you have simulations with land grid cells you need to set SNP_SOIL = true
If you have soil layers activate in `io.ini` the option `SNP_SOIL = true`
......@@ -64,13 +66,13 @@ ncap2 -s 'where(LU_INDEX == 21) LU_INDEX=10' geo_em.d02_old.nc geo_em.d02.nc
The file do not execute real.exe or wrf.exe. That might be because it is linked to some file that does not exist.
**Input data is acceptable to use: ./restart/wrfrst_d02_2022-03-17_15:00:00
**Input data is acceptable to use: ./restart/wrfrst_d02_2022-03-17_15:00:00**
input_wrf: forcing SIMULATION_START_DATE = head_grid start time
due to namelist variable reset_simulation_start**
due to namelist variable reset_simulation_start
**Error entering to new domain**
Reduce in WRF_MAIN.job file the number in 'export OMP_STACKSIZE'
Also can be solved by restarting the simulation one hour before. Remember to change in the `namelist.wps` the starting time of the domains, `restart=”.true.”` and the `sn_start_frim_file` as `.true.` in all the domains that run before.
......@@ -80,3 +82,4 @@ Also can be solved by restarting the simulation one hour before. Remember to cha
forrtl: error (76): Abort trap signal**
It seems to be a leakage memory error. May be because the number of snpack layers have been exceded