Samm Elliott
Samm Elliott
I came across the following code which has been causing some issues for AceCAST (AceCAST is a GPU-accelerated version of WRF): https://github.com/wrf-model/WRF/blob/f10d917d5c98473ea9b33e59f3ee29813454bd01/phys/module_sf_noahdrv.F#L1646-L1693 I won't get into the specifics of why...
I believe `WTIJ` should be `WTIJ(i)`: https://github.com/wrf-model/WRF/blob/eed56d74b865af4ce9f98ea029226acfe52b0569/phys/module_fddaobs_rtfdda.F#L2220
While working with the wind farm code [phys/module_wind_fitch.F](https://github.com/wrf-model/WRF/blob/21c72141142fc6c8d203d2bf79f1990e45a0aef8/phys/module_wind_fitch.F#L307-L308) I noticed that the variable `stc2` variable is initialized for rank 0 but not broadcast to the other ranks: https://github.com/wrf-model/WRF/blob/21c72141142fc6c8d203d2bf79f1990e45a0aef8/phys/module_wind_fitch.F#L506-L529 I confirmed...
When attempting to run ndown it was failing with messages like the following: ```output ndown_em main: calling open_r_dataset for wrfout_d01_2023-08-02_00:00:00 NetCDF error: No such file or directory NetCDF error in...
While working with the MSKF/Morrison AA combo, I noticed that identical runs (same build, same arch, same number of MPI ranks, etc.) were not producing bit for bit results like...