Back to home page

MITgcm

 
 

    


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

view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
e4775240e5 Dimi*0001 C CPP options file for salt_plume package
                0002 C Use this file for selecting options within the salt_plume package
                0003 
                0004 #ifndef SALT_PLUME_OPTIONS_H
                0005 #define SALT_PLUME_OPTIONS_H
                0006 #include "PACKAGES_CONFIG.h"
                0007 #include "CPP_OPTIONS.h"
                0008 
d6c8672c92 Jean*0009 #ifdef ALLOW_SALT_PLUME
e4775240e5 Dimi*0010 C Place CPP define/undef flag here
                0011 
4b0b6a4929 An T*0012 C SALT_PLUME_IN_LEADS
                0013 C   Motivation: As ice concentration AREA -> 1, leads occur -> ice
                0014 C     production is no longer uniform in grid box -> assumptions
                0015 C     which motivate KPP no longer holds -> treat overturn more
                0016 C     realistic with this flag.
                0017 C   if defined: Activate pkg/salt_plume only when seaice AREA exceeds
                0018 C               a certain value representative of lead opening AND only
                0019 C               if seaice growth dh is from atmospheric cooling.
                0020 C   if undefined: Activate pkg/salt_plume whenever seaice forms.
                0021 C                 This is the default of pkg/salt_plume.
                0022 #undef SALT_PLUME_IN_LEADS
1f89baba18 Patr*0023 #undef SALT_PLUME_SPLIT_BASIN
                0024 #undef SALT_PLUME_VOLUME
                0025 
762bde3a3e Dimi*0026 #endif /* ALLOW_SALT_PLUME */
e4775240e5 Dimi*0027 #endif /* SALT_PLUME_OPTIONS_H */