nancy collins
nancy collins
it's not the same as our interpolation. they do have to interpolate values from one grid to another, but they know the input grid and the output grid ahead of...
one other comment - the regridding works great for CESM coupling where the same grids are involved each coupling cycle. the surface values on the atmosphere grid are regridded onto...
note that this is very closely related to tim's issue #253 but i started looking at this from the 'can we avoid missing-in-state support' rather than knowing enough about the...
when someone fixes this bug i'd suggest changing 1 of those 2 text labels ('QC index') to be less confusing. 'qcindex' is the copy number for the incoming data QC...
yes, i mean just this verbose message not looking for a -1 index before using it. the rest of the program seems like it's working fine. it is definitely not...
we could make the documentation for these tools say we expect the incoming data QC to be named 'Quality Control'. if it's not, use the obs_sequence_tool to rename it or...
if someone did want to support different QC schemes in the future - perhaps when rewriting the observation file format and code - there could be a single set of...
if it doesn't, the docs need to distinguish between writing multiple files, one per ensemble member, and the combination file format ("single file") where all the members are written to...
hi kevin - apparently the version of the wrf model_mod which supported unnormalized scale heights is not on the main branch. that's a problem to solve for another day. can...
thanks for that. what i should have said is that i don't see any need to take -log(p) in our code (compared to just log(p)) since as you point out,...