From 0994ed2fd0db8a7087e42ce1be89c6f30d353467 Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Wed, 19 Jul 2023 11:16:04 -0400 Subject: [PATCH] Fixes #2244. Add print of regrid method to history init --- CHANGELOG.md | 1 + gridcomps/History/MAPL_HistoryGridComp.F90 | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 587833d812dd..53210a918774 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Added print of regrid method during History initialization - Add ability to introduce a time-step delay in ExtDataDriver.x to simulate the timestep latency of a real model - Added a MAPL\_Sleep function, equivalent to some vendor supplied but non-standard sleep function - sampling IODA file with trajectory sampler (step-1): make it run diff --git a/gridcomps/History/MAPL_HistoryGridComp.F90 b/gridcomps/History/MAPL_HistoryGridComp.F90 index 5704080a8b81..a01c4bc22200 100644 --- a/gridcomps/History/MAPL_HistoryGridComp.F90 +++ b/gridcomps/History/MAPL_HistoryGridComp.F90 @@ -2440,6 +2440,7 @@ subroutine Initialize ( gc, import, dumexport, clock, rc ) print *, ' End_Date: ', list(n)%end_date print *, ' End_Time: ', list(n)%end_time endif + print *, ' Regrid Mthd: ', regrid_method_int_to_string(list(n)%regrid_method) block integer :: im_world, jm_world,dims(3)