I have a new stand-alone topographic netCDF data file that I would like to read in on initialization of 'atmosphere_model'. The file is a 1D (horizontal only) file and is for a new gravity wave drag parameterization. The model only runs if I include an 'xtime' variable in the netCDF file. Since the data is time-independent, it would be nice not to have to include this variable. If I don't include 'xtime', I get the following error message:
WARNING: File conus.ugwp_oro_data.nc does not contain a seekable xtime variable. Forcing a read of the first time record.
WARNING: Variable xtime not in input file.
ERROR: ********************************************************************************
ERROR: Error reading input stream ugwp_oro_data_in
CRITICAL ERROR: ********************************************************************************
The lines in the streams.atmosphere file dealing with the file are:
<immutable_stream name="ugwp_oro_data_in"
type="input"
filename_template="conus.ugwp_oro_data.nc"
input_interval="initial_only" />
Is there a way to prevent MPAS from needing a time record to exist in the file to read in the (time-irrelevant) data? Perhaps with a flag in streams.atmosphere?
Thank you.
WARNING: File conus.ugwp_oro_data.nc does not contain a seekable xtime variable. Forcing a read of the first time record.
WARNING: Variable xtime not in input file.
ERROR: ********************************************************************************
ERROR: Error reading input stream ugwp_oro_data_in
CRITICAL ERROR: ********************************************************************************
The lines in the streams.atmosphere file dealing with the file are:
<immutable_stream name="ugwp_oro_data_in"
type="input"
filename_template="conus.ugwp_oro_data.nc"
input_interval="initial_only" />
Is there a way to prevent MPAS from needing a time record to exist in the file to read in the (time-irrelevant) data? Perhaps with a flag in streams.atmosphere?
Thank you.