|
|
|||
File indexing completed on 2024-12-17 18:33:53 UTC
view on githubraw file Latest commit 8fbfd1f3 on 2018-02-26 18:39:21 UTC8fbfd1f382 Oliv*0001 #include "DARWIN_OPTIONS.h" 0002 0003 CStartOfInterface 0004 SUBROUTINE DARWIN_DIAGS( myTime, myIter, myThid ) 0005 C /==========================================================\ 0006 C | SUBROUTINE DARWIN_DIAGS | 0007 C | o dummy subroutine | 0008 C \==========================================================/ 0009 IMPLICIT NONE 0010 0011 C == Routine arguments == 0012 C myTime - Current time of simulation ( s ) 0013 C myIter - Iteration number 0014 C myThid - Number of this instance of INI_FORCING 0015 _RL myTime 0016 INTEGER myIter 0017 INTEGER myThid 0018 CEndOfInterface 0019 0020 RETURN 0021 END
| [ 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 |
|