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/` ...@@ -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** **[SmetIO.cc:478] InvalidFormat: Cannot generate Xdata from file ./input/snpack_1_1_1.sno**
Archive `io.ini` not well configured. 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` 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 ...@@ -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. 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 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** **Error entering to new domain**
Reduce in WRF_MAIN.job file the number in 'export OMP_STACKSIZE' 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. 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.
...@@ -79,4 +81,5 @@ Also can be solved by restarting the simulation one hour before. Remember to cha ...@@ -79,4 +81,5 @@ Also can be solved by restarting the simulation one hour before. Remember to cha
**Error in `/scratch/snx3000/gsergi/CRYOWRF_ALPS_2019_ssp585/WRF/./wrf.exe': corrupted size vs. prev_size: 0x000000000f202ef0 **Error in `/scratch/snx3000/gsergi/CRYOWRF_ALPS_2019_ssp585/WRF/./wrf.exe': corrupted size vs. prev_size: 0x000000000f202ef0
forrtl: error (76): Abort trap signal** 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 It seems to be a leakage memory error. May be because the number of snpack layers have been exceded
\ No newline at end of file