WRF 4.3.3 + WPS 4.6.0 multi-year simulation (1979-2014)
Getting this error when restarting 1980 from 1979:
```
---- WARNING : Older v3 input data detected
---- Error : Cannot use moist theta option with old data
```
BUT my met_em files ARE V4 format:
```bash
$ ncdump -h met_em.d01.1979-01-01_00:00:00.nc | grep -i "V4\|FLAG_"
TITLE = "OUTPUT FROM METGRID V4.6.0"
FLAG_METGRID = 1
FLAG_SOIL_LAYERS = 1
... (all V4 flags present)
```
**Question:** Why does WRF claim v3 data when met_em is clearly V4? Is this coming from the restart file instead of met_em? Should I check wrfinput/wrfrst attributes?
Using moisture tracking (tracer_opt=4). Need consistent use_theta_m settings across restart years.
Thanks!
Getting this error when restarting 1980 from 1979:
```
---- WARNING : Older v3 input data detected
---- Error : Cannot use moist theta option with old data
```
BUT my met_em files ARE V4 format:
```bash
$ ncdump -h met_em.d01.1979-01-01_00:00:00.nc | grep -i "V4\|FLAG_"
TITLE = "OUTPUT FROM METGRID V4.6.0"
FLAG_METGRID = 1
FLAG_SOIL_LAYERS = 1
... (all V4 flags present)
```
**Question:** Why does WRF claim v3 data when met_em is clearly V4? Is this coming from the restart file instead of met_em? Should I check wrfinput/wrfrst attributes?
Using moisture tracking (tracer_opt=4). Need consistent use_theta_m settings across restart years.
Thanks!