Hi,
In short: I have a job which runs successfully using the met data from the Hurricane Michael tutorial job. I would like to run this same configuration for a different period, so sourced ERA5 data via era5_to_int, with the only namelist changes being to the start and end dates, interval_seconds (as my ERA5 met data is 3-hourly), num_metgrid_levels, and constants_name. But the job fails.
More detail:
I have downloaded ERA5 netcdf data from rda.ucar.edu, then successfully used era5_to_int (using --isobaric, and 3-hourly output)
Since the resultant intermediate files contain invariant data, I set constants_name to point to one of these files (the earliest). But this resulted in:
"ERROR: Cannot combine time-independent data with time-dependent data for field LANDSEA.mask"
I then downloaded the ERA5_INVARIANT file from How to Process ERA5 Data, pointing constants_name to this, but this gave the same error as above.
My understanding is that invariant data is not strictly required, so I tried again without defining constants_name in WPS. Metgrid now completes successfully. But I get the following error in rsl.error.0000:
FATAL CALLED FROM FILE: <stdin> LINE: 70
program wrf: error opening wrfinput_d01 for reading ierr= -1021
wrfinput_d01 is not created, so I believe this is a problem in real.exe
But what precisely the problem is I don't know, and I'd greatly appreciate some help here. Please find attached my namelist files, rsl.error.0000, and process_output.log
Thanks
In short: I have a job which runs successfully using the met data from the Hurricane Michael tutorial job. I would like to run this same configuration for a different period, so sourced ERA5 data via era5_to_int, with the only namelist changes being to the start and end dates, interval_seconds (as my ERA5 met data is 3-hourly), num_metgrid_levels, and constants_name. But the job fails.
More detail:
I have downloaded ERA5 netcdf data from rda.ucar.edu, then successfully used era5_to_int (using --isobaric, and 3-hourly output)
Since the resultant intermediate files contain invariant data, I set constants_name to point to one of these files (the earliest). But this resulted in:
"ERROR: Cannot combine time-independent data with time-dependent data for field LANDSEA.mask"
I then downloaded the ERA5_INVARIANT file from How to Process ERA5 Data, pointing constants_name to this, but this gave the same error as above.
My understanding is that invariant data is not strictly required, so I tried again without defining constants_name in WPS. Metgrid now completes successfully. But I get the following error in rsl.error.0000:
FATAL CALLED FROM FILE: <stdin> LINE: 70
program wrf: error opening wrfinput_d01 for reading ierr= -1021
wrfinput_d01 is not created, so I believe this is a problem in real.exe
But what precisely the problem is I don't know, and I'd greatly appreciate some help here. Please find attached my namelist files, rsl.error.0000, and process_output.log
Thanks
Attachments
Last edited: