As per the subject, even though I ran ./metgrid.exe successfully, it seems that "Times" variable is missing. That caused error when running ./real.exe
I isolated the problem by running ncdump -v Times met_em.d01.*.nc which I was expecting to see at the bottom of the output to be something like:
data:
Times =
"2019-12-30_00:00:00" ;
}
instead I saw:
data:
}
which is not right. I am pretty much sure of my namelist.wps and namelist.input.
Appreciate any direction please.
I isolated the problem by running ncdump -v Times met_em.d01.*.nc which I was expecting to see at the bottom of the output to be something like:
data:
Times =
"2019-12-30_00:00:00" ;
}
instead I saw:
data:
}
which is not right. I am pretty much sure of my namelist.wps and namelist.input.
Appreciate any direction please.