#2395 closed Enhancement (fixed)
use fldread to handle zdfiwm input files
Reported by: | gsamson | Owned by: | gsamson |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | ZDF | Version: | trunk |
Severity: | minor | Keywords: | |
Cc: | smasson |
Description
Context
zdfiwm input files are currently hardcoded in zdf_iwm_init subroutine. A more proper and generic way should be to use fldread instead. This ticket also adress ticket #2388.
Proposal
replace "iom_get" calls in zdf_iwm_init subroutine by classic fldread interface ans adjust namelists accordingly
Commit History (2)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
12510 | gsamson | 2020-03-05T08:40:51+01:00 | apply zdf_iwm_init bugfix suggested in ticket #2397 to correct ORCA2_ICE_PISCES restartability issue introduced in rev12501 (ticket #2395) |
12501 | gsamson | 2020-03-02T18:51:24+01:00 | replace iom calls in zdf_iwm_init subroutine by fldread interface, remove MY_SRC version in BENCH testcase (+ minor bugfix in BENCH namelist_pisces_cfg) and adjusts related namelists accordingly, see #2395 |
Change History (4)
comment:1 Changed 5 years ago by gsamson
- Cc smasson added
comment:2 Changed 5 years ago by gsamson
comment:3 Changed 5 years ago by gsamson
- Resolution set to fixed
- Status changed from new to closed
comment:4 Changed 5 years ago by gsamson
In 12510:
In 12501: