Back to home page

MITgcm

 
 

    


File indexing completed on 2023-03-03 06:09:48 UTC

view on githubraw file Latest commit 3156f625 on 2022-12-27 05:13:07 UTC
cf5b5345a0 Jean*0001 #ifndef CHEAPAML_OPTIONS_H
                0002 #define CHEAPAML_OPTIONS_H
                0003 #include "PACKAGES_CONFIG.h"
                0004 #include "CPP_OPTIONS.h"
                0005 
3156f625d5 Jean*0006 CBOP
                0007 C !ROUTINE: CHEAPAML_OPTIONS.h
                0008 C !INTERFACE:
                0009 C #include "CHEAPAML_OPTIONS.h"
                0010 
                0011 C !DESCRIPTION:
                0012 C *==================================================================*
                0013 C | CPP options file for CheapAML package
                0014 C | Control which optional features to compile in this package code.
                0015 C *==================================================================*
                0016 CEOP
                0017 
d6c8672c92 Jean*0018 #ifdef ALLOW_CHEAPAML
cf5b5345a0 Jean*0019 C Place CPP define/undef flag here
                0020 
3156f625d5 Jean*0021 C to reproduce old results, with inconsistent wind location,
                0022 C  grid-cell center and grid-cell edges (C-grid).
                0023 #undef INCONSISTENT_WIND_LOCATION
                0024 
cf5b5345a0 Jean*0025 #endif /* ALLOW_CHEAPAML */
                0026 #endif /* CHEAPAML_OPTIONS_H */