dmey

Results 63 comments of dmey

This would be invalid. Datetime in WRF needs to match (or be within) that of your boundary conditions.

For now, it may be best to remove the advanced instructions in the README. What do you think. Since this is working fine with OBS Studio, I do not think...

> I asked about this issue here: https://obsproject.com/forum/threads/obs-virtualcam.121448/page-7#post-462079 👍 > In the meantime removing the advanced instructions makes sense. OK. Done in https://github.com/letmaik/avatar-animator/pull/13

This is strange though as I could not find issue reported about this at https://github.com/alievk/avatarify#skype --they also use OBS Virtualcam.

@allenea you may also find https://github.com/GIS4WRF/gis4wrf useful for that.

Is this with the tests provided in https://github.com/uDALES/u-dales/tree/master/tests? I just wanted to make sure we are using the same files. If not could you do: ``` # Assumes you set...

The executable builds fine and all cases are run fine except for 502 -- this is a runtime error see https://github.com/uDALES/u-dales/runs/1684489670?check_suite_focus=true#step:6:8700 ``` At line 99 of file /Users/runner/work/u-dales/u-dales/src/modfielddump.f90 ```

Yeah the missing back trace is usual GNU on macOS nonsense! And don't know about your macOS -- it looks for standard configuration so you may need to modify the...

Do the following once. ``` brew unlink gcc brew link gcc@9 ``` then export export `FC=gfortran-9` every time you open a new shell or add it to your profile file.

what do you get when you do `whereis gfortran-9`? OK can you try changing the following line in `tests/scripts/build_model.py`: ``` subprocess.run( ['cmake', f'-DCMAKE_BUILD_TYPE={build_type}', path_to_proj_dir, '-LA'], cwd=path_to_build_dir) ``` to: ``` subprocess.run(...