Back to home page

MITgcm

 
 

    


File indexing completed on 2018-03-02 18:41:41 UTC

view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
e0a2f8aec4 Jean*0001 C     *==========================================================*
                0002 C     | LAND_SIZE.h Declare size of arrays for Land Model
                0003 C     *==========================================================*
                0004 
                0005 #ifndef SIZE_IS_SET
                0006 C     MITgcm declaration of grid size. 
                0007 #include "SIZE.h"
                0008 #define SIZE_IS_SET
                0009 
                0010 #endif
                0011 
                0012 C- dimension for Land package   
                0013 C     land_nLev :: Nunber of soil layers for land model
                0014       INTEGER land_nLev
                0015       PARAMETER ( land_nLev=2 ) 
                0016