Back to home page

darwin3

 
 

    


File indexing completed on 2024-12-17 18:33:49 UTC

view on githubraw file Latest commit 8fbfd1f3 on 2018-02-26 18:39:21 UTC
8fbfd1f382 Oliv*0001 #ifdef ALLOW_DARWIN
                0002 
                0003 CBOP
                0004 C     !ROUTINE: DARWIN_FLUX.h
                0005 C     !INTERFACE:
                0006 C #include DARWIN_FLUX.h
                0007 
                0008 C     !DESCRIPTION:
                0009 C Contains surface means needed for carbon chemistry surface forcing
                0010 C
                0011 C Requires: SIZE.h
                0012 C
                0013 
                0014 #ifdef DARWIN_ALLOW_CARBON
                0015 
                0016        COMMON /GLOBAL_SURF_MEAN/ gsm_ALK,gsm_S,gsm_DIC
                0017       _RL gsm_ALK
                0018       _RL gsm_S
                0019       _RL gsm_DIC
                0020 
                0021 #endif
                0022 
                0023 CEOP
                0024 #endif /* ALLOW_DARWIN */