/[MITgcm]/MITgcm/pkg/generic_advdiff/GAD_FLUX_LIMITER.h
ViewVC logotype

Contents of /MITgcm/pkg/generic_advdiff/GAD_FLUX_LIMITER.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.4 - (show annotations) (download)
Mon Jul 30 20:42:45 2001 UTC (22 years, 9 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint40pre7, checkpoint40pre6, checkpoint40pre9, checkpoint40pre8, checkpoint40pre4, checkpoint40pre5, checkpoint40
Changes since 1.3: +4 -3 lines
File MIME type: text/plain
Corrected parameter declaration for use with TAMC.

1 C $Header: /u/gcmpack/models/MITgcmUV/pkg/generic_advdiff/GAD_FLUX_LIMITER.h,v 1.3 2001/06/21 14:34:33 jamous Exp $
2 C $Name: checkpoint40pre2 $
3
4 C Statement function to describe flux limiter
5 _RL Limiter
6 C Upwind Limiter(Cr)=0.
7 C Lax-Wendroff Limiter(Cr)=1.
8 C Suberbee Limiter(Cr)=max(0.,max(min(1.,2*Cr),min(2.,Cr)))
9
10 c Limiter(Cr)=0.
11 c Limiter(Cr)=1.
12 Limiter(Cr)=max(0.D0,max(min(1.D0,2.D0*Cr),
13 & min(2.D0,Cr)))

  ViewVC Help
Powered by ViewVC 1.1.22