Commit 98f4f9e2fadf191d3c510e33d29c153a79220d37

Authored by Annie Hughes
2 parents 33670536 9ed18146
Exists in master

Merge branch 'master' of https://gitlab.irap.omp.eu/OV-GSO-DC/dustem-wrapper_idl

Showing 1 changed file with 10 additions and 10 deletions   Show diff stats
src/idl/dustem_init.pro
... ... @@ -383,28 +383,28 @@ IF keyword_set(model) THEN BEGIN
383 383 (*!dustem_inputs).grain='GRAIN_J13.DAT'
384 384 END
385 385 'G17_MODELA':BEGIN
386   - (*!dustem_inputs).grain='GRAIN_G17_MODELA.DAT'
387   - (*!dustem_inputs).align='ALIGN_G17_MODELA.DAT'
  386 + (*!dustem_inputs).grain='GRAIN_G17_ModelA.DAT'
  387 + (*!dustem_inputs).align='ALIGN_G17_ModelA.DAT'
388 388 END
389 389 'G17_MODELB':BEGIN
390   - (*!dustem_inputs).grain='GRAIN_G17_MODELB.DAT'
391   - (*!dustem_inputs).align='ALIGN_G17_MODELB.DAT'
  390 + (*!dustem_inputs).grain='GRAIN_G17_ModelB.DAT'
  391 + (*!dustem_inputs).align='ALIGN_G17_ModelB.DAT'
392 392 END
393 393 'G17_MODELC':BEGIN
394   - (*!dustem_inputs).grain='GRAIN_G17_MODELC.DAT'
395   - (*!dustem_inputs).align='ALIGN_G17_MODELC.DAT'
  394 + (*!dustem_inputs).grain='GRAIN_G17_ModelC.DAT'
  395 + (*!dustem_inputs).align='ALIGN_G17_ModelC.DAT'
396 396 END
397 397 'G17_MODELD':BEGIN
398   - (*!dustem_inputs).grain='GRAIN_G17_MODELD.DAT'
399   - (*!dustem_inputs).align='ALIGN_G17_MODELD.DAT'
  398 + (*!dustem_inputs).grain='GRAIN_G17_ModelD.DAT'
  399 + (*!dustem_inputs).align='ALIGN_G17_ModelD.DAT'
400 400 END
401 401 'THEMIS':BEGIN ; removed from DUSTEM fortran in Feb2023 release
402 402 (*!dustem_inputs).grain='GRAIN_THEMIS.DAT'
403 403 (*!dustem_inputs).align='ALIGN_THEMIS.DAT'
404 404 END
405 405 'NY_MODELA':BEGIN ; removed from DUSTEM fortran in Feb2023 release
406   - (*!dustem_inputs).grain='GRAIN_NY_MODELA.DAT'
407   - (*!dustem_inputs).align='ALIGN_G17_MODELA.DAT'
  406 + (*!dustem_inputs).grain='GRAIN_NY_ModelA.DAT'
  407 + (*!dustem_inputs).align='ALIGN_G17_ModelA.DAT'
408 408 END
409 409 'ASTRODUST':BEGIN ; removed from DUSTEM fortran in Feb2023 release
410 410 (*!dustem_inputs).grain='GRAIN_ASTRODUST.DAT'
... ...