#2123 closed Bug (fixed)
Bug in diawri.F90 (both v3.6_STABLE & trunk)
Reported by: | gm | Owned by: | andmirek |
---|---|---|---|
Priority: | low | Milestone: | 2018 release-4.0 |
Component: | OCE | Version: | trunk |
Severity: | minor | Keywords: | OPA v4.0 |
Cc: |
Description (last modified by nicolasmartin)
Context
with key_iomput, the e3u_0 and e3v_0 fields (initial vertical scale factor) are equals to e3t_0, not e3u_0 and e3v_0, respectively.
Fix
replace lines 127-128 by :
CALL iom_put("e3u_0", e3u_0(:,:,:) ) CALL iom_put("e3v_0", e3v_0(:,:,:) )
Commit History (2)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
10129 | andmirek | 2018-09-14T10:12:45+02:00 | Ticket #2123 commit for 3.6 |
10114 | andmirek | 2018-09-12T10:31:10+02:00 | ticket #2123 |
Change History (6)
comment:1 Changed 5 years ago by nicolasmartin
- Description modified (diff)
comment:2 Changed 5 years ago by clevy
- Owner set to andmirek
- Status changed from new to assigned
comment:3 Changed 5 years ago by andmirek
comment:4 Changed 5 years ago by andmirek
In 10129:
comment:5 Changed 5 years ago by andmirek
- Resolution set to fixed
- Status changed from assigned to closed
comment:6 Changed 22 months ago by nemo
- Keywords OPA v4.0 added
Note: See
TracTickets for help on using
tickets.
In 10114:
Commit for NEMO4. Tested in MO GO8 configuration: compiles and works fine. I culdn't run sette (not part of the trunk any more?), but the change is trivial.