
#2528 closed Bug (fixed)
mixed up ctl files with SAS in coupled mode
Reported by: | gsamson | Owned by: | ![]() |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | SAS | Version: | trunk |
Severity: | minor | Keywords: | |
Cc: | smasson | Branch review: | failed |
MP ready?: | no | Task progress: | Unspecified |
Description
Context
When using SAS with OASIS, both SAS and OCE components try to write control prints in the same files (time.step, run.stat, timing.output), producing mixed up unusable control files.
Analysis
SAS and OCE are using the same file names to write their ctl prints
Fix
Append a "_sas" to ctl files created by SAS component to avoid this problem.
Add an optional argument to the timing_init routine to define a different file name when called by SAS
Commit History (2)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
13555 | gsamson | 2020-10-02T10:29:13+02:00 | add missing timestep duration print in SAS timing.output and add missing timing capacity to OFF/nemogcm.F90; ticket #2528 |
13538 | gsamson | 2020-09-29T12:21:53+02:00 | change control print filenames when using SAS+OASIS and add optional input filename argument in timing_init routine; ticket #2528 |
Change History (3)
comment:1
Changed 4 months ago by gsamson
comment:2
Changed 4 months ago by gsamson
- Resolution set to fixed
- Status changed from new to closed
comment:3
Changed 4 months ago by gsamson
In 13555:
In 13538: