Greetings All-
I am attempting to initialize WRF with ERA5 data. I have been successful before with a different case study, but I am having some trouble with this one. I can't seem to get wrf.exe to get past the RRTMG_LW call.
Troubleshooting attempts:
1) Changed timestep from 45 down to 30, and then 20.
2) Increased e_vert from 40 to 70.
3) Changed radiation from RRTMG(4) to RRTM/Dudia (1) <- This changes the error, but still fails with Longwave calculation.
4) Changed cu_physics from: Tiedke (6) to MSKF (11)
5) Tested with WRFv4.2.1, failed at same CALL rrtmg_lw
6) My metgrids look fine to me. I checked: Soil temperature, Soil Moisture, Pressure, Heights, Land Use... I'll attach them in case someone else has and idea.
Error from WRFv4.2.1
Error from WRFv4.3.2
If anyone has any ideas on the origin of this error, I would be very grateful. Thank you!
Best,
Geneva
PS: I can't seem to get nextcloud to work for me, so here is a google drive link to the met_em. I hope that is allowed
ggray_met_em.tar.gz
I am attempting to initialize WRF with ERA5 data. I have been successful before with a different case study, but I am having some trouble with this one. I can't seem to get wrf.exe to get past the RRTMG_LW call.
Troubleshooting attempts:
1) Changed timestep from 45 down to 30, and then 20.
2) Increased e_vert from 40 to 70.
3) Changed radiation from RRTMG(4) to RRTM/Dudia (1) <- This changes the error, but still fails with Longwave calculation.
4) Changed cu_physics from: Tiedke (6) to MSKF (11)
5) Tested with WRFv4.2.1, failed at same CALL rrtmg_lw
6) My metgrids look fine to me. I checked: Soil temperature, Soil Moisture, Pressure, Heights, Land Use... I'll attach them in case someone else has and idea.
Error from WRFv4.2.1
Code:
calling inc/HALO_EM_PHYS_A_inline.inc
call phy_prep
DEBUG wrf_timetoa(): returning with str = [2016-07-30_06:00:00]
call radiation_driver
Top of Radiation Driver
CALL cldfra1
use kf cldfra
CALL rrtmg_lw
Error from WRFv4.3.2
Code:
d01 2016-07-30_06:00:00 mminlu = 'MODIFIED_IGBP_MODIS_NOAH'
Timing for processing lateral boundary for domain 1: 0.65598 elapsed seconds
d01 2016-07-30_06:00:00 module_integrate: calling solve interface
Tile Strategy is not specified. Assuming 1D-Y
WRF TILE 1 IS 1 IE 40 JS 1 JE 16
WRF NUMBER OF TILES = 1
d01 2016-07-30_06:00:00 calling inc/HALO_EM_MOIST_OLD_E_7_inline.inc
d01 2016-07-30_06:00:00 calling inc/PERIOD_BDY_EM_MOIST_OLD_inline.inc
d01 2016-07-30_06:00:00 calling inc/HALO_EM_A_inline.inc
d01 2016-07-30_06:00:00 calling inc/PERIOD_BDY_EM_A_inline.inc
d01 2016-07-30_06:00:00 calling inc/HALO_EM_PHYS_A_inline.inc
d01 2016-07-30_06:00:00 Top of Radiation Driver
d01 2016-07-30_06:00:00 CALL cldfra1
d01 2016-07-30_06:00:00 use kf cldfra
d01 2016-07-30_06:00:00 CALL rrtmg_lw
If anyone has any ideas on the origin of this error, I would be very grateful. Thank you!
Best,
Geneva
PS: I can't seem to get nextcloud to work for me, so here is a google drive link to the met_em. I hope that is allowed
ggray_met_em.tar.gz