|
|
|||
File indexing completed on 2024-12-17 18:33:51 UTC
view on githubraw file Latest commit 8fbfd1f3 on 2018-02-26 18:39:21 UTC8fbfd1f382 Oliv*0001 #include "DARWIN_OPTIONS.h" 0002 0003 CBOP 0004 C !ROUTINE: DARWIN_ATMOS 0005 0006 C !INTERFACE: ========================================================== 0007 SUBROUTINE DARWIN_ATMOS( myTime, myIter, myThid ) 0008 0009 C !DESCRIPTION: 0010 C dummy routine: this is not supported! 0011 C 0012 C !USES: =============================================================== 0013 IMPLICIT NONE 0014 0015 C !INPUT PARAMETERS: =================================================== 0016 C myThid :: thread number 0017 C myIter :: current timestep 0018 C myTime :: current time 0019 INTEGER myIter, myThid 0020 _RL myTime 0021 CEOP 0022 0023 RETURN 0024 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 |
|