I am receiving the following error after starting a run, before the first timestep occurs, at the ingestion of the inital data file that I'm pointing to via NCDATA in user_nl_cam:
How are dlon and dlat negative? These are (or should be) the number of lon and lat coords in the input data, no? I thought maybe this is indicative of a corrupt input file, but it's looks fine in ncview. The dynamics grid of the input data and the run are the same (SE ne16). The global attributes of the input file contain
I have another input file handy that has the same attributes, and it works fine for the IC via NCDATA. This suggests that the problem has nothing to do with case configuration or the build, but probably my own mistake in generating the IC. I just don't know how to troubleshoot what the problem might be. Thought the large negative values for dlon, dlat might be a hint...
Code:
read_initial: model parameters do not match initial dataset parameters
Model Parameters: plon = 1 plat = 1
Dataset Parameters: dlon = -189186208 dlat = -189186208
ERROR: read_initial: model parameters do not match initial dataset parameters
Code:
:ne = 16 ;
:np = 4 ;