/[MITgcm]/MITgcm/verification/global_ocean.cs32x15/code_ad/ECCO_CPPOPTIONS.h
ViewVC logotype

Diff of /MITgcm/verification/global_ocean.cs32x15/code_ad/ECCO_CPPOPTIONS.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.12 by gforget, Mon Dec 28 17:03:26 2015 UTC revision 1.13 by jmc, Tue Mar 7 18:02:38 2017 UTC
# Line 89  C ***             External forcing Packa Line 89  C ***             External forcing Packa
89  C ********************************************************************  C ********************************************************************
90    
91  C   Bulk formulae related flags.  C   Bulk formulae related flags.
92  #define  ALLOW_ATM_TEMP  #define ALLOW_ATM_TEMP
93  #undef   ALLOW_ATM_WIND  #undef  ALLOW_ATM_WIND
94  #define  ALLOW_DOWNWARD_RADIATION  #define ALLOW_DOWNWARD_RADIATION
95  #define  ALLOW_RUNOFF  #ifdef ALLOW_ATM_TEMP
 #if (defined (ALLOW_ATM_TEMP) || \  
      defined (ALLOW_ATM_WIND))  
96  # define ALLOW_BULKFORMULAE  # define ALLOW_BULKFORMULAE
97  # undef  ALLOW_BULK_LARGEYEAGER04  # undef  ALLOW_BULK_LARGEYEAGER04
98  #endif  #endif
99    
100    C-  Other forcing fields
101    #define ALLOW_RUNOFF
102    #undef  ALLOW_RUNOFTEMP
103    #undef  ALLOW_SALTFLX
104    
105  C   Use ocean_emissivity*lwdwon in lwFlux. This flag should be define  C   Use ocean_emissivity*lwdwon in lwFlux. This flag should be define
106  C   unless to reproduce old results (obtained with inconsistent old code)  C   unless to reproduce old results (obtained with inconsistent old code)
107  #ifdef ALLOW_DOWNWARD_RADIATION  #ifdef ALLOW_DOWNWARD_RADIATION
# Line 113  C   Use spatial interpolation to interpo Line 116  C   Use spatial interpolation to interpo
116  C   forcing files from input grid to model grid.  C   forcing files from input grid to model grid.
117  #undef USE_EXF_INTERPOLATION  #undef USE_EXF_INTERPOLATION
118    
119  #define EXF_INTERP_USE_DYNALLOC  #undef EXF_INTERP_USE_DYNALLOC
120  #if ( defined (EXF_INTERP_USE_DYNALLOC) & defined (USING_THREADS) )  #if ( defined (EXF_INTERP_USE_DYNALLOC) & defined (USING_THREADS) )
121  # define EXF_IREAD_USE_GLOBAL_POINTER  # define EXF_IREAD_USE_GLOBAL_POINTER
122  #endif  #endif
123    
124  C >>> No Open boundaries  C >>> No Open boundaries
125  #undef  ALLOW_OBCSN_CONTROL  #undef ALLOW_OBCSN_CONTROL
126  #undef  ALLOW_OBCSS_CONTROL  #undef ALLOW_OBCSS_CONTROL
127  #undef  ALLOW_OBCSW_CONTROL  #undef ALLOW_OBCSW_CONTROL
128  #undef  ALLOW_OBCSE_CONTROL  #undef ALLOW_OBCSE_CONTROL
129    
130  C ********************************************************************  C ********************************************************************
131  #endif /* ECCO_CPPOPTIONS_H */  #endif /* ECCO_CPPOPTIONS_H */

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

  ViewVC Help
Powered by ViewVC 1.1.22