Back to home page

MITgcm

 
 

    


File indexing completed on 2018-03-02 18:38:11 UTC

view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
7753507405 Curt*0001 C     /==========================================================\
                0002 C     | BULKF_CONSERV.h                                          |
                0003 C     | o Header for Bulk formula conservation variables         |
                0004 C     \==========================================================/
                0005 
                0006 #ifdef ALLOW_BULK_FORCE
                0007 
                0008 #ifdef CONSERV_BULKF
                0009 
                0010 C     Storage arrays for area-time-totals
                0011       _RL CONS_Qnet    (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
                0012       _RL CONS_EmPmR   (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
                0013       _RL qnet_off, empmr_off, constim, conservcycle
                0014 
                0015       COMMON /BULKF_CONS/
                0016      &                       CONS_Qnet, CONS_EmPmR, 
                0017      &                       qnet_off, empmr_off, constim,
                0018      &                       conservcycle
                0019 
                0020 
                0021 #endif /* CONSERV_BULKF */
                0022 
                0023 #endif /* ALLOW_BULK_FORCE */