Back to home page

MITgcm

 
 

    


File indexing completed on 2026-05-23 05:08:44 UTC

view on githubraw file Latest commit 9b89fcf6 on 2026-05-22 13:35:26 UTC
9b89fcf692 antn*0001 CBOP
                0002 C    !ROUTINE: LAYERS_P2SHARE.h
                0003 C    !INTERFACE:
                0004 C    include LAYERS_P2SHARE.h
                0005 C    !DESCRIPTION: \bv
                0006 C     *==========================================================*
                0007 C     | LAYERS_P2SHARE.h
                0008 C     | o Header file for pkg "layers" parameters that are used
                0009 C     |   outside pkg/layers (and need to be shared).
                0010 C     *==========================================================*
                0011 C     \ev
                0012 CEOP
                0013 C     layers_useThermo :: true if using LAYERS_THERMODYNAMICS code
                0014       LOGICAL layers_useThermo
                0015       COMMON / LAYERS_PARAMS_TO_SHARE_L / layers_useThermo
                0016