|
|
|||
File indexing completed on 2025-12-15 06:14:28 UTC
view on githubraw file Latest commit ad59256d on 2025-12-15 00:05:36 UTCad59256d7d aver*0001 #ifndef OBSFIT_OPTIONS_H 0002 #define OBSFIT_OPTIONS_H 0003 #include "PACKAGES_CONFIG.h" 0004 #include "CPP_OPTIONS.h" 0005 0006 CBOP 0007 C !ROUTINE: OBSFIT_OPTIONS.h 0008 0009 C !INTERFACE: 0010 C #include "OBSFIT_OPTIONS.h" 0011 0012 C !DESCRIPTION: 0013 C ================================================================== 0014 C | CPP options file for pkg ObsFit: 0015 C | Control which optional features to compile in this package code 0016 C ================================================================== 0017 CEOP 0018 0019 #ifdef ALLOW_OBSFIT 0020 C Place CPP define/undef flag here 0021 0022 C To use file units between 9 and 99 (seems to conflict 0023 C with NF_OPEN some times, but is needed when using g77) 0024 # undef OBSFIT_USE_MDSFINDUNITS 0025 0026 #undef ALLOW_OBSFIT_EXCLUDE_CORNERS 0027 0028 #endif /* ALLOW_OBSFIT */ 0029 #endif /* OBSFIT_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 |
|