New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
#835 (no dffusion option) – NEMO

Opened 13 years ago

Closed 11 years ago

Last modified 8 years ago

#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)

ChangesetAuthorTimeChangeLog
3284rblod2012-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 8 years ago by nicolasmartin

  • Milestone 2011 Stream 1: User Interfaces deleted

Milestone 2011 Stream 1: User Interfaces deleted

comment:3 Changed 8 years ago by nicolasmartin

  • Keywords TRA added; traldf removed

comment:4 Changed 8 years ago by nicolasmartin

  • Keywords DYN added; dynldf removed

comment:5 Changed 8 years ago by nicolasmartin

  • Keywords no removed
Note: See TracTickets for help on using tickets.