File indexing completed on 2018-07-03 05:09:19 UTC
view on githubraw file Latest commit 03318334 on 2018-06-27 04:27:30 UTC
76edd074b1 Alis*0001 These lines are here to deliberately cause a compile-time error.
0002 If you see these lines in your .F files or the compiler shows them
0003 as an error then it means you have not placed your configuration
a8a6c7885b Jean*0004 files in the appropriate place.
76edd074b1 Alis*0005 You need to place you own copy of SIZE.h in the include
fd439401c4 Bayl*0006 path for the model, and comment out these lines.
76edd074b1 Alis*0007
ac0f2a1690 Chri*0008
0009
0010
0011
0012
0013
0b442d3d06 Jean*0014
ac0f2a1690 Chri*0015
e6e308892a Ed D*0016
0b442d3d06 Jean*0017
8a5fe66f17 Jean*0018
03318334e8 Jean*0019
0020
0021
8a5fe66f17 Jean*0022
0023
ac0f2a1690 Chri*0024
0025
0b442d3d06 Jean*0026
0027
0028
0029
0030
0031
8ee658579c Jean*0032
0033
0b442d3d06 Jean*0034
0035
0036
0037
0038
ac0f2a1690 Chri*0039
924557e60a Chri*0040 INTEGER sNx
0041 INTEGER sNy
0042 INTEGER OLx
0043 INTEGER OLy
0044 INTEGER nSx
0045 INTEGER nSy
0046 INTEGER nPx
0047 INTEGER nPy
0048 INTEGER Nx
0049 INTEGER Ny
056a024bcc Chri*0050 INTEGER Nr
924557e60a Chri*0051 PARAMETER (
8ee658579c Jean*0052 & sNx = 30,
0053 & sNy = 15,
0054 & OLx = 2,
0055 & OLy = 2,
0056 & nSx = 2,
0057 & nSy = 4,
924557e60a Chri*0058 & nPx = 1,
910f05e765 Chri*0059 & nPy = 1,
924557e60a Chri*0060 & Nx = sNx*nSx*nPx,
0061 & Ny = sNy*nSy*nPy,
8ee658579c Jean*0062 & Nr = 4)
924557e60a Chri*0063
a8a6c7885b Jean*0064
c206b07c1d Chri*0065
a8a6c7885b Jean*0066
a85d6ab24e Chri*0067 INTEGER MAX_OLX
0068 INTEGER MAX_OLY
0069 PARAMETER ( MAX_OLX = OLx,
0070 & MAX_OLY = OLy )
0071