Description Usage Arguments Details Value Author(s)
A input vector represents the bound of a sequence of, possibly with irregular timespans, assimilation windows (DAWs). To comply with computational time limits in High Performance Computers each DAW is subdivided in a number of restart times, in which CESM is stopped and restarted. The assimilation is then done when the complete DAW has been integrated.
1 | getNrestarts(times, dtREST = NULL)
|
times |
[nt] POSIXct vector representing DAW limits. This is all DAW start times plus the end of the last DAW |
dtREST |
Scalar constant monthly interval to restart a run |
dtREST would come from previous evaluation of model throughput for a specific model configuration and HPC, as well as the computational time limits of the specific queue
An [nt-1] INTEGER vector indicating the number of restarts needed to simulate each DAW.
Javier Garcia-Pintado
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.