/[MITgcm]/MITgcm/verification/global_ocean.cs32x15/input.seaice/data.seaice
ViewVC logotype

Diff of /MITgcm/verification/global_ocean.cs32x15/input.seaice/data.seaice

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

revision 1.7 by jmc, Tue Feb 7 01:59:33 2012 UTC revision 1.13 by mlosch, Tue Dec 9 14:14:38 2014 UTC
# Line 1  Line 1 
1  # SEAICE parameters  # SEAICE parameters
2   &SEAICE_PARM01   &SEAICE_PARM01
3   LSR_ERROR             = 1.E-12,   LSR_ERROR             = 1.E-12,
4    # test strong implicit coupling method for LSR
5     SEAICEuseStrImpCpl    = .TRUE.,
6    # test restricted additive Schwarz (RAS) method for LSR
7    # SEAICE_OLx/y have to be .LE. OLx/y-2
8     SEAICE_OLx = 2,
9     SEAICE_OLy = 2,
10  #SEAICE_deltaTevp = 60.,  #SEAICE_deltaTevp = 60.,
11  #SEAICEuseDynamics = .FALSE.,  #SEAICEuseDynamics = .FALSE.,
 # for backward compatibility only  
12   SEAICE_clipVelocities = .TRUE.,   SEAICE_clipVelocities = .TRUE.,
 #- to reproduce old results with former #undef SEAICE_SOLVE4TEMP_LEGACY code  
   SEAICE_wetAlbTemp = 0.,  
   SEAICE_snowThick  = 0.,  
13  #  #
14   SIsal0                = 4.,   SEAICE_salt0          = 4.,
15   SEAICEadvHeff         = .TRUE.,   SEAICEadvHeff         = .TRUE.,
16   SEAICEadvArea         = .TRUE.,   SEAICEadvArea         = .TRUE.,
17   SEAICEadvSnow         = .TRUE.,   SEAICEadvSnow         = .TRUE.,
18   SEAICEadvScheme       = 77,   SEAICEadvScheme       = 77,
19     SEAICE_multDim        = 7,
20     SEAICE_wetAlbTemp     = 0.,
21     SEAICE_mcPheePiston   = 0.00057,
22     SEAICE_areaLossFormula= 2,
23     SEAICEheatConsFix     = .TRUE.,
24  #SEAICE_monFreq        = 2592000.,  #SEAICE_monFreq        = 2592000.,
25  #SEAICEwriteState      = .TRUE.,  #SEAICEwriteState      = .TRUE.,
26   &   &

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.13

  ViewVC Help
Powered by ViewVC 1.1.22