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

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

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

revision 1.3 by dimitri, Wed Nov 28 17:55:36 2007 UTC revision 1.4 by dimitri, Tue Dec 18 05:34:41 2007 UTC
# Line 5  C $Name$ Line 5  C $Name$
5    
6  C--   SALT_PLUME parameters  C--   SALT_PLUME parameters
7  C     Find surface where the potential density (ref.lev=surface) is  C     Find surface where the potential density (ref.lev=surface) is
8  C     larger than surface density plus SaltPlumeCriterion.  Initially  C     larger than surface density plus SaltPlumeCriterion.
9  C     use the default value 0.4 kg/m^3 of Duffy et al, 1999.  
10        _RL SaltPlumeCriterion  C     CriterionType: 1=delta_rho, 2=drhodz, default is 1
11        COMMON /SALT_PLUME_PARAMS_R/ SaltPlumeCriterion  C     Plume_Method: method of distributing salt plume vertically
12    C       1=uniform, 2=exp, 3=overshoot, 4=power, 5=dump_at_top, 6=reverse of 4
13    C       default is 1
14    C     Npower: choices of distributing salt uniformly (0), linear (1),
15    C       or higher power (Npower>1); default is 0
16          INTEGER CriterionType, PlumeMethod, Npower
17          COMMON /SALT_PLUME_PARAMS_I/ CriterionType, PlumeMethod, Npower
18    
19    C     SaltPlumeCriterion
20    C       for CriterionType=1, default is 0.4 kg/m^3 of Duffy et al 1999
21    C       for CriterionType=2, default is 0.005 kg/m^3/m
22    C     SPovershoot: overshooting depth of penetrating salt plume,
23    C       so that 1.0 = no-overshoot, 1.2 = 20% overshoot.
24    C       default is 1.0
25          _RL SaltPlumeCriterion, SPovershoot
26          COMMON /SALT_PLUME_PARAMS_R/ SaltPlumeCriterion, SPovershoot
27    
28  C--   SALT_PLUME 2-dim. fields  C--   SALT_PLUME 2-dim. fields
29  C     SaltPlumeDepth :: depth of penetration of salt plumes  C     SaltPlumeDepth :: depth of penetration of salt plumes

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.22