#835 closed Bug (fixed)
no dffusion option
Reported by: | rblod | Owned by: | nemo |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | OCE | Version: | v3.3 |
Severity: | Keywords: | DYN TRA diffusion | |
Cc: |
Description
To be able to use no diffusion, in dynldf line 143 :
IF( ioptio /= 1 ) CALL ctl_stop( ' use only ONE direction (level/hor/iso)' )
Should be
IF( ioptio > 1 ) CALL ctl_stop( ' use only ONE direction (level/hor/iso)' )
Equivalent correction for tracers in traldf line 157
Commit History (1)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
3284 | rblod | 2012-01-27T14:21:11+01:00 | Correct control if no diffusion, see ticket #835 |
Change History (5)
comment:1 Changed 11 years ago by rblod
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 7 years ago by nicolasmartin
- Milestone 2011 Stream 1: User Interfaces deleted
Milestone 2011 Stream 1: User Interfaces deleted
comment:3 Changed 7 years ago by nicolasmartin
- Keywords TRA added; traldf removed
comment:4 Changed 7 years ago by nicolasmartin
- Keywords DYN added; dynldf removed
comment:5 Changed 7 years ago by nicolasmartin
- Keywords no removed
Note: See
TracTickets for help on using
tickets.
Fix in 3.4, see http://forge.ipsl.jussieu.fr/nemo/changeset/3294/trunk/NEMOGCM/NEMO/OPA_SRC/DYN/dynldf.F90