|
||||
File indexing completed on 2018-03-02 18:38:00 UTC
view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTCf6eb85002a Jean*0001 --->>> COMPILE FAILURE IS DELIBERATE <<<--- 0002 --->>> default ECCO_CPPOPTIONS.h option-file <<<--- 0003 --->>> CANNOT be used WITHOUT CUSTOMIZATION <<<--- 0004 0005 #ifndef ECCO_CPPOPTIONS_H 0006 #define ECCO_CPPOPTIONS_H 0007 0008 C-- Collect here, in a single option-file, options to control which optional 0009 C features to compile in packages AUTODIFF, COST, CTRL, ECCO, CAL and EXF. 0010 C If used, this option-file needs to be directly included in CPP_OPTIONS.h 0011 C Although this method, inherited from ECCO setup, has been traditionally 0012 C used for all adjoint built, work is in progess to allow to use the 0013 C standard method (each of the above pkg get its own options from its 0014 C specific option-file) also for adjoint built. 0015 0016 C ******************************************************************** 0017 C *** ECCO Package *** 0018 C ******************************************************************** 0019 0020 C-- see pkg/ecco/ECCO_OPTIONS.h file 0021 0022 C ******************************************************************** 0023 C *** Adjoint Support Package *** 0024 C ******************************************************************** 0025 0026 C-- see pkg/autodiff/AUTODIFF_OPTIONS.h file 0027 0028 C ******************************************************************** 0029 C *** Calendar Package *** 0030 C ******************************************************************** 0031 0032 CPH >>>>>> THERE ARE NO MORE CAL OPTIONS TO BE SET <<<<<< 0033 0034 C ******************************************************************** 0035 C *** Cost function Package *** 0036 C ******************************************************************** 0037 0038 C-- see pkg/cost/COST_OPTIONS.h file 0039 0040 C ******************************************************************** 0041 C *** Control vector Package *** 0042 C ******************************************************************** 0043 0044 C-- see pkg/ctrl/CTRL_OPTIONS.h file 0045 0046 C ******************************************************************** 0047 C *** External forcing Package *** 0048 C ******************************************************************** 0049 0050 C-- see pkg/exf/EXF_OPTIONS.h file 0051 0052 #endif /* ECCO_CPPOPTIONS_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 |