pconjr.f
12.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
subroutine pconjr (magin,year,magout,indgm,indval,tilt,rb,rggsm,
> rgsmg,tetdip,phidip,dir,rre,theto,phio,rfin,
> rmax,np,tr,tthet,tphi,ier)
c*
c***********************************************************************
c*
c* "Copyright [c] CNES 98 - tous droits reserves"
c* **********************************************
c*
c*PRO MAGLIB
c*
c*VER 99.03.31 - V 1.0
c*VER 01.05.30 - V 2.0
c*VER 03.01.06 - V 2.1
c*VER 01.01.07 - V 3.0
c*VER 13.10.10 - V 4.0
c*VER 2017.02.24- V 5.0
c*
c*AUT spec. CNES - JC KOSIK - janvier 1991
c*AUT port. CISI
c*AUT adapt. AKKA
c*
c*ROL Theme : Calculs de geophysique
c*ROL Calcul du point conjugue d'un point donne en tenant
c*ROL compte d'une combinaison de champs internes et externes.
c*
c*PAR magin (I) : type de champ interne
c*
c*PAR year (I) : annee fractionnaire de calcul
c*
c*PAR magout (I) : type de champ externe
c*
c*PAR indgm (I) : type d'indice geomagnetique
c*PAR indval (I) : indice geomagnetique pour Kp ou Ae
c*
c*PAR tilt (I) : angle de tilt (r adians)
c*
c*PAR rb (I) : distance subsolaire de la magnetopause
c*PAR : (rayons terrestres) rb = 11. * re
c*
c*PAR rggsm (I) : matrice (3,3) de passage du repere geographique au
c*PAR : repere solaire magnetospherique
c*PAR rgsmg (I) : matrice (3,3) de passage du repere solaire
c*PAR : magnetospherique au repere geographique
c*
c*PAR tetdip (I) : colatitude geocentrique du dipole (radians)
c*PAR phidip (I) : longitude geocentrique du dipole (radians)
c*
c*PAR dir (I) : direction du trace des lignes de force
c*
c*PAR rre (I) : distance radiale geocentrique du point de depart
c*PAR : (rayons terrestres)
c*
c*PAR theto (I) : colatitude geocentrique du point de depart (radians)
c*PAR phio (I) : longitude geocentrique du point de depart (radians)
c*
c*PAR rfin (I) : distance geocentrique d'arret (rayons terrestres)
c*PAR rmax (I) : distance geocentrique maximum autorisee dans le trace
c*PAR : (rayons terrestres)
c*
c*PAR np (O) : nombre de points calcules
c*
c*PAR tr (O) : tableau des distances geocentriques des point de la
c*PAR : ligne de force
c*PAR tthet (O) : tableau des colatitudes des points calcules de la
c*PAR : ligne de force
c*PAR tphi (O) : tableau des longitudes des points calcules de la
c*PAR : ligne de force
c*
c*PAR ier (O) : code de retour
c*
c*NOT magin : 1 = dipole
c*NOT magin : 2 = champ DGRF 2000
c*NOT magin : 3 = champ DGRF 2005
c*NOT magin : 4 = champ DGRF 2010
c*NOT magin : 5 = champ IGRF 2015
c*
c*NOT year : year doit etre >= 2000.
c*
c*NOT magout : 0 = pas de champ externe
c*NOT magout : 1 = Tsyganenko 87
c*NOT magout : 2 = Tsyganenko 89
c*NOT magout : 3 = Kosik 97
c*
c*NOT indgm : 1 ---> indice geomagnetique Kp
c*NOT indval : 1 ---> Kp = 0 , 0+
c*NOT indval : 2 ---> Kp = 1- , 1 , 1+
c*NOT indval : 3 ---> Kp = 2- , 2 , 2+
c*NOT indval : 4 ---> Kp = 3- , 3 , 3+
c*NOT indval : 5 ---> Kp = 4- , 4 , 4+
c*NOT indval : 6 ---> Kp > 5-
c*
c*NOT indgm : 2 ---> indice geomagnetique Ae
c*NOT indval : 1 ---> Ae = 0 - 50
c*NOT indval : 2 ---> Ae = 50 - 100
c*NOT indval : 3 ---> Ae = 100 - 150
c*NOT indval : 4 ---> Ae = 150 - 250
c*NOT indval : 5 ---> Ae = 250 - 400
c*NOT indval : 6 ---> Ae >= 400
c*
c*NOT dir : +1 = trace vers les altitudes plus elevees
c*NOT : (depuis la surface ou vers l hemisphere oppose)
c*NOT : -1 = trace vers les altitudes plus basses
c*NOT : (vers la surface du meme hemisphere)
c*
c*NOT rfin : point d arret de la ligne de force choisi
c*NOT : pour la surface rfin = 1
c*NOT rmax : point d arret des lignes de force ouvertes
c*
c*NOT ieq : 1 = passage a l'equateur
c*NOT : 0 = non passage a l'equateur
c*
c*NOT ier : 0 = OK
c*NOT ier : 1 = l > 500 ou r > rmax ou (rre - 1) <= 0.01
c*NOT ier : 2 = sortie de magnetopause
c*
c*NOT common : iter
c*NOT common : util
c*
c*INF utilise : magtot, iterat, mpause
c*
c*HST version 1.0 - 99.03.31 - creation de la maglib au CDPP
c*HST version 2.0 - 01.05.30 - Ajout indice Kosik 97
c*HST version 2.1 - 03.01.06 - corrections en compilation avec g77
c*HST version 3.0 - 01.01.07 - utilisation du champ 2005
c*HST version 4.0 - 13.10.10 - introduction du champ igrf10 et passage
c*HST de igrf05 à dgrf05
c*HST version 5.0 - 2017.02.24 - introduction du champ igrf15 et passage
c*HST de igrf10 à dgrf10
c*
c***********************************************************************
c*
implicit none
c
c ---------------------------------
c*FON Declaration identificateur rcs_id
c ---------------------------------
c
character rcs_id*100
c
c --------------------------
c*FON Declaration des parametres
c --------------------------
c
integer magin
double precision year
integer magout, indgm, indval
double precision tilt
double precision rb
double precision rggsm(3,3), rgsmg(3,3)
double precision tetdip, phidip, dir
double precision rre, theto, phio
double precision rfin
double precision rmax
integer np
double precision tr(500)
double precision tthet(500)
double precision tphi(500)
integer ier
c
c ----------------------------------
c*FON Declaration des variables communes
c ----------------------------------
c
double precision y(3),yold(3)
double precision br,bt,bp,b,st,sgn,ds
c*COM y : composantes spheriques
c*COM yold : composantes spheriques precedantes
c*COM br,bt,bp : composantes radiale, tangentielle et azimuthale du champ
c*COM b : module du champ
c*COM st : sinus theta
c*COM sgn : sens du calcul (+1, -1)
c*COM ds : intervalle d'integration le long de la ligne de champ
c
common/iter/y,yold,br,bt,bp,b,st,sgn,ds
c
c ----------------------------------------------------------------------
c
double precision pi,dpi,rad,deg,pid,xmu,rayt
c
c*COM pi : constante pi (obtenue a partir de acos(-1.))
c*COM dpi : constante 2 * pi
c*COM pid : constante pi / 2
c*COM rad : facteur de conversion degres ----> radians
c*COM deg : facteur de conversion radians ----> degres
c*COM xmu : constante de gravitation terrestre (km**3/sec**2)
c*COM rayt : rayon equatorial terrestre (km)
c
common/util/pi,dpi,rad,deg,pid,xmu,rayt
c
c ---------------------------------
c*FON Declaration des variables locales
c ---------------------------------
c
integer ipop
c*LOC ipop : indicateur de positionnement par rapport a la magnetosphere
c*
integer l
c*LOC l : pas d'integration
c
integer ier1,ier2,ier3
c*LOC ier1,ier2,ier : codes retour des modules appeles
c
double precision r,thet,phi,rp,thetp,phip
c*LOC r,thet,phi,rp,thetp,phip : coordonnees spheriques
c
double precision phipp,pphi,pphid,pthet,rpp,thetpp
c*LOC phipp,pphi,pphid,pthet,rpp,thetpp : coordonnees spheriques
c
double precision cglond,singml
c*LOC cglond,singml : variables intermediaires pour la determination du ds
c
double precision a1,a2,a3,a4,a5,a6,a7
c*LOC a1,a2,a3,a4,a5,a6,a7 : termes des equations
c
double precision altgc,epsr,epsang,ds0
c*LOC Variables de travail intermediaires
c
c -----------------------------------------
c*FON Declaration de la fonction interne pinter
c -----------------------------------------
c
double precision pinter
c
SAVE
c
c ----------------------------------------
c*FON Definition de la fonction interne pinter
c ----------------------------------------
c
pinter(a1,a2,a3,a4,a5,a6,a7) =
> ((a2 - a3) * (a7 - a2) * (a7 - a3) * a4
> - (a1 - a3) * (a7 - a1) * (a7 - a3) * a5
> + (a1 - a2) * (a7 - a2) * (a7 - a1) * a6)
> / ((a1 - a2) * (a2 - a3) * (a1 - a3))
c
c ---------------------------------
c*FON Affectation identificateur rcs_id
c ---------------------------------
c
data rcs_id /"
>$id$"/
c
c --------------------------
c*FON Affectation des constantes
c --------------------------
c
data epsr/0.001d0/
data epsang/0.00174532d0/
c
c ******************
c Debut de programme
c ******************
c
c ---------------
c*FON Initialisations
c ---------------
c
ier = 0
ier1 = 0
ier2 = 0
ier3 = 0
ipop = 0
c
sgn = dir
c
altgc = (rre - 1.0d0)
if (theto .lt. epsang) then
theto = epsang
endif
c
c -------------------
c*FON Determination du ds
c -------------------
c
cglond = cos(phio - phidip)
singml = cos(tetdip) * cos(theto) + sin(tetdip)
> * sin(theto) * cglond
ds0 = .06d0 * rre / (1.d0 - singml**2) - 0.058d0
if (ds0 .gt. 0.3d0) ds0 = 0.3d0
if (dir .lt.0. 0d0) then
if (altgc .gt. epsr .and. altgc .lt. 2.0d0) then
ds0 = altgc / 20.0d0
elseif (altgc .le. epsr) then
ier = 0
np = 1
tr(1) = rre
tthet(1) = theto
tphi(1) = phio
goto 30
endif
endif
ds = ds0
c
r = rre
phi = phio
thet = theto
l = 0
c
c --------------------------------------
c*FON Boucle de traitement tant que r > rfin
c*FON et que = 0
c --------------------------------------
c
10 continue
c
c ---------------------
c*FON Calcul du champ total
c ---------------------
c
st = sin(thet)
call magtot(magin,year,magout,indgm,indval,tilt,rggsm,rgsmg,r,
> thet,phi,br,bt,bp,b,ier1)
c
c ----------------------------------
c*FON Memorisation du champ a l'equateur
c ----------------------------------
c
if (l .eq. 0) then
sgn = sign(1.d0,br * dir)
endif
c
l = l + 1
c
thetpp = thetp
phipp = phip
rpp = rp
c
c ----------------------------------------
c*FON Integration le long de la ligne de champ
c ----------------------------------------
c
if (l .gt. 30 .and. tr(l) .lt. 2.d0) then
ds = ds0 / 2.d0
endif
c
y(1) = r
y(2) = thet
y(3) = phi
yold(1) = rp
yold(2) = thetp
yold(3) = phip
call iterat(l,ier2)
r = y(1)
thet = y(2)
phi = y(3)
rp = yold(1)
thetp = yold(2)
phip = yold(3)
c
if (l .ge. 500 .or. rp .gt. rmax) then
ier = 1
ipop = 1
endif
c
if (ier .eq. 1) go to 20
c
c -----------------------------------------------
c*FON Calcul et test d'appartenance a la magnetopause
c*FON De type Shabansky
c -----------------------------------------------
c
call mpause(rb,rggsm,rp,thetp,phip,ipop,ier3)
c
if (ipop .eq. 2) then
ier = 2
go to 20
endif
c
tr(l) = rp
c
if (thet .gt. pi) then
thet = dpi - thet
phi = pi + phi
endif
c
if (thetp .gt. pi) then
thetp = dpi - thetp
phip = pi + phip
endif
c
tthet(l) = thetp
tphi(l) = phip
c
if (r .gt. rfin .and. ipop .eq. 0) go to 10
c
c -------------
c*FON Fin de boucle
c -------------
c
pthet = pinter(rpp,rp,r,thetpp,thetp,thet,rfin)
pphi = pinter(rpp,rp,r,phipp,phip,phi,rfin)
pphi = pphi + dpi
pphi = mod(pphi,dpi)
np = l + 1
tr(np) = rfin
tthet(np) = pthet
tphi(np) = pphi
c
20 continue
c
c* -----------------------------------------------------
c*FON Initialisation des parametes en sortie a des valeurs
c*FON arbitraires en cas de non calcul de la ligne de force
c* -----------------------------------------------------
c
if (ipop .eq. 1 .or. ipop .eq. 2) then
c
np = l
pthet = 999.0d0 * rad
pphid = 999.0d0 * rad
c
tr(np) = 999.0d0
tthet(np) = pthet
tphi(np) = pphid
c
endif
c
30 continue
c
c ****************
c Fin de programme
c ****************
c
return
end