Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce
cime_run(ntsteps)
, callable for TSMP-PDAF (#36)
* PDAF: refactor cime/mct routines - remove commented out debug output - small style changes with the goal of being close to CIME tag `cime5.6.47` * Introduce `cime_run(ntsteps)`, callable for TSMP-PDAF 1. re-introduce `private` statement, this was removed because variables from `cime_comp_mod` had to be used by TSMP-PDAF 2. Add `cime_run` with number of time steps `ntsteps` as input. `ntsteps` is supplied by the TSMP-PDAF interface. 3. Add `stop_alarm` for `cime_run` dependent on `ntsteps`. 4. Note: set `counter` to zero explicitly before each forward simulation while-loop. Without this setting, the `ntsteps`-induced `stop_alarm` for the while-loop was not called in a CLM5-PDAF testcase.
- Loading branch information