#995 closed Bug (fixed)
bug in limtrp
Reported by: | gm | Owned by: | gm |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | LIM3 | Version: | v3.4 |
Severity: | Keywords: | LIM* v3.4 | |
Cc: |
Description
Minor bug (shown to have a small impact on the results)
Nature: wrong argument when calling lim_adv_y first and then lim_adv_x (even time step):
it should be:
CALL lim_adv_y( ... ,rone , ... )
CALL lim_adv_x( ... ,rzero, ... )
instead of
CALL lim_adv_y( ... ,rzero , ... )
CALL lim_adv_x( ... ,rone, ... )
Commit History (1)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
3554 | gm | 2012-11-14T12:48:05+01:00 | Ticket #995 fixed (bug in limtrp.F90) |
Change History (5)
comment:1 Changed 11 years ago by gm
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 6 years ago by nemo
- Keywords LIM* added
comment:3 Changed 6 years ago by nemo
- Keywords release-3.4* added
comment:4 Changed 6 years ago by nemo
- Keywords release-3.4* removed
comment:5 Changed 20 months ago by nemo
- Keywords v3.4 added
Note: See
TracTickets for help on using
tickets.
fixed , see Changeset 3554