| 1 |
C $Header: /u/gcmpack/MITgcm_contrib/gael/pkg/smooth2/smooth_correl2D.F,v 1.1 2009/10/24 23:27:24 gforget Exp $ |
| 2 |
C $Name: $ |
| 3 |
|
| 4 |
#include "CPP_OPTIONS.h" |
| 5 |
#include "CPP_EEOPTIONS.h" |
| 6 |
|
| 7 |
subroutine smooth_init_varia (mythid) |
| 8 |
|
| 9 |
C *==========================================================* |
| 10 |
C | SUBROUTINE smooth_init_varia |
| 11 |
C | o Routine that initializes smoothing/correlation operators |
| 12 |
C | (first version is empty => see smooth_init_fixed.F) |
| 13 |
C *==========================================================* |
| 14 |
|
| 15 |
IMPLICIT NONE |
| 16 |
integer myThid |
| 17 |
|
| 18 |
END |
| 19 |
|
| 20 |
|
| 21 |
|
| 22 |
|