|
|
|||
File indexing completed on 2024-12-17 18:34:00 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_NUT_SUPPLY 0005 C !INTERFACE: ========================================================== 0006 SUBROUTINE DARWIN_NUT_SUPPLY(Nut, 0007 & bi,bj,iMin,iMax,jMin,jMax, 0008 & myIter,myTime,myThid) 0009 0010 C !DESCRIPTION: 0011 C step forward supply of nutrients 0012 0013 C !USES: =============================================================== 0014 IMPLICIT NONE 0015 #include "SIZE.h" 0016 0017 C !INPUT PARAMETERS: =================================================== 0018 _RL myTime 0019 INTEGER bi,bj,iMin,iMax,jMin,jMax,myIter,myThid 0020 0021 C !INPUT/OUTPUT PARAMETERS: ============================================ 0022 _RL Nut(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr) 0023 CEOP 0024 0025 #ifdef ALLOW_DARWIN 0026 0027 C !LOCAL VARIABLES: ==================================================== 0028 0029 STOP 'not implemented' 0030 0031 #endif /* ALLOW_DARWIN */ 0032 0033 RETURN 0034 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 |
|