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

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

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


Revision 1.1 - (hide annotations) (download)
Wed Jun 12 21:30:21 2013 UTC (10 years, 11 months ago) by dgoldberg
Branch: MAIN
CVS Tags: checkpoint64i
new package from CONTRIB branch

1 dgoldberg 1.1 #include "CPP_OPTIONS.h"
2    
3     _RL FUNCTION STREAMICE_BSTRESS_EXPONENT (speed,m)
4    
5     _RL speed, m
6     ! _RL SLOPE_LIMITER
7    
8     STREAMICE_BSTRESS_EXPONENT = speed**(m-1)
9    
10     RETURN
11     END

  ViewVC Help
Powered by ViewVC 1.1.22