Back to home page

MITgcm

 
 

    


File indexing completed on 2018-03-02 18:45:21 UTC

view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
844edcc456 Jean*0001 C     /==========================================================\
                0002 C     | ATMSIZE.h  Declare size of underlying computational grid |
                0003 C     |            for atmosphere component.                     |
                0004 C     \==========================================================/
                0005 C     Nx_atm  - No. points in X for the total domain.
                0006 C     Ny_atm  - No. points in Y for the total domain.
                0007       INTEGER Nx_atm
                0008       INTEGER Ny_atm
                0009       PARAMETER (
                0010      &           Nx_atm  = 192,
                0011      &           Ny_atm  =  32)