I ran into a compiling error when defining #NESTING (after updating to rev 1031 this morning).
a CALL to nesting in set_grid.F:
line 112:
cannot find ndxdy (no implicit type)CALL nesting (ng, model, ndxdy)
looking at:
seems to be the problem. I added#ifdef NESTING
USE nesting_mod, ONLY : nesting
to the above and it compiled (and is currently running).USE mod_nesting
Regards
Frans