WSL/SLF GitLab Repository

Update Fantastic CRYOWRF errors and how to solve them authored by Sergi Gonzalez-Herrero's avatar Sergi Gonzalez-Herrero
...@@ -28,6 +28,10 @@ Archive `io.ini` not well configured. Examples: ...@@ -28,6 +28,10 @@ Archive `io.ini` not well configured. Examples:
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`
**\[Coupler.cpp:391] No data found for station snpack_1_151_121 on 1994-01-03T12:00:00**
In make_wrf_rst_WRF_to_WRF_landsoil.py python scripts you have to set the “file.write(dt.datetime(1994, 1, 4, 12).isoformat()[:] + ” ” +” to the wrf starting time for this domain.
**wrf.exe: /project/s1115/CRYOWRF_compilation/CRYOWRF_20220912/snpack_for_wrf/snowpack/snowpack/DataClasses.cc:2395: void SnowStation::initialize(const SN_SNOWSOIL_DATA &, const unsigned long &): Assertion \`Edata\[e\].C\<0.' failed.** **wrf.exe: /project/s1115/CRYOWRF_compilation/CRYOWRF_20220912/snpack_for_wrf/snowpack/snowpack/DataClasses.cc:2395: void SnowStation::initialize(const SN_SNOWSOIL_DATA &, const unsigned long &): Assertion \`Edata\[e\].C\<0.' failed.**
If you have `sn_start_frim_file = .true., .true., .true., .true.,` create the .sno file If you have `sn_start_frim_file = .false., .false., .false., .false.,` we are looking the source of error. If you have `sn_start_frim_file = .true., .true., .true., .true.,` create the .sno file If you have `sn_start_frim_file = .false., .false., .false., .false.,` we are looking the source of error.
... ...
......