Back to home page

MITgcm

 
 

    


File indexing completed on 2022-01-06 06:13:24 UTC

view on githubraw file Latest commit 9f5240b5 on 2022-01-05 15:24:45 UTC
0c3d35c9cd Gael*0001 #include "SMOOTH_OPTIONS.h"
                0002 
9f5240b52a Jean*0003       SUBROUTINE SMOOTH_INIT_VARIA( myThid )
0c3d35c9cd Gael*0004 
                0005 C     *==========================================================*
9f5240b52a Jean*0006 C     | SUBROUTINE SMOOTH_INIT_VARIA
0c3d35c9cd Gael*0007 C     | o Routine that initializes smoothing/correlation operators
                0008 C     |  (first version is empty => see smooth_init_fixed.F)
                0009 C     *==========================================================*
                0010 
                0011       IMPLICIT NONE
9f5240b52a Jean*0012       INTEGER myThid
0c3d35c9cd Gael*0013 
9f5240b52a Jean*0014       RETURN
                0015       END
0c3d35c9cd Gael*0016