/[MITgcm]/MITgcm/pkg/salt_plume/SALT_PLUME.h
ViewVC logotype

Annotation of /MITgcm/pkg/salt_plume/SALT_PLUME.h

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


Revision 1.2 - (hide annotations) (download)
Wed Nov 28 09:26:16 2007 UTC (16 years, 6 months ago) by dimitri
Branch: MAIN
Changes since 1.1: +11 -1 lines
File MIME type: text/plain
added check, readparms, and more diagnostice to pkg/salt_plume
also changed package flag from useSaltPlume to useSALT_PLUME

1 dimitri 1.2 C $Header: /u/gcmpack/MITgcm/pkg/salt_plume/SALT_PLUME.h,v 1.1 2007/11/28 00:18:17 dimitri Exp $
2 dimitri 1.1 C $Name: $
3    
4 dimitri 1.2 C-- SALT_PLUME parameters
5    
6     C find surface where the potential density (ref.lev=surface) is
7     C larger than surface density plus SaltPlumeCriterion. Initially
8     C use the default value 0.4 kg/m^3 of Duffy et al, 1999.
9     _RL SaltPlumeCriterion
10     COMMON /SALT_PLUME_PARAMS_R/ SaltPlumeCriterion
11    
12     C-- SALT_PLUME 2-dim. fields
13    
14 dimitri 1.1 C SaltPlumeDepth :: depth of penetration of salt plumes
15     C rejected during sea ice growth
16     COMMON /DYNVARS_SALT_PLUME/ SaltPlumeDepth
17     _RL SaltPlumeDepth (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
18    
19     C saltPlumeFlux :: Net downward salt flux in psu.kg/m^2/s
20     C flux of Salt rejected back into the ocean per time unit (second).
21     C Note: a) only used when salty sea-ice forms or melts.
22     C b) units: when salinity (unit= psu) is expressed
23     C in g/kg, saltPlumeFlux unit becomes g/m^2/s.
24     C > 0 for increasing in SSS.
25     C Southwest C-grid tracer point
26     COMMON /FFIELDS_saltPlumeFlux/ saltPlumeFlux
27     _RL saltPlumeFlux (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)

  ViewVC Help
Powered by ViewVC 1.1.22