/[MITgcm]/MITgcm/pkg/obcs/obcs_readparms.F
ViewVC logotype

Diff of /MITgcm/pkg/obcs/obcs_readparms.F

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

revision 1.9 by heimbach, Wed Sep 22 20:44:37 2004 UTC revision 1.10 by mlosch, Mon Sep 27 08:57:57 2004 UTC
# Line 133  C     Default Orlanski radiation paramet Line 133  C     Default Orlanski radiation paramet
133  #endif  #endif
134                
135  #ifdef ALLOW_OBCS_SPONGE  #ifdef ALLOW_OBCS_SPONGE
136  C     Default sponge layer parameters  C     Default sponge layer parameters:
137        spongeThickness = 2  C     sponge layer is turned off by default
138        Urelaxobcsinner = 5. _d 0        spongeThickness = 0
139        Urelaxobcsbound = 1. _d 0        Urelaxobcsinner = 0. _d 0
140        Vrelaxobcsinner = 5. _d 0        Urelaxobcsbound = 0. _d 0
141        Vrelaxobcsbound = 1. _d 0        Vrelaxobcsinner = 0. _d 0
142          Vrelaxobcsbound = 0. _d 0
143    CML this was the previous default in units of days
144    CML      spongeThickness = 2
145    CML      Urelaxobcsinner = 5. _d 0
146    CML      Urelaxobcsbound = 1. _d 0
147    CML      Vrelaxobcsinner = 5. _d 0
148    CML      Vrelaxobcsbound = 1. _d 0
149        IF (useOBCSsponge)        IF (useOBCSsponge)
150       & READ(UNIT=iUnit,NML=OBCS_PARM03)       & READ(UNIT=iUnit,NML=OBCS_PARM03)
151  #endif  #endif

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

  ViewVC Help
Powered by ViewVC 1.1.22