|
|
|||
File indexing completed on 2024-12-17 18:37:43 UTC
view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTCe6751e3c9f Jean*0001 C !ROUTINE: OFFLINE_SWITCH.h 0002 C ------------------------------- 0003 C OFFLINE_SWITCH.h 0004 C variable for switching on/off some calculations 0005 C ------------------------------- 0006 0007 C offlineLoadGMRedi :: load from file GMRedi tensor (do not compute it) 0008 C offlineLoadKPP :: load from file KPP mixing coeff (do not compute it) 0009 C offlineLoadConvec :: load from file Convective mixing (do not compute it) 0010 COMMON /OFFLINE_SWITCH_L/ 0011 & offlineLoadGMRedi, offlineLoadKPP, offlineLoadConvec 0012 LOGICAL offlineLoadGMRedi 0013 LOGICAL offlineLoadKPP 0014 LOGICAL offlineLoadConvec 0015 0016 C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated from https://github.com/darwinproject/darwin3 by the 2.3.7-MITgcm-0.1 LXR engine. The LXR team |
|