Commit 4394ef3a60781c8327835a7a64357991823df0f2

Authored by Jean-Philippe Bernard
1 parent 9ebef1db
Exists in master

deprecated

Showing 1 changed file with 6 additions and 1 deletions   Show diff stats
src/idl/dustem_run_readme.pro
@@ -51,12 +51,16 @@ IF keyword_set(help) THEN BEGIN @@ -51,12 +51,16 @@ IF keyword_set(help) THEN BEGIN
51 goto,the_end 51 goto,the_end
52 ENDIF 52 ENDIF
53 53
  54 +message,'Deprecated. Use dustem_run_example.pro',/continue
  55 +stop
  56 +
54 loadct,13 57 loadct,13
55 58
56 IF keyword_set(model) THEN BEGIN 59 IF keyword_set(model) THEN BEGIN
57 use_model=strupcase(model) 60 use_model=strupcase(model)
58 ENDIF ELSE BEGIN 61 ENDIF ELSE BEGIN
59 - use_model='COMPIEGNE_ETAL2010' ;Default is last dustem model 62 + ;use_model='COMPIEGNE_ETAL2010' ;Default is last dustem model
  63 + use_model='MC10'
60 ENDELSE 64 ENDELSE
61 65
62 ;== This just initializes 66 ;== This just initializes
@@ -82,6 +86,7 @@ IF not keyword_set(dir) THEN BEGIN @@ -82,6 +86,7 @@ IF not keyword_set(dir) THEN BEGIN
82 'VERSTRAETE': dir='LV_DAT/' 86 'VERSTRAETE': dir='LV_DAT/'
83 ;'WEB3p8': dir_in='dustem3.8_web/' ; this is the original 87 ;'WEB3p8': dir_in='dustem3.8_web/' ; this is the original
84 'WEB3p8': dir_in=!dustem_soft_dir ; I changed this 88 'WEB3p8': dir_in=!dustem_soft_dir ; I changed this
  89 + 'RELEASE': dir_in=!dustem_soft_dir ; I changed this
85 ELSE: dir='les_DAT/' 90 ELSE: dir='les_DAT/'
86 ENDCASE 91 ENDCASE
87 ENDIF 92 ENDIF