Hi
I am trying to initialize WRF with hydrometeor mixing ratios in GFS:
ice, rain, snow and cloud.
I added the following to the Vtable
153 | 100 | * | | QC | kg/kg | Cloud Mixing Ratio | 0 | 1 | 22 | 100 |
170 | 100 | * | | QR | kg/kg | Rain Water Mixing Ratio | 0 | 1 | 24 | 100 |
178 | 100 | * | | QI | kg/kg | Ice Water Mixing Ratio | 0 | 1 | 23 | 100 |
171 | 100 | * | | QS | kg/kg | Snow Mixing Ratio | 0 | 1 | 25 | 100 |
ungrib.exe worked fine...logs indicated that the above fields are read in. Also, I used rd_intermediate.exe
to check that the fields are actually in the WPS intermediate files.
However, metgrid died:
2019-11-18 14:47:44.143 --- Initializing output module.
2019-11-18 14:47:44.151 --- ERROR: Error in ext_pkg_write_field
I am using WPS V4.1
If anyone has any solution, I'd appreciate a response. thanks.
I am trying to initialize WRF with hydrometeor mixing ratios in GFS:
ice, rain, snow and cloud.
I added the following to the Vtable
153 | 100 | * | | QC | kg/kg | Cloud Mixing Ratio | 0 | 1 | 22 | 100 |
170 | 100 | * | | QR | kg/kg | Rain Water Mixing Ratio | 0 | 1 | 24 | 100 |
178 | 100 | * | | QI | kg/kg | Ice Water Mixing Ratio | 0 | 1 | 23 | 100 |
171 | 100 | * | | QS | kg/kg | Snow Mixing Ratio | 0 | 1 | 25 | 100 |
ungrib.exe worked fine...logs indicated that the above fields are read in. Also, I used rd_intermediate.exe
to check that the fields are actually in the WPS intermediate files.
However, metgrid died:
2019-11-18 14:47:44.143 --- Initializing output module.
2019-11-18 14:47:44.151 --- ERROR: Error in ext_pkg_write_field
I am using WPS V4.1
If anyone has any solution, I'd appreciate a response. thanks.