|
||||
File indexing completed on 2024-05-25 05:11:13 UTC
view on githubraw file Latest commit 00f81e67 on 2024-05-24 21:00:12 UTC00f81e6785 Ou W*0001 #ifndef STIC_OPTIONS_H 0002 #define STIC_OPTIONS_H 0003 #include "PACKAGES_CONFIG.h" 0004 #include "CPP_OPTIONS.h" 0005 0006 CBOP 0007 C !ROUTINE: STIC_OPTIONS.h 0008 C !INTERFACE: 0009 C #include "STIC_OPTIONS.h" 0010 0011 C !DESCRIPTION: 0012 C *==================================================================* 0013 C | CPP options file for pkg "steep_icecavity": 0014 C | Control which optional features to compile in this package code. 0015 C *==================================================================* 0016 CEOP 0017 0018 #ifdef ALLOW_STEEP_ICECAVITY 0019 C Place CPP define/undef flag here 0020 0021 C use 3D version of transfer coefficients (needed for variable 0022 C transfer coefficients) 0023 #define ALLOW_SHITRANSCOEFF_3D 0024 0025 #endif /* ALLOW_STEEP_ICECAVITY */ 0026 #endif /* STIC_OPTIONS_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated from https://github.com/MITgcm/MITgcm by the 2.2.1-MITgcm-0.1 LXR engine. The LXR team |