/[MITgcm]/MITgcm/pkg/streamice/streamice_bstress_exponent.F
ViewVC logotype

Diff of /MITgcm/pkg/streamice/streamice_bstress_exponent.F

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

revision 1.1 by dgoldberg, Wed Jun 12 21:30:21 2013 UTC revision 1.2 by heimbach, Fri Jun 21 19:59:36 2013 UTC
# Line 1  Line 1 
1  #include "CPP_OPTIONS.h"  #include "CPP_OPTIONS.h"
2    
3        _RL FUNCTION STREAMICE_BSTRESS_EXPONENT (speed,m)        _RL FUNCTION STREAMICE_BSTRESS_EXP (speed,m)
4    
5         _RL speed, m         _RL speed, m
6  !       _RL SLOPE_LIMITER  !       _RL SLOPE_LIMITER
7    
8          STREAMICE_BSTRESS_EXPONENT = speed**(m-1)          STREAMICE_BSTRESS_EXP = speed**(m-1)
9    
10         RETURN         RETURN
11         END         END

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22