|
||||
File indexing completed on 2018-03-02 18:45:32 UTC
view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC7370b6162d Jean*0001 #ifndef THSICE_OPTIONS_H 0002 #define THSICE_OPTIONS_H 0003 #include "PACKAGES_CONFIG.h" 0004 #include "CPP_OPTIONS.h" 0005 0006 #ifdef ALLOW_THSICE 0007 C Package-specific Options & Macros go here 0008 0009 C- use continuous power-law function for partition of energy between lateral 0010 C melting/freezing and thinning/thickening ; otherwise, use step function. 0011 #define THSICE_FRACEN_POWERLAW 0012 0013 C- allow single grid-point debugging write to standard-output 0014 #undef ALLOW_DBUG_THSICE 0015 0016 C- only to check conservation 0017 C (change content of ICE_qleft,fresh,salFx-T files) 0018 #undef CHECK_ENERGY_CONSERV 0019 0020 C CPP Macros go here 0021 0022 #endif /* ALLOW_THSICE */ 0023 #endif /* THSICE_OPTIONS_H */ 0024 0025 CEH3 ;;; Local Variables: *** 0026 CEH3 ;;; mode:fortran *** 0027 CEH3 ;;; End: ***
[ 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 |