pro norh_mkst_dayfr,dayfr ;+ ; NAME: ; NORH_MKST_DAYFR ; ; PURPOSE: ; This procedure defines the NORH structures ; ; CALLING SEQUENCE: ; norh_mkst_dayfr,dayfr ; ; OUTPUTS: ; dayfr: dayfr structure ; ; HISTORY: ; Writtern 1998-05-29 JS and TY ; Revised 1998-11-01 TY ; included 'schedule' ; ;- dayfr={ norh_dayfr, $ dayjst: 0L, $ schedule: 0, $ frame: 0L } end