Back to home page

MITgcm

 
 

    


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

view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
09a6f3668a Jeff*0001 C     /==========================================================\
                0002 C     | OCN_SIZE.h Declare size of underlying computational grid |
                0003 C     |            for ocean component.                          |
                0004 C     \==========================================================/
                0005 C     Nx_ocn  - No. points in X for the total domain.
                0006 C     Ny_ocn  - No. points in Y for the total domain.
                0007       INTEGER Nx_ocn
                0008       INTEGER Ny_ocn
                0009       PARAMETER (
                0010      &           Nx_ocn  = 90,
                0011      &           Ny_ocn  = 44)
                0012