Closed dafyddstephenson closed 2 months ago
Related: #82
Thanks for raising this @dafyddstephenson! Do the two time entries have to fully enclose the ROMS simulation? Or will ROMS extrapolate?
I'm quite certain ROMS will interpolate between two values 1000+ years apart but will not extrapolate...
So if you want to run your simulation from January 1 to February 1, we can't just give it two values on January 15 and February 15. Instead we need three values: on December 15, January 15, February 15?
I think we can give it Jan 1st and Feb 1st. If we only have 15ths available then yes it would be Dec 15th of the previous year to Feb 15th of the current year.
However the one value I am currently getting in my forcing file corresponds to January 1st 2012, not January 15th
Solved via #100
This generates two forcing files, as expected. The issue I experience is that the physics file has 744 entries under time, while the BGC file has just 1. While this is consistent with the data that went in to generating the forcing, I believe ROMS needs at least two entries to interpolate between, and so aborts on initialisation:
ERROR: find_new_record: Ran out of time records for dust
Summary: Forcing objects should always have at least two time entries.