-
Notifications
You must be signed in to change notification settings - Fork 11
Description
@smahanam suggests moving mk_GEOSldasRestarts.F90 from the GEOSldas repository (back) into the ./mk_restarts directory in the GEOSgcm_GridComp repository, to have it alongside mk_CatchRestarts.F90 and mk_CatchCNRestarts.F90.
Rather than simply moving mk_GEOSldasRestarts.F90, I recommend that we take this opportunity to clean up code that is duplicated between mk_GEOSldasRestarts.F90 and mk_Catch[CN]Restarts.F90. Ideally, mk_GEOSldasRestarts.F90 would be replaced with a very simple program or script that uses executables from ./mk_restarts
@weiyuan-jiang offered take a first crack at this.
Note that GEOSgcm_GridComp PR#402 relocates ./mk_restarts within the GCM GridComp.
Note the remaining mkRestarts work related GCM GC PR #360 about supporting both CNCLM4.0 and CNCLM4.5. This can perhaps be addressed along this the present issue.