Back to home page

MITgcm

 
 

    


File indexing completed on 2018-03-02 18:37:12 UTC

view on githubraw file Latest commit 4cee17c1 on 2002-11-15 04:03:25 UTC
4cee17c1be Patr*0001 
                0002 c     ==================================================================
                0003 c     HEADER MINIMIZATION
                0004 c     ==================================================================
                0005 c
                0006 c     o Header for the minimization algorithm.
                0007 c
                0008 c     started: Christian Eckert eckert@mit.edu  07-Apr-2000
                0009 c
                0010 c     changed: Christian Eckert eckert@mit.edu
                0011 c
                0012 c
                0013 c     ==================================================================
                0014 c     HEADER MINIMIZATION
                0015 c     ==================================================================
                0016 
                0017       common /minimization_l/
                0018      &                        fileavailable,
                0019      &                        tileavailable
                0020       logical tileavailable( nsx*npx, nsy*npy )
                0021       logical fileavailable( nsx*npx, nsy*npy )
                0022 
                0023 c     ==================================================================
                0024 c     END OF HEADER MINIMIZATION
                0025 c     ==================================================================