/[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.4 by dimitri, Tue Dec 18 05:34:41 2007 UTC revision 1.5 by atn, Fri Dec 21 22:49:09 2007 UTC
# Line 8  C     Find surface where the potential d Line 8  C     Find surface where the potential d
8  C     larger than surface density plus SaltPlumeCriterion.  C     larger than surface density plus SaltPlumeCriterion.
9    
10  C     CriterionType: 1=delta_rho, 2=drhodz, default is 1  C     CriterionType: 1=delta_rho, 2=drhodz, default is 1
11  C     Plume_Method: method of distributing salt plume vertically  C     PlumeMethod: method of distributing salt plume vertically
12  C       1=uniform, 2=exp, 3=overshoot, 4=power, 5=dump_at_top, 6=reverse of 4  C       1=power, 2=exp, 3=overshoot, 5=dump_at_top, 6=reverse of 1
13  C       default is 1  C       default is 1
14  C     Npower: choices of distributing salt uniformly (0), linear (1),  C     Npower: choices of distributing salt uniformly (0), linear (1),
15  C       or higher power (Npower>1); default is 0  C       or higher power (Npower>1); default is 0 when PlumeMethod = 1
16        INTEGER CriterionType, PlumeMethod, Npower        INTEGER CriterionType, PlumeMethod, Npower
17        COMMON /SALT_PLUME_PARAMS_I/ CriterionType, PlumeMethod, Npower        COMMON /SALT_PLUME_PARAMS_I/ CriterionType, PlumeMethod, Npower
18    

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

  ViewVC Help
Powered by ViewVC 1.1.22