GEOS-ESM / MAPL

MAPL is a foundation layer of the GEOS architecture, whose original purpose is to supplement the Earth System Modeling Framework (ESMF)
https://geos-esm.github.io/MAPL/
Apache License 2.0
27 stars 17 forks source link

ExtData2G needs variant specification for update_offset #3064

Open tclune opened 21 hours ago

tclune commented 21 hours ago

Currently ExtData2g supports:

update_offset: 900T

We need an option to instead specify a heartbeat offset like:

update_offset: heartbeat

(Extdata knows the heartbeat_dt.)

I'm thinking that we probably need to be able to specify multiples of heartbeat, so need a bit of exploration on best way to do this.

tclune commented 20 hours ago

Mentioning @amdasilva so he can monitor this issue.