Pseudo-terminal will not be allocated because stdin is not a terminal. job started: Sat Jan 10 04:00:05 CET 2026 uname: Linux jrlogin07.jureca 5.14.0-570.42.2.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Sun Sep 14 13:59:34 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux Cloning into 'jurassic'... Updating files: 54% (200/365) Updating files: 55% (201/365) Updating files: 56% (205/365) Updating files: 57% (209/365) Updating files: 58% (212/365) Updating files: 59% (216/365) Updating files: 60% (219/365) Updating files: 61% (223/365) Updating files: 62% (227/365) Updating files: 63% (230/365) Updating files: 64% (234/365) Updating files: 65% (238/365) Updating files: 66% (241/365) Updating files: 67% (245/365) Updating files: 68% (249/365) Updating files: 69% (252/365) Updating files: 70% (256/365) Updating files: 71% (260/365) Updating files: 72% (263/365) Updating files: 73% (267/365) Updating files: 74% (271/365) Updating files: 75% (274/365) Updating files: 76% (278/365) Updating files: 77% (282/365) Updating files: 78% (285/365) Updating files: 79% (289/365) Updating files: 80% (292/365) Updating files: 81% (296/365) Updating files: 82% (300/365) Updating files: 83% (303/365) Updating files: 84% (307/365) Updating files: 85% (311/365) Updating files: 86% (314/365) Updating files: 87% (318/365) Updating files: 88% (322/365) Updating files: 89% (325/365) Updating files: 90% (329/365) Updating files: 91% (333/365) Updating files: 92% (336/365) Updating files: 93% (340/365) Updating files: 94% (344/365) Updating files: 95% (347/365) Updating files: 96% (351/365) Updating files: 97% (355/365) Updating files: 98% (358/365) Updating files: 99% (362/365) Updating files: 100% (365/365) Updating files: 100% (365/365), done. rice.c:106:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 106 | static int (*winner_function)(); | ^~~~~~ rice.c:107:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 107 | static int (*winner_ref_function)(); | ^~~~~~ rice.c: In function 'warning': rice.c:252:21: warning: unused parameter 'fmt' [-Wunused-parameter] 252 | warning(const char *fmt, ...) | ~~~~~~~~~~~~^~~ rice.c: In function 'error': rice.c:267:19: warning: unused parameter 'fmt' [-Wunused-parameter] 267 | error(const char *fmt, ...) | ~~~~~~~~~~~~^~~ rice.c: At top level: rice.c:301:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 301 | getch() | ^~~~~ rice.c:333:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 333 | read_header() | ^~~~~~~~~~~ rice.c: In function 'read_header': rice.c:340:13: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 340 | value = getch(); | ^~~~~ rice.c:341:26: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 341 | value = (value << 8) | getch(); | ^ rice.c:355:30: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 355 | value = (value << 8) | getch(); | ^ rice.c:356:30: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 356 | value = (value << 8) | getch(); | ^ rice.c:360:28: warning: conversion from 'long unsigned int' to 'int' may change value [-Wconversion] 360 | pixels_per_block = ((value >> 17) & 0x1f) * 2 + 2; | ^ rice.c:366:30: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 366 | value = (value << 8) | getch(); | ^ rice.c:367:30: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 367 | value = (value << 8) | getch(); | ^ rice.c:371:28: warning: conversion from 'long unsigned int' to 'int' may change value [-Wconversion] 371 | pixels_per_block = ((value >> 14) & 0x1f) * 2 + 2; | ^ rice.c:380:13: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 380 | value = getch(); | ^~~~~ rice.c:392:30: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 392 | value = (value << 8) | getch(); | ^ rice.c:393:30: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 393 | value = (value << 8) | getch(); | ^ rice.c:394:30: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 394 | value = (value << 8) | getch(); | ^ rice.c: At top level: rice.c:423:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 423 | write_header() | ^~~~~~~~~~~~ rice.c: In function 'write_header': rice.c:455:15: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 455 | value |= (msb_first == 1) << 14; | ^~ rice.c:456:15: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 456 | value |= (compression_mode == NN_MODE) << 12; | ^~ rice.c:457:15: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 457 | value |= n << 9; | ^~ rice.c:458:15: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 458 | value |= j << 6; | ^~ rice.c:459:15: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 459 | value |= m << 2; | ^~ rice.c:467:15: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 467 | value |= (msb_first == 1) << 29; | ^~ rice.c:468:15: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 468 | value |= (compression_mode == NN_MODE) << 26; | ^~ rice.c:469:15: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 469 | value |= (bits_per_pixel - 1) << 22; | ^~ rice.c:470:15: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 470 | value |= (pixels_per_block/2 - 1) << 17; | ^~ rice.c:471:15: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 471 | value |= (pixels_per_scanline - 1) << 3; | ^~ rice.c:482:15: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 482 | value |= (msb_first == 1) << 28; | ^~ rice.c:483:15: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 483 | value |= (compression_mode == NN_MODE) << 25; | ^~ rice.c:484:15: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 484 | value |= (bits_per_pixel - 1) << 19; | ^~ rice.c:485:15: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 485 | value |= (pixels_per_block/2 - 1) << 14; | ^~ rice.c:486:15: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 486 | value |= (pixels_per_scanline - 1); | ^~ rice.c:500:26: warning: conversion from 'long int' to 'int' may change value [-Wconversion] 500 | scanline_count = input_pixel_count / pixels_per_scanline; | ^~~~~~~~~~~~~~~~~ rice.c:509:19: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 509 | value |= i; | ^~ rice.c:516:19: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 516 | value |= input_pixel_count; | ^~ rice.c: At top level: rice.c:537:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 537 | fix_last_scanline(byte_buffer, n) | ^~~~~~~~~~~~~~~~~ rice.c: In function 'fix_last_scanline': rice.c:554:57: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'int' may change the sign of the result [-Wsign-conversion] 554 | memset(byte_buffer + n, ch, pixels_per_scanline - n); | ~~~~~~~~~~~~~~~~~~~~^~~ rice.c:565:20: warning: conversion from 'int' to 'unsigned char' may change value [-Wconversion] 565 | *p++ = ch1; | ^~~ rice.c:566:20: warning: conversion from 'int' to 'unsigned char' may change value [-Wconversion] 566 | *p++ = ch2; | ^~~ rice.c:580:20: warning: conversion from 'int' to 'unsigned char' may change value [-Wconversion] 580 | *p++ = ch1; | ^~~ rice.c:581:20: warning: conversion from 'int' to 'unsigned char' may change value [-Wconversion] 581 | *p++ = ch2; | ^~~ rice.c:582:20: warning: conversion from 'int' to 'unsigned char' may change value [-Wconversion] 582 | *p++ = ch3; | ^~~ rice.c:583:20: warning: conversion from 'int' to 'unsigned char' may change value [-Wconversion] 583 | *p++ = ch4; | ^~~ rice.c: At top level: rice.c:604:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 604 | encode_scanline() | ^~~~~~~~~~~~~~~ rice.c: In function 'encode_scanline': rice.c:606:11: warning: declaration of 'bptr' shadows a global declaration [-Wshadow] 606 | char *bptr; | ^~~~ rice.c:163:14: note: shadowed declaration is here 163 | static char *bptr; | ^~~~ rice.c:638:12: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 638 | mask = masknot[bits_per_pixel]; | ^~~~~~~ rice.c:656:17: warning: conversion from 'long int' to 'int' may change value [-Wconversion] 656 | n = input_pixel_count >= pixels_per_scanline ? pixels_per_scanline : input_pixel_count; | ^~~~~~~~~~~~~~~~~ rice.c:658:51: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'int' may change the sign of the result [-Wsign-conversion] 658 | memcpy(byte_buffer, input_byte_data, 2*n); | ~^~ rice.c:679:55: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 679 | x1 = ((*(b+0) << 8) + *(b+1)) & mask; | ^ rice.c:679:30: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 679 | x1 = ((*(b+0) << 8) + *(b+1)) & mask; | ^ rice.c:680:55: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 680 | x2 = ((*(b+2) << 8) + *(b+3)) & mask; | ^ rice.c:680:30: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 680 | x2 = ((*(b+2) << 8) + *(b+3)) & mask; | ^ rice.c:681:55: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 681 | x3 = ((*(b+4) << 8) + *(b+5)) & mask; | ^ rice.c:681:30: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 681 | x3 = ((*(b+4) << 8) + *(b+5)) & mask; | ^ rice.c:682:55: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 682 | x4 = ((*(b+6) << 8) + *(b+7)) & mask; | ^ rice.c:682:30: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 682 | x4 = ((*(b+6) << 8) + *(b+7)) & mask; | ^ rice.c:688:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 688 | *s++ = del << 1; | ^~~ rice.c:690:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 690 | *s++ = x1; | ^~ rice.c:695:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 695 | *s++ = ((-del)<<1) - 1; | ^ rice.c:697:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 697 | *s++ = xmax-x1; | ^~~~ rice.c:704:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 704 | *s++ = del << 1; | ^~~ rice.c:706:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 706 | *s++ = x2; | ^~ rice.c:711:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 711 | *s++ = ((-del)<<1) - 1; | ^ rice.c:713:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 713 | *s++ = xmax-x2; | ^~~~ rice.c:720:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 720 | *s++ = del << 1; | ^~~ rice.c:722:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 722 | *s++ = x3; | ^~ rice.c:727:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 727 | *s++ = ((-del)<<1) - 1; | ^ rice.c:729:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 729 | *s++ = xmax-x3; | ^~~~ rice.c:736:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 736 | *s++ = del << 1; | ^~~ rice.c:738:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 738 | *s++ = x4; | ^~ rice.c:743:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 743 | *s++ = ((-del)<<1) - 1; | ^ rice.c:745:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 745 | *s++ = xmax-x4; | ^~~~ rice.c:753:50: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 753 | x = ((*b << 8) + *(b+1)) & mask; | ^ rice.c:753:29: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 753 | x = ((*b << 8) + *(b+1)) & mask; | ^ rice.c:759:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 759 | *s++ = del << 1; | ^~~ rice.c:761:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 761 | *s++ = x; | ^ rice.c:766:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 766 | *s++ = ((-del)<<1) - 1; | ^ rice.c:768:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 768 | *s++ = xmax-x; | ^~~~ rice.c:778:49: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 778 | *s++ = ((*b << 8) + *(b+1)) & mask; | ^ rice.c:791:55: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 791 | x1 = ((*(b+1) << 8) + *(b+0)) & mask; | ^ rice.c:791:30: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 791 | x1 = ((*(b+1) << 8) + *(b+0)) & mask; | ^ rice.c:792:55: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 792 | x2 = ((*(b+3) << 8) + *(b+2)) & mask; | ^ rice.c:792:30: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 792 | x2 = ((*(b+3) << 8) + *(b+2)) & mask; | ^ rice.c:793:55: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 793 | x3 = ((*(b+5) << 8) + *(b+4)) & mask; | ^ rice.c:793:30: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 793 | x3 = ((*(b+5) << 8) + *(b+4)) & mask; | ^ rice.c:794:55: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 794 | x4 = ((*(b+7) << 8) + *(b+6)) & mask; | ^ rice.c:794:30: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 794 | x4 = ((*(b+7) << 8) + *(b+6)) & mask; | ^ rice.c:800:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 800 | *s++ = del << 1; | ^~~ rice.c:802:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 802 | *s++ = x1; | ^~ rice.c:807:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 807 | *s++ = ((-del)<<1) - 1; | ^ rice.c:809:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 809 | *s++ = xmax-x1; | ^~~~ rice.c:816:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 816 | *s++ = del << 1; | ^~~ rice.c:818:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 818 | *s++ = x2; | ^~ rice.c:823:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 823 | *s++ = ((-del)<<1) - 1; | ^ rice.c:825:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 825 | *s++ = xmax-x2; | ^~~~ rice.c:832:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 832 | *s++ = del << 1; | ^~~ rice.c:834:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 834 | *s++ = x3; | ^~ rice.c:839:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 839 | *s++ = ((-del)<<1) - 1; | ^ rice.c:841:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 841 | *s++ = xmax-x3; | ^~~~ rice.c:848:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 848 | *s++ = del << 1; | ^~~ rice.c:850:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 850 | *s++ = x4; | ^~ rice.c:855:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 855 | *s++ = ((-del)<<1) - 1; | ^ rice.c:857:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 857 | *s++ = xmax-x4; | ^~~~ rice.c:865:50: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 865 | x = ((*(b+1) << 8) + *b) & mask; | ^ rice.c:865:29: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 865 | x = ((*(b+1) << 8) + *b) & mask; | ^ rice.c:871:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 871 | *s++ = del << 1; | ^~~ rice.c:873:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 873 | *s++ = x; | ^ rice.c:878:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 878 | *s++ = ((-del)<<1) - 1; | ^ rice.c:880:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 880 | *s++ = xmax-x; | ^~~~ rice.c:890:48: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 890 | *s++ =((*(b+1) << 8) + *b) & mask; | ^ rice.c:916:17: warning: conversion from 'long int' to 'int' may change value [-Wconversion] 916 | n = input_pixel_count >= pixels_per_scanline ? pixels_per_scanline : input_pixel_count; | ^~~~~~~~~~~~~~~~~ rice.c:918:50: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'int' may change the sign of the result [-Wsign-conversion] 918 | memcpy(byte_buffer, input_byte_data, n); | ^ rice.c:937:26: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 937 | x1 = *b++ & mask; | ^ rice.c:938:26: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 938 | x2 = *b++ & mask; | ^ rice.c:939:26: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 939 | x3 = *b++ & mask; | ^ rice.c:940:26: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 940 | x4 = *b++ & mask; | ^ rice.c:945:36: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 945 | *s++ = del << 1; | ^~~ rice.c:947:36: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 947 | *s++ = x1; | ^~ rice.c:952:36: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 952 | *s++ = ((-del)<<1) - 1; | ^ rice.c:954:36: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 954 | *s++ = xmax-x1; | ^~~~ rice.c:961:36: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 961 | *s++ = del << 1; | ^~~ rice.c:963:36: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 963 | *s++ = x2; | ^~ rice.c:968:36: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 968 | *s++ = ((-del)<<1) - 1; | ^ rice.c:970:36: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 970 | *s++ = xmax-x2; | ^~~~ rice.c:977:36: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 977 | *s++ = del << 1; | ^~~ rice.c:979:36: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 979 | *s++ = x3; | ^~ rice.c:984:36: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 984 | *s++ = ((-del)<<1) - 1; | ^ rice.c:986:36: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 986 | *s++ = xmax-x3; | ^~~~ rice.c:993:36: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 993 | *s++ = del << 1; | ^~~ rice.c:995:36: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 995 | *s++ = x4; | ^~ rice.c:1000:36: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1000 | *s++ = ((-del)<<1) - 1; | ^ rice.c:1002:36: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1002 | *s++ = xmax-x4; | ^~~~ rice.c:1010:25: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 1010 | x = *b++ & mask; | ^ rice.c:1015:36: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1015 | *s++ = del << 1; | ^~~ rice.c:1017:36: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1017 | *s++ = x; | ^ rice.c:1022:36: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1022 | *s++ = ((-del)<<1) - 1; | ^ rice.c:1024:36: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1024 | *s++ = xmax-x; | ^~~~ rice.c:1062:17: warning: conversion from 'long int' to 'int' may change value [-Wconversion] 1062 | n = input_pixel_count >= pixels_per_scanline ? pixels_per_scanline : input_pixel_count; | ^~~~~~~~~~~~~~~~~ rice.c:1064:51: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'int' may change the sign of the result [-Wsign-conversion] 1064 | memcpy(byte_buffer, input_byte_data, 4*n); | ~^~ rice.c:1085:30: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 1085 | x1 = ((*(b+1) << 16) | (*(b+2) << 8) | *(b+3)) & mask; | ^ rice.c:1086:30: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 1086 | x2 = ((*(b+5) << 16) | (*(b+6) << 8) | *(b+7)) & mask; | ^ rice.c:1087:30: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 1087 | x3 = ((*(b+9) << 16) | (*(b+10) << 8) | *(b+11)) & mask; | ^ rice.c:1088:30: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 1088 | x4 = ((*(b+13) << 16) | (*(b+14) << 8) | *(b+15)) & mask; | ^ rice.c:1094:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1094 | *s++ = del << 1; | ^~~ rice.c:1096:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1096 | *s++ = x1; | ^~ rice.c:1101:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1101 | *s++ = ((-del)<<1) - 1; | ^ rice.c:1103:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1103 | *s++ = xmax-x1; | ^~~~ rice.c:1110:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1110 | *s++ = del << 1; | ^~~ rice.c:1112:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1112 | *s++ = x2; | ^~ rice.c:1117:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1117 | *s++ = ((-del)<<1) - 1; | ^ rice.c:1119:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1119 | *s++ = xmax-x2; | ^~~~ rice.c:1126:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1126 | *s++ = del << 1; | ^~~ rice.c:1128:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1128 | *s++ = x3; | ^~ rice.c:1133:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1133 | *s++ = ((-del)<<1) - 1; | ^ rice.c:1135:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1135 | *s++ = xmax-x3; | ^~~~ rice.c:1142:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1142 | *s++ = del << 1; | ^~~ rice.c:1144:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1144 | *s++ = x4; | ^~ rice.c:1149:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1149 | *s++ = ((-del)<<1) - 1; | ^ rice.c:1151:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1151 | *s++ = xmax-x4; | ^~~~ rice.c:1159:29: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 1159 | x = ((*(b+1) << 16) | (*(b+2) << 8) | *(b+3)) & mask; | ^ rice.c:1165:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1165 | *s++ = del << 1; | ^~~ rice.c:1167:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1167 | *s++ = x; | ^ rice.c:1172:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1172 | *s++ = ((-del)<<1) - 1; | ^ rice.c:1174:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1174 | *s++ = xmax-x; | ^~~~ rice.c:1197:30: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 1197 | x1 = ((*(b+2) << 16) | (*(b+1) << 8) | *(b+0)) & mask; | ^ rice.c:1198:30: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 1198 | x2 = ((*(b+6) << 16) | (*(b+5) << 8) | *(b+4)) & mask; | ^ rice.c:1199:30: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 1199 | x3 = ((*(b+10) << 16) | (*(b+9) << 8) | *(b+8)) & mask; | ^ rice.c:1200:30: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 1200 | x4 = ((*(b+14) << 16) | (*(b+13) << 8) | *(b+12)) & mask; | ^ rice.c:1206:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1206 | *s++ = del << 1; | ^~~ rice.c:1208:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1208 | *s++ = x1; | ^~ rice.c:1213:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1213 | *s++ = ((-del)<<1) - 1; | ^ rice.c:1215:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1215 | *s++ = xmax-x1; | ^~~~ rice.c:1222:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1222 | *s++ = del << 1; | ^~~ rice.c:1224:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1224 | *s++ = x2; | ^~ rice.c:1229:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1229 | *s++ = ((-del)<<1) - 1; | ^ rice.c:1231:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1231 | *s++ = xmax-x2; | ^~~~ rice.c:1238:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1238 | *s++ = del << 1; | ^~~ rice.c:1240:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1240 | *s++ = x3; | ^~ rice.c:1245:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1245 | *s++ = ((-del)<<1) - 1; | ^ rice.c:1247:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1247 | *s++ = xmax-x3; | ^~~~ rice.c:1254:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1254 | *s++ = del << 1; | ^~~ rice.c:1256:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1256 | *s++ = x4; | ^~ rice.c:1261:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1261 | *s++ = ((-del)<<1) - 1; | ^ rice.c:1263:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1263 | *s++ = xmax-x4; | ^~~~ rice.c:1271:29: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 1271 | x = ((*(b+2) << 16) | (*(b+1) << 8) | *b) & mask; | ^ rice.c:1277:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1277 | *s++ = del << 1; | ^~~ rice.c:1279:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1279 | *s++ = x; | ^ rice.c:1284:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1284 | *s++ = ((-del)<<1) - 1; | ^ rice.c:1286:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1286 | *s++ = xmax-x; | ^~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:1326:13: note: in expansion of macro 'pack1' 1326 | pack1(0, id_bits+1); | ^~~~~ rice.c:220:19: warning: declaration of 'value' shadows a previous local [-Wshadow] 220 | unsigned long value; \ | ^~~~~ rice.c:1327:13: note: in expansion of macro 'pack2' 1327 | pack2(*sigma, bits_per_pixel); | ^~~~~ rice.c:632:19: note: shadowed declaration is here 632 | unsigned long value; | ^~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:230:9: note: in expansion of macro 'pack1' 230 | pack1(v16, pbits); \ | ^~~~~ rice.c:1327:13: note: in expansion of macro 'pack2' 1327 | pack2(*sigma, bits_per_pixel); | ^~~~~ rice.c:209:23: warning: declaration of 'v16' shadows a previous local [-Wshadow] 209 | unsigned long v16; \ | ^~~ rice.c:230:9: note: in expansion of macro 'pack1' 230 | pack1(v16, pbits); \ | ^~~~~ rice.c:1327:13: note: in expansion of macro 'pack2' 1327 | pack2(*sigma, bits_per_pixel); | ^~~~~ rice.c:227:23: note: shadowed declaration is here 227 | unsigned long v16; \ | ^~~ rice.c:1327:13: note: in expansion of macro 'pack2' 1327 | pack2(*sigma, bits_per_pixel); | ^~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:235:5: note: in expansion of macro 'pack1' 235 | pack1(value, pbits); \ | ^~~~~ rice.c:1327:13: note: in expansion of macro 'pack2' 1327 | pack2(*sigma, bits_per_pixel); | ^~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:1344:17: note: in expansion of macro 'pack1' 1344 | pack1(id, id_bits); | ^~~~~ rice.c:206:18: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 206 | packed_value |= value << packed_bits; \ | ^~ rice.c:1344:17: note: in expansion of macro 'pack1' 1344 | pack1(id, id_bits); | ^~~~~ rice.c:220:19: warning: declaration of 'value' shadows a previous local [-Wshadow] 220 | unsigned long value; \ | ^~~~~ rice.c:1345:17: note: in expansion of macro 'pack2' 1345 | pack2(*sigma, bits_per_pixel); | ^~~~~ rice.c:632:19: note: shadowed declaration is here 632 | unsigned long value; | ^~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:230:9: note: in expansion of macro 'pack1' 230 | pack1(v16, pbits); \ | ^~~~~ rice.c:1345:17: note: in expansion of macro 'pack2' 1345 | pack2(*sigma, bits_per_pixel); | ^~~~~ rice.c:209:23: warning: declaration of 'v16' shadows a previous local [-Wshadow] 209 | unsigned long v16; \ | ^~~ rice.c:230:9: note: in expansion of macro 'pack1' 230 | pack1(v16, pbits); \ | ^~~~~ rice.c:1345:17: note: in expansion of macro 'pack2' 1345 | pack2(*sigma, bits_per_pixel); | ^~~~~ rice.c:227:23: note: shadowed declaration is here 227 | unsigned long v16; \ | ^~~ rice.c:1345:17: note: in expansion of macro 'pack2' 1345 | pack2(*sigma, bits_per_pixel); | ^~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:235:5: note: in expansion of macro 'pack1' 235 | pack1(value, pbits); \ | ^~~~~ rice.c:1345:17: note: in expansion of macro 'pack2' 1345 | pack2(*sigma, bits_per_pixel); | ^~~~~ rice.c:220:19: warning: declaration of 'value' shadows a previous local [-Wshadow] 220 | unsigned long value; \ | ^~~~~ rice.c:1349:25: note: in expansion of macro 'pack2' 1349 | pack2(*s++, bits_per_pixel); | ^~~~~ rice.c:632:19: note: shadowed declaration is here 632 | unsigned long value; | ^~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:230:9: note: in expansion of macro 'pack1' 230 | pack1(v16, pbits); \ | ^~~~~ rice.c:1349:25: note: in expansion of macro 'pack2' 1349 | pack2(*s++, bits_per_pixel); | ^~~~~ rice.c:209:23: warning: declaration of 'v16' shadows a previous local [-Wshadow] 209 | unsigned long v16; \ | ^~~ rice.c:230:9: note: in expansion of macro 'pack1' 230 | pack1(v16, pbits); \ | ^~~~~ rice.c:1349:25: note: in expansion of macro 'pack2' 1349 | pack2(*s++, bits_per_pixel); | ^~~~~ rice.c:227:23: note: shadowed declaration is here 227 | unsigned long v16; \ | ^~~ rice.c:1349:25: note: in expansion of macro 'pack2' 1349 | pack2(*s++, bits_per_pixel); | ^~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:235:5: note: in expansion of macro 'pack1' 235 | pack1(value, pbits); \ | ^~~~~ rice.c:1349:25: note: in expansion of macro 'pack2' 1349 | pack2(*s++, bits_per_pixel); | ^~~~~ rice.c:1357:33: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 1357 | fsval = (*s1++ >> ksplits) + 1; | ^ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:248:5: note: in expansion of macro 'pack1' 248 | pack1(1, pbits); \ | ^~~~~ rice.c:1358:25: note: in expansion of macro 'packfs' 1358 | packfs(fsval); | ^~~~~~ rice.c:1361:28: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1361 | mask = masknot[ksplits]; | ^~~~~~~ rice.c:220:19: warning: declaration of 'value' shadows a previous local [-Wshadow] 220 | unsigned long value; \ | ^~~~~ rice.c:1365:25: note: in expansion of macro 'pack2' 1365 | pack2(num, ksplits); | ^~~~~ rice.c:632:19: note: shadowed declaration is here 632 | unsigned long value; | ^~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:230:9: note: in expansion of macro 'pack1' 230 | pack1(v16, pbits); \ | ^~~~~ rice.c:1365:25: note: in expansion of macro 'pack2' 1365 | pack2(num, ksplits); | ^~~~~ rice.c:209:23: warning: declaration of 'v16' shadows a previous local [-Wshadow] 209 | unsigned long v16; \ | ^~~ rice.c:230:9: note: in expansion of macro 'pack1' 230 | pack1(v16, pbits); \ | ^~~~~ rice.c:1365:25: note: in expansion of macro 'pack2' 1365 | pack2(num, ksplits); | ^~~~~ rice.c:227:23: note: shadowed declaration is here 227 | unsigned long v16; \ | ^~~ rice.c:1365:25: note: in expansion of macro 'pack2' 1365 | pack2(num, ksplits); | ^~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:235:5: note: in expansion of macro 'pack1' 235 | pack1(value, pbits); \ | ^~~~~ rice.c:1365:25: note: in expansion of macro 'pack2' 1365 | pack2(num, ksplits); | ^~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:1371:17: note: in expansion of macro 'pack1' 1371 | pack1(id, id_bits); | ^~~~~ rice.c:206:18: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 206 | packed_value |= value << packed_bits; \ | ^~ rice.c:1371:17: note: in expansion of macro 'pack1' 1371 | pack1(id, id_bits); | ^~~~~ rice.c:220:19: warning: declaration of 'value' shadows a previous local [-Wshadow] 220 | unsigned long value; \ | ^~~~~ rice.c:1372:17: note: in expansion of macro 'pack2' 1372 | pack2(*sigma, bits_per_pixel); | ^~~~~ rice.c:632:19: note: shadowed declaration is here 632 | unsigned long value; | ^~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:230:9: note: in expansion of macro 'pack1' 230 | pack1(v16, pbits); \ | ^~~~~ rice.c:1372:17: note: in expansion of macro 'pack2' 1372 | pack2(*sigma, bits_per_pixel); | ^~~~~ rice.c:209:23: warning: declaration of 'v16' shadows a previous local [-Wshadow] 209 | unsigned long v16; \ | ^~~ rice.c:230:9: note: in expansion of macro 'pack1' 230 | pack1(v16, pbits); \ | ^~~~~ rice.c:1372:17: note: in expansion of macro 'pack2' 1372 | pack2(*sigma, bits_per_pixel); | ^~~~~ rice.c:227:23: note: shadowed declaration is here 227 | unsigned long v16; \ | ^~~ rice.c:1372:17: note: in expansion of macro 'pack2' 1372 | pack2(*sigma, bits_per_pixel); | ^~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:235:5: note: in expansion of macro 'pack1' 235 | pack1(value, pbits); \ | ^~~~~ rice.c:1372:17: note: in expansion of macro 'pack2' 1372 | pack2(*sigma, bits_per_pixel); | ^~~~~ rice.c:1375:29: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 1375 | fsval = *s++ + 1; | ^ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:248:5: note: in expansion of macro 'pack1' 248 | pack1(1, pbits); \ | ^~~~~ rice.c:1376:21: note: in expansion of macro 'packfs' 1376 | packfs(fsval); | ^~~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:1381:17: note: in expansion of macro 'pack1' 1381 | pack1(1, id_bits+1); | ^~~~~ rice.c:220:19: warning: declaration of 'value' shadows a previous local [-Wshadow] 220 | unsigned long value; \ | ^~~~~ rice.c:1382:17: note: in expansion of macro 'pack2' 1382 | pack2(*sigma, bits_per_pixel); | ^~~~~ rice.c:632:19: note: shadowed declaration is here 632 | unsigned long value; | ^~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:230:9: note: in expansion of macro 'pack1' 230 | pack1(v16, pbits); \ | ^~~~~ rice.c:1382:17: note: in expansion of macro 'pack2' 1382 | pack2(*sigma, bits_per_pixel); | ^~~~~ rice.c:209:23: warning: declaration of 'v16' shadows a previous local [-Wshadow] 209 | unsigned long v16; \ | ^~~ rice.c:230:9: note: in expansion of macro 'pack1' 230 | pack1(v16, pbits); \ | ^~~~~ rice.c:1382:17: note: in expansion of macro 'pack2' 1382 | pack2(*sigma, bits_per_pixel); | ^~~~~ rice.c:227:23: note: shadowed declaration is here 227 | unsigned long v16; \ | ^~~ rice.c:1382:17: note: in expansion of macro 'pack2' 1382 | pack2(*sigma, bits_per_pixel); | ^~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:235:5: note: in expansion of macro 'pack1' 235 | pack1(value, pbits); \ | ^~~~~ rice.c:1382:17: note: in expansion of macro 'pack2' 1382 | pack2(*sigma, bits_per_pixel); | ^~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:248:5: note: in expansion of macro 'pack1' 248 | pack1(1, pbits); \ | ^~~~~ rice.c:1384:17: note: in expansion of macro 'packfs' 1384 | packfs(fsval); | ^~~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:248:5: note: in expansion of macro 'pack1' 248 | pack1(1, pbits); \ | ^~~~~ rice.c:1388:21: note: in expansion of macro 'packfs' 1388 | packfs(fsval); | ^~~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:1410:17: note: in expansion of macro 'pack1' 1410 | pack1(0, id_bits+1); | ^~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:248:5: note: in expansion of macro 'pack1' 248 | pack1(1, pbits); \ | ^~~~~ rice.c:1420:17: note: in expansion of macro 'packfs' 1420 | packfs(newbits); | ^~~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:248:5: note: in expansion of macro 'pack1' 248 | pack1(1, pbits); \ | ^~~~~ rice.c:1435:17: note: in expansion of macro 'packfs' 1435 | packfs(newbits); | ^~~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:1444:17: note: in expansion of macro 'pack1' 1444 | pack1(id, id_bits); | ^~~~~ rice.c:206:18: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 206 | packed_value |= value << packed_bits; \ | ^~ rice.c:1444:17: note: in expansion of macro 'pack1' 1444 | pack1(id, id_bits); | ^~~~~ rice.c:220:19: warning: declaration of 'value' shadows a previous local [-Wshadow] 220 | unsigned long value; \ | ^~~~~ rice.c:1448:25: note: in expansion of macro 'pack2' 1448 | pack2(*s++, bits_per_pixel); | ^~~~~ rice.c:632:19: note: shadowed declaration is here 632 | unsigned long value; | ^~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:230:9: note: in expansion of macro 'pack1' 230 | pack1(v16, pbits); \ | ^~~~~ rice.c:1448:25: note: in expansion of macro 'pack2' 1448 | pack2(*s++, bits_per_pixel); | ^~~~~ rice.c:209:23: warning: declaration of 'v16' shadows a previous local [-Wshadow] 209 | unsigned long v16; \ | ^~~ rice.c:230:9: note: in expansion of macro 'pack1' 230 | pack1(v16, pbits); \ | ^~~~~ rice.c:1448:25: note: in expansion of macro 'pack2' 1448 | pack2(*s++, bits_per_pixel); | ^~~~~ rice.c:227:23: note: shadowed declaration is here 227 | unsigned long v16; \ | ^~~ rice.c:1448:25: note: in expansion of macro 'pack2' 1448 | pack2(*s++, bits_per_pixel); | ^~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:235:5: note: in expansion of macro 'pack1' 235 | pack1(value, pbits); \ | ^~~~~ rice.c:1448:25: note: in expansion of macro 'pack2' 1448 | pack2(*s++, bits_per_pixel); | ^~~~~ rice.c:1459:42: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 1459 | fsval = (*s1++ >> 1) + 1; | ^ rice.c:1460:42: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 1460 | fsval2 = (*s1++ >> 1) + 1; | ^ rice.c:204:17: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:1464:37: note: in expansion of macro 'pack1' 1464 | pack1(value, fsval + fsval2); | ^~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:248:5: note: in expansion of macro 'pack1' 248 | pack1(1, pbits); \ | ^~~~~ rice.c:1468:37: note: in expansion of macro 'packfs' 1468 | packfs(fsval); | ^~~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:248:5: note: in expansion of macro 'pack1' 248 | pack1(1, pbits); \ | ^~~~~ rice.c:1469:37: note: in expansion of macro 'packfs' 1469 | packfs(fsval2); | ^~~~~~ rice.c:1478:65: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1478 | value = (value << 1) | *s++ & 1; | ~~~~~^~~ rice.c:1479:65: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1479 | value = (value << 1) | *s++ & 1; | ~~~~~^~~ rice.c:1480:65: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1480 | value = (value << 1) | *s++ & 1; | ~~~~~^~~ rice.c:1481:65: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1481 | value = (value << 1) | *s++ & 1; | ~~~~~^~~ rice.c:1482:65: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1482 | value = (value << 1) | *s++ & 1; | ~~~~~^~~ rice.c:1483:65: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1483 | value = (value << 1) | *s++ & 1; | ~~~~~^~~ rice.c:1484:65: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1484 | value = (value << 1) | *s++ & 1; | ~~~~~^~~ rice.c:1492:65: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1492 | value = (value << 1) | *s++ & 1; | ~~~~~^~~ rice.c:1500:42: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 1500 | fsval = (*s1++ >> 2) + 1; | ^ rice.c:1501:42: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 1501 | fsval2 = (*s1++ >> 2) + 1; | ^ rice.c:204:17: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:1505:37: note: in expansion of macro 'pack1' 1505 | pack1(value, fsval + fsval2); | ^~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:248:5: note: in expansion of macro 'pack1' 248 | pack1(1, pbits); \ | ^~~~~ rice.c:1509:37: note: in expansion of macro 'packfs' 1509 | packfs(fsval); | ^~~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:248:5: note: in expansion of macro 'pack1' 248 | pack1(1, pbits); \ | ^~~~~ rice.c:1510:37: note: in expansion of macro 'packfs' 1510 | packfs(fsval2); | ^~~~~~ rice.c:1519:65: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1519 | value = (value << 2) | *s++ & 3; | ~~~~~^~~ rice.c:1520:65: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1520 | value = (value << 2) | *s++ & 3; | ~~~~~^~~ rice.c:1521:65: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1521 | value = (value << 2) | *s++ & 3; | ~~~~~^~~ rice.c:1522:65: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1522 | value = (value << 2) | *s++ & 3; | ~~~~~^~~ rice.c:1523:65: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1523 | value = (value << 2) | *s++ & 3; | ~~~~~^~~ rice.c:1524:65: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1524 | value = (value << 2) | *s++ & 3; | ~~~~~^~~ rice.c:1525:65: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1525 | value = (value << 2) | *s++ & 3; | ~~~~~^~~ rice.c:1533:65: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1533 | value = (value << 2) | *s++ & 3; | ~~~~~^~~ rice.c:1541:42: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 1541 | fsval = (*s1++ >> 3) + 1; | ^ rice.c:1542:42: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 1542 | fsval2 = (*s1++ >> 3) + 1; | ^ rice.c:204:17: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:1546:37: note: in expansion of macro 'pack1' 1546 | pack1(value, fsval + fsval2); | ^~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:248:5: note: in expansion of macro 'pack1' 248 | pack1(1, pbits); \ | ^~~~~ rice.c:1550:37: note: in expansion of macro 'packfs' 1550 | packfs(fsval); | ^~~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:248:5: note: in expansion of macro 'pack1' 248 | pack1(1, pbits); \ | ^~~~~ rice.c:1551:37: note: in expansion of macro 'packfs' 1551 | packfs(fsval2); | ^~~~~~ rice.c:1560:65: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1560 | value = (value << 3) | *s++ & 7; | ~~~~~^~~ rice.c:1561:65: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1561 | value = (value << 3) | *s++ & 7; | ~~~~~^~~ rice.c:1562:65: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1562 | value = (value << 3) | *s++ & 7; | ~~~~~^~~ rice.c:1563:65: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1563 | value = (value << 3) | *s++ & 7; | ~~~~~^~~ rice.c:1567:65: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1567 | value = (value << 3) | *s++ & 7; | ~~~~~^~~ rice.c:1568:65: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1568 | value = (value << 3) | *s++ & 7; | ~~~~~^~~ rice.c:1576:65: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1576 | value = (value << 3) | *s++ & 7; | ~~~~~^~~ rice.c:1584:42: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 1584 | fsval = (*s1++ >> 4) + 1; | ^ rice.c:1585:42: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 1585 | fsval2 = (*s1++ >> 4) + 1; | ^ rice.c:204:17: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:1589:37: note: in expansion of macro 'pack1' 1589 | pack1(value, fsval + fsval2); | ^~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:248:5: note: in expansion of macro 'pack1' 248 | pack1(1, pbits); \ | ^~~~~ rice.c:1593:37: note: in expansion of macro 'packfs' 1593 | packfs(fsval); | ^~~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:248:5: note: in expansion of macro 'pack1' 248 | pack1(1, pbits); \ | ^~~~~ rice.c:1594:37: note: in expansion of macro 'packfs' 1594 | packfs(fsval2); | ^~~~~~ rice.c:1603:65: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1603 | value = (value << 4) | *s++ & 0xf; | ~~~~~^~~~~ rice.c:1604:65: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1604 | value = (value << 4) | *s++ & 0xf; | ~~~~~^~~~~ rice.c:1605:65: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1605 | value = (value << 4) | *s++ & 0xf; | ~~~~~^~~~~ rice.c:1609:65: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1609 | value = (value << 4) | *s++ & 0xf; | ~~~~~^~~~~ rice.c:1610:65: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1610 | value = (value << 4) | *s++ & 0xf; | ~~~~~^~~~~ rice.c:1611:65: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1611 | value = (value << 4) | *s++ & 0xf; | ~~~~~^~~~~ rice.c:1619:65: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1619 | value = (value << 4) | *s++ & 0xf; | ~~~~~^~~~~ rice.c:1627:42: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 1627 | fsval = (*s1++ >> 5) + 1; | ^ rice.c:1628:42: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 1628 | fsval2 = (*s1++ >> 5) + 1; | ^ rice.c:204:17: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:1632:37: note: in expansion of macro 'pack1' 1632 | pack1(value, fsval + fsval2); | ^~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:248:5: note: in expansion of macro 'pack1' 248 | pack1(1, pbits); \ | ^~~~~ rice.c:1636:37: note: in expansion of macro 'packfs' 1636 | packfs(fsval); | ^~~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:248:5: note: in expansion of macro 'pack1' 248 | pack1(1, pbits); \ | ^~~~~ rice.c:1637:37: note: in expansion of macro 'packfs' 1637 | packfs(fsval2); | ^~~~~~ rice.c:1646:65: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1646 | value = (value << 5) | *s++ & 0x1f; | ~~~~~^~~~~~ rice.c:1647:65: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1647 | value = (value << 5) | *s++ & 0x1f; | ~~~~~^~~~~~ rice.c:1651:65: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1651 | value = (value << 5) | *s++ & 0x1f; | ~~~~~^~~~~~ rice.c:1652:65: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1652 | value = (value << 5) | *s++ & 0x1f; | ~~~~~^~~~~~ rice.c:1656:65: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1656 | value = (value << 5) | *s++ & 0x1f; | ~~~~~^~~~~~ rice.c:1664:65: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1664 | value = (value << 5) | *s++ & 0x1f; | ~~~~~^~~~~~ rice.c:1672:42: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 1672 | fsval = (*s1++ >> 6) + 1; | ^ rice.c:1673:42: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 1673 | fsval2 = (*s1++ >> 6) + 1; | ^ rice.c:204:17: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:1677:37: note: in expansion of macro 'pack1' 1677 | pack1(value, fsval + fsval2); | ^~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:248:5: note: in expansion of macro 'pack1' 248 | pack1(1, pbits); \ | ^~~~~ rice.c:1681:37: note: in expansion of macro 'packfs' 1681 | packfs(fsval); | ^~~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:248:5: note: in expansion of macro 'pack1' 248 | pack1(1, pbits); \ | ^~~~~ rice.c:1682:37: note: in expansion of macro 'packfs' 1682 | packfs(fsval2); | ^~~~~~ rice.c:1689:61: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1689 | value = (value << 6) | *s++ & 0x3f; | ~~~~~^~~~~~ rice.c:1697:42: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 1697 | fsval = (*s1++ >> 7) + 1; | ^ rice.c:1698:42: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 1698 | fsval2 = (*s1++ >> 7) + 1; | ^ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:248:5: note: in expansion of macro 'pack1' 248 | pack1(1, pbits); \ | ^~~~~ rice.c:1699:33: note: in expansion of macro 'packfs' 1699 | packfs(fsval); | ^~~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:248:5: note: in expansion of macro 'pack1' 248 | pack1(1, pbits); \ | ^~~~~ rice.c:1700:33: note: in expansion of macro 'packfs' 1700 | packfs(fsval2); | ^~~~~~ rice.c:1706:61: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1706 | value = (value << 7) | *s++ & 0x7f; | ~~~~~^~~~~~ rice.c:1714:42: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 1714 | fsval = (*s1++ >> 8) + 1; | ^ rice.c:1715:42: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 1715 | fsval2 = (*s1++ >> 8) + 1; | ^ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:248:5: note: in expansion of macro 'pack1' 248 | pack1(1, pbits); \ | ^~~~~ rice.c:1716:33: note: in expansion of macro 'packfs' 1716 | packfs(fsval); | ^~~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:248:5: note: in expansion of macro 'pack1' 248 | pack1(1, pbits); \ | ^~~~~ rice.c:1717:33: note: in expansion of macro 'packfs' 1717 | packfs(fsval2); | ^~~~~~ rice.c:1723:61: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 1723 | value = (value << 8) | *s++ & 0xff; | ~~~~~^~~~~~ rice.c:1737:42: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 1737 | fsval = (*s1++ >> ksplits) + 1; | ^ rice.c:1738:42: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 1738 | fsval2 = (*s1++ >> ksplits) + 1; | ^ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:248:5: note: in expansion of macro 'pack1' 248 | pack1(1, pbits); \ | ^~~~~ rice.c:1739:33: note: in expansion of macro 'packfs' 1739 | packfs(fsval); | ^~~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:248:5: note: in expansion of macro 'pack1' 248 | pack1(1, pbits); \ | ^~~~~ rice.c:1740:33: note: in expansion of macro 'packfs' 1740 | packfs(fsval2); | ^~~~~~ rice.c:1743:36: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1743 | mask = masknot[ksplits]; | ^~~~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:1747:33: note: in expansion of macro 'pack1' 1747 | pack1(num, ksplits); | ^~~~~ rice.c:1754:42: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 1754 | fsval = (*s1++ >> ksplits) + 1; | ^ rice.c:1755:42: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 1755 | fsval2 = (*s1++ >> ksplits) + 1; | ^ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:248:5: note: in expansion of macro 'pack1' 248 | pack1(1, pbits); \ | ^~~~~ rice.c:1756:33: note: in expansion of macro 'packfs' 1756 | packfs(fsval); | ^~~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:248:5: note: in expansion of macro 'pack1' 248 | pack1(1, pbits); \ | ^~~~~ rice.c:1757:33: note: in expansion of macro 'packfs' 1757 | packfs(fsval2); | ^~~~~~ rice.c:1760:36: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1760 | mask = masknot[ksplits]; | ^~~~~~~ rice.c:220:19: warning: declaration of 'value' shadows a previous local [-Wshadow] 220 | unsigned long value; \ | ^~~~~ rice.c:1764:33: note: in expansion of macro 'pack2' 1764 | pack2(num, ksplits); | ^~~~~ rice.c:632:19: note: shadowed declaration is here 632 | unsigned long value; | ^~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:230:9: note: in expansion of macro 'pack1' 230 | pack1(v16, pbits); \ | ^~~~~ rice.c:1764:33: note: in expansion of macro 'pack2' 1764 | pack2(num, ksplits); | ^~~~~ rice.c:209:23: warning: declaration of 'v16' shadows a previous local [-Wshadow] 209 | unsigned long v16; \ | ^~~ rice.c:230:9: note: in expansion of macro 'pack1' 230 | pack1(v16, pbits); \ | ^~~~~ rice.c:1764:33: note: in expansion of macro 'pack2' 1764 | pack2(num, ksplits); | ^~~~~ rice.c:227:23: note: shadowed declaration is here 227 | unsigned long v16; \ | ^~~ rice.c:1764:33: note: in expansion of macro 'pack2' 1764 | pack2(num, ksplits); | ^~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:235:5: note: in expansion of macro 'pack1' 235 | pack1(value, pbits); \ | ^~~~~ rice.c:1764:33: note: in expansion of macro 'pack2' 1764 | pack2(num, ksplits); | ^~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:1772:17: note: in expansion of macro 'pack1' 1772 | pack1(id, id_bits); | ^~~~~ rice.c:206:18: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 206 | packed_value |= value << packed_bits; \ | ^~ rice.c:1772:17: note: in expansion of macro 'pack1' 1772 | pack1(id, id_bits); | ^~~~~ rice.c:1775:29: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 1775 | fsval = *s++ + 1; | ^ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:248:5: note: in expansion of macro 'pack1' 248 | pack1(1, pbits); \ | ^~~~~ rice.c:1776:21: note: in expansion of macro 'packfs' 1776 | packfs(fsval); | ^~~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:248:5: note: in expansion of macro 'pack1' 248 | pack1(1, pbits); \ | ^~~~~ rice.c:1781:17: note: in expansion of macro 'packfs' 1781 | packfs(id_bits+1); | ^~~~~~ rice.c:204:17: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 204 | packed_bits -= pbits; \ | ^~ rice.c:248:5: note: in expansion of macro 'pack1' 248 | pack1(1, pbits); \ | ^~~~~ rice.c:1785:21: note: in expansion of macro 'packfs' 1785 | packfs(fsval); | ^~~~~~ rice.c: At top level: rice.c:1824:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 1824 | flush_encoded_bits() | ^~~~~~~~~~~~~~~~~~ rice.c: In function 'flush_encoded_bits': rice.c:1830:15: warning: conversion from 'long unsigned int' to 'unsigned int' may change value [-Wconversion] 1830 | v16 = global_packed_value >> 16; | ^~~~~~~~~~~~~~~~~~~ rice.c:1831:26: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 1831 | *global_bptr++ = v16 >> 8; | ^~~ rice.c:1833:30: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 1833 | *global_bptr++ = v16; | ^~~ rice.c: At top level: rice.c:1845:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 1845 | rice_encode() | ^~~~~~~~~~~ rice.c:1902:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 1902 | c_ext2(sigma, end) | ^~~~~~ rice.c:1935:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 1935 | find_winner8(sigma, end) | ^~~~~~~~~~~~ rice.c: In function 'find_winner8': rice.c:1949:13: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1949 | sum += *s++; | ^~ rice.c:1949:16: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 1949 | sum += *s++; | ^ rice.c:1950:13: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 1950 | sum += *s++; | ^~ rice.c:1950:16: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 1950 | sum += *s++; | ^ rice.c: At top level: rice.c:2019:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 2019 | find_ref_winner8(sigma, end) | ^~~~~~~~~~~~~~~~ rice.c: In function 'find_ref_winner8': rice.c:2032:13: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 2032 | sum += *s++; | ^~ rice.c:2032:16: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 2032 | sum += *s++; | ^ rice.c: At top level: rice.c:2100:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 2100 | find_winner10(sigma, end) | ^~~~~~~~~~~~~ rice.c: In function 'find_winner10': rice.c:2114:13: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 2114 | sum += *s++; | ^~ rice.c:2114:16: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 2114 | sum += *s++; | ^ rice.c:2115:13: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 2115 | sum += *s++; | ^~ rice.c:2115:16: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 2115 | sum += *s++; | ^ rice.c: At top level: rice.c:2184:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 2184 | find_ref_winner10(sigma, end) | ^~~~~~~~~~~~~~~~~ rice.c: In function 'find_ref_winner10': rice.c:2197:13: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 2197 | sum += *s++; | ^~ rice.c:2197:16: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 2197 | sum += *s++; | ^ rice.c: At top level: rice.c:2265:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 2265 | find_winner16(sigma, end) | ^~~~~~~~~~~~~ rice.c: In function 'find_winner16': rice.c:2279:13: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 2279 | sum += *s++; | ^~ rice.c:2279:16: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 2279 | sum += *s++; | ^ rice.c:2280:13: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 2280 | sum += *s++; | ^~ rice.c:2280:16: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 2280 | sum += *s++; | ^ rice.c: At top level: rice.c:2349:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 2349 | find_ref_winner16(sigma, end) | ^~~~~~~~~~~~~~~~~ rice.c: In function 'find_ref_winner16': rice.c:2362:13: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 2362 | sum += *s++; | ^~ rice.c:2362:16: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 2362 | sum += *s++; | ^ rice.c: At top level: rice.c:2430:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 2430 | find_winner(start, end) | ^~~~~~~~~~~ rice.c: In function 'find_winner': rice.c:2443:12: warning: conversion from 'long int' to 'int' may change value [-Wconversion] 2443 | jcnt = end - start; | ^~~ rice.c:2449:14: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 2449 | msb1 += *s >> 2; | ^~ rice.c:2449:17: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 2449 | msb1 += *s >> 2; | ^ rice.c:2450:14: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 2450 | msb2 += *s >> 3; | ^~ rice.c:2450:17: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 2450 | msb2 += *s >> 3; | ^ rice.c:2467:18: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 2467 | msb1 += *s; | ^~ rice.c:2467:21: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 2467 | msb1 += *s; | ^ rice.c:2468:18: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 2468 | msb2 += *s >> 1; | ^~ rice.c:2468:21: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 2468 | msb2 += *s >> 1; | ^ rice.c:2508:18: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 2508 | msb1 += *s >> 4; | ^~ rice.c:2508:21: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 2508 | msb1 += *s >> 4; | ^ rice.c:2509:18: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 2509 | msb2 += *s >> 5; | ^~ rice.c:2509:21: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 2509 | msb2 += *s >> 5; | ^ rice.c:2533:18: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 2533 | msb1 += *s >> 6; | ^~ rice.c:2533:21: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 2533 | msb1 += *s >> 6; | ^ rice.c:2534:18: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 2534 | msb2 += *s >> 7; | ^~ rice.c:2534:21: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 2534 | msb2 += *s >> 7; | ^ rice.c:2554:22: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 2554 | msb1 += *s >> 8; | ^~ rice.c:2554:25: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 2554 | msb1 += *s >> 8; | ^ rice.c:2555:22: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 2555 | msb2 += *s >> 9; | ^~ rice.c:2555:25: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 2555 | msb2 += *s >> 9; | ^ rice.c:2575:26: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 2575 | msb1 += *s >> 10; | ^~ rice.c:2575:29: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 2575 | msb1 += *s >> 10; | ^ rice.c:2576:26: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 2576 | msb2 += *s >> 11; | ^~ rice.c:2576:29: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 2576 | msb2 += *s >> 11; | ^ rice.c:2594:30: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 2594 | msb1 += *s >>12; | ^~ rice.c:2594:33: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 2594 | msb1 += *s >>12; | ^ rice.c:2611:26: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 2611 | msb1 += *s >> i; | ^~ rice.c:2611:29: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 2611 | msb1 += *s >> i; | ^ rice.c: At top level: rice.c:2822:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 2822 | check_args() | ^~~~~~~~~~ rice.c:2959:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 2959 | encode_initialize() | ^~~~~~~~~~~~~~~~~ rice.c: In function 'encode_initialize': rice.c:2998:32: warning: conversion from 'int' to 'unsigned char' may change value [-Wconversion] 2998 | ext2_array[i][j] = (i+j)*(i+j+1)/2 + j + 1; | ^ rice.c: At top level: rice.c:3034:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 3034 | decode_initialize() | ^~~~~~~~~~~~~~~~~ rice.c: In function 'decode_initialize': rice.c:3084:34: warning: conversion from 'int' to 'unsigned char' may change value [-Wconversion] 3084 | ext2_array1[index] = i; | ^ rice.c:3085:34: warning: conversion from 'int' to 'unsigned char' may change value [-Wconversion] 3085 | ext2_array2[index] = j; | ^ rice.c: At top level: rice.c:3175:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 3175 | compress_memory_bytes(new_options_mask, new_bits_per_pixel, new_pixels_per_block, new_pixels_per_scanline, in, pixels, out) | ^~~~~~~~~~~~~~~~~~~~~ rice.c: In function 'compress_memory_bytes': rice.c:3209:23: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] 3209 | input_byte_data = (unsigned char *) in; | ^ rice.c: At top level: rice.c:3240:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 3240 | compress_memory_words(new_options_mask, new_bits_per_pixel, new_pixels_per_block, new_pixels_per_scanline, in, pixels, out) | ^~~~~~~~~~~~~~~~~~~~~ rice.c: In function 'compress_memory_words': rice.c:3274:23: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] 3274 | input_byte_data = (unsigned char *) in; | ^ rice.c: At top level: rice.c:3304:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 3304 | compress_memory_longs(new_options_mask, new_bits_per_pixel, new_pixels_per_block, new_pixels_per_scanline, in, pixels, out) | ^~~~~~~~~~~~~~~~~~~~~ rice.c: In function 'compress_memory_longs': rice.c:3338:23: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] 3338 | input_byte_data = (unsigned char *) in; | ^ rice.c: At top level: rice.c:3368:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 3368 | interleave(in, bytes, bits, out) | ^~~~~~~~~~ rice.c: In function 'interleave': rice.c:3382:13: warning: conversion from 'long int' to 'int' may change value [-Wconversion] 3382 | words = bytes/word_size; | ^~~~~ rice.c: At top level: rice.c:3407:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 3407 | compress_memory_floats(new_options_mask, new_bits_per_pixel, new_pixels_per_block, new_pixels_per_scanline, in, pixels, out) | ^~~~~~~~~~~~~~~~~~~~~~ rice.c: In function 'compress_memory_floats': rice.c:3443:51: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'long int' may change the sign of the result [-Wsign-conversion] 3443 | interleave_array = (unsigned char *) malloc(4 * pixels); | ~~^~~~~~~~ rice.c:3450:16: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] 3450 | interleave((char *) in, pixels*4, new_bits_per_pixel, (char *) interleave_array); | ^ rice.c: At top level: rice.c:3491:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 3491 | compress_memory_doubles(new_options_mask, new_bits_per_pixel, new_pixels_per_block, new_pixels_per_scanline, in, pixels, out) | ^~~~~~~~~~~~~~~~~~~~~~~ rice.c: In function 'compress_memory_doubles': rice.c:3527:51: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'long int' may change the sign of the result [-Wsign-conversion] 3527 | interleave_array = (unsigned char *) malloc(8 * pixels); | ~~^~~~~~~~ rice.c:3534:16: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] 3534 | interleave((char *) in, pixels*8, new_bits_per_pixel, (char *) interleave_array); | ^ rice.c: In function 'szip_compress_memory': rice.c:3582:5: warning: declaration of 'bits_per_pixel' shadows a global declaration [-Wshadow] 3582 | int bits_per_pixel; | ^~~~~~~~~~~~~~ rice.c:126:12: note: shadowed declaration is here 126 | static int bits_per_pixel; | ^~~~~~~~~~~~~~ rice.c:3583:5: warning: declaration of 'pixels_per_block' shadows a global declaration [-Wshadow] 3583 | int pixels_per_block; | ^~~~~~~~~~~~~~~~ rice.c:131:12: note: shadowed declaration is here 131 | static int pixels_per_block; | ^~~~~~~~~~~~~~~~ rice.c:3584:5: warning: declaration of 'pixels_per_scanline' shadows a global declaration [-Wshadow] 3584 | int pixels_per_scanline; | ^~~~~~~~~~~~~~~~~~~ rice.c:132:12: note: shadowed declaration is here 132 | static int pixels_per_scanline; | ^~~~~~~~~~~~~~~~~~~ rice.c: At top level: rice.c:3776:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 3776 | deinterleave(in, bytes, bits, out) | ^~~~~~~~~~~~ rice.c: In function 'deinterleave': rice.c:3790:13: warning: conversion from 'long int' to 'int' may change value [-Wconversion] 3790 | words = bytes/word_size; | ^~~~~ rice.c: At top level: rice.c:3804:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 3804 | unmap_nn(sigma, pixels) | ^~~~~~~~ rice.c: In function 'unmap_nn': rice.c:3822:17: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 3822 | x = *s++; | ^ rice.c:3823:23: warning: conversion from 'int' to 'char' may change value [-Wconversion] 3823 | *xptr++ = x; | ^ rice.c:3827:24: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 3827 | sig1 = *s++; | ^ rice.c:3837:27: warning: conversion from 'int' to 'char' may change value [-Wconversion] 3837 | *xptr++ = x; | ^ rice.c:3846:21: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 3846 | x = *s++; | ^ rice.c:3847:27: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 3847 | *xptr++ = (unsigned) x >> 8; | ^ rice.c:3848:27: warning: conversion from 'int' to 'char' may change value [-Wconversion] 3848 | *xptr++ = x; | ^ rice.c:3852:28: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 3852 | sig1 = *s++; | ^ rice.c:3862:31: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 3862 | *xptr++ = (unsigned) x >> 8; | ^ rice.c:3863:31: warning: conversion from 'int' to 'char' may change value [-Wconversion] 3863 | *xptr++ = x; | ^ rice.c:3870:21: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 3870 | x = *s++; | ^ rice.c:3871:27: warning: conversion from 'int' to 'char' may change value [-Wconversion] 3871 | *xptr++ = x; | ^ rice.c:3872:27: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 3872 | *xptr++ = (unsigned) x >> 8; | ^ rice.c:3876:28: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 3876 | sig1 = *s++; | ^ rice.c:3886:31: warning: conversion from 'int' to 'char' may change value [-Wconversion] 3886 | *xptr++ = x; | ^ rice.c:3887:31: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 3887 | *xptr++ = (unsigned) x >> 8; | ^ rice.c:3897:21: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 3897 | x = *s++; | ^ rice.c:3898:27: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 3898 | *xptr++ = (unsigned) x >> 24; | ^ rice.c:3899:27: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 3899 | *xptr++ = (unsigned) x >> 16; | ^ rice.c:3900:27: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 3900 | *xptr++ = (unsigned) x >> 8; | ^ rice.c:3901:27: warning: conversion from 'int' to 'char' may change value [-Wconversion] 3901 | *xptr++ = x; | ^ rice.c:3905:28: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 3905 | sig1 = *s++; | ^ rice.c:3915:31: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 3915 | *xptr++ = (unsigned) x >> 24; | ^ rice.c:3916:31: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 3916 | *xptr++ = (unsigned) x >> 16; | ^ rice.c:3917:31: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 3917 | *xptr++ = (unsigned) x >> 8; | ^ rice.c:3918:31: warning: conversion from 'int' to 'char' may change value [-Wconversion] 3918 | *xptr++ = x; | ^ rice.c:3925:21: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 3925 | x = *s++; | ^ rice.c:3926:27: warning: conversion from 'int' to 'char' may change value [-Wconversion] 3926 | *xptr++ = x; | ^ rice.c:3927:27: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 3927 | *xptr++ = (unsigned) x >> 8; | ^ rice.c:3928:27: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 3928 | *xptr++ = (unsigned) x >> 16; | ^ rice.c:3929:27: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 3929 | *xptr++ = (unsigned) x >> 24; | ^ rice.c:3933:28: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 3933 | sig1 = *s++; | ^ rice.c:3943:31: warning: conversion from 'int' to 'char' may change value [-Wconversion] 3943 | *xptr++ = x; | ^ rice.c:3944:31: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 3944 | *xptr++ = (unsigned) x >> 8; | ^ rice.c:3945:31: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 3945 | *xptr++ = (unsigned) x >> 16; | ^ rice.c:3946:31: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 3946 | *xptr++ = (unsigned) x >> 24; | ^ rice.c:3957:17: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 3957 | x = *s++; | ^ rice.c:3958:23: warning: conversion from 'int' to 'char' may change value [-Wconversion] 3958 | *xptr++ = x; | ^ rice.c:3960:20: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 3960 | sig1 = *s++; | ^ rice.c:3970:23: warning: conversion from 'int' to 'char' may change value [-Wconversion] 3970 | *xptr++ = x; | ^ rice.c:3974:24: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 3974 | sig1 = *s++; | ^ rice.c:3975:24: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 3975 | sig2 = *s++; | ^ rice.c:3985:27: warning: conversion from 'int' to 'char' may change value [-Wconversion] 3985 | *xptr++ = x; | ^ rice.c:3996:27: warning: conversion from 'int' to 'char' may change value [-Wconversion] 3996 | *xptr++ = x; | ^ rice.c:4005:21: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 4005 | x = *s++; | ^ rice.c:4006:27: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4006 | *xptr++ = (unsigned) x >> 8; | ^ rice.c:4007:27: warning: conversion from 'int' to 'char' may change value [-Wconversion] 4007 | *xptr++ = x; | ^ rice.c:4009:24: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 4009 | sig1 = *s++; | ^ rice.c:4019:27: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4019 | *xptr++ = (unsigned) x >> 8; | ^ rice.c:4020:27: warning: conversion from 'int' to 'char' may change value [-Wconversion] 4020 | *xptr++ = x; | ^ rice.c:4024:28: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 4024 | sig1 = *s++; | ^ rice.c:4025:28: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 4025 | sig2 = *s++; | ^ rice.c:4035:31: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4035 | *xptr++ = (unsigned) x >> 8; | ^ rice.c:4036:31: warning: conversion from 'int' to 'char' may change value [-Wconversion] 4036 | *xptr++ = x; | ^ rice.c:4047:31: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4047 | *xptr++ = (unsigned) x >> 8; | ^ rice.c:4048:31: warning: conversion from 'int' to 'char' may change value [-Wconversion] 4048 | *xptr++ = x; | ^ rice.c:4055:21: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 4055 | x = *s++; | ^ rice.c:4056:27: warning: conversion from 'int' to 'char' may change value [-Wconversion] 4056 | *xptr++ = x; | ^ rice.c:4057:27: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4057 | *xptr++ = (unsigned) x >> 8; | ^ rice.c:4059:24: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 4059 | sig1 = *s++; | ^ rice.c:4069:27: warning: conversion from 'int' to 'char' may change value [-Wconversion] 4069 | *xptr++ = x; | ^ rice.c:4070:27: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4070 | *xptr++ = (unsigned) x >> 8; | ^ rice.c:4074:28: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 4074 | sig1 = *s++; | ^ rice.c:4075:28: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 4075 | sig2 = *s++; | ^ rice.c:4085:31: warning: conversion from 'int' to 'char' may change value [-Wconversion] 4085 | *xptr++ = x; | ^ rice.c:4086:31: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4086 | *xptr++ = (unsigned) x >> 8; | ^ rice.c:4097:31: warning: conversion from 'int' to 'char' may change value [-Wconversion] 4097 | *xptr++ = x; | ^ rice.c:4098:31: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4098 | *xptr++ = (unsigned) x >> 8; | ^ rice.c:4108:21: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 4108 | x = *s++; | ^ rice.c:4109:27: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4109 | *xptr++ = (unsigned) x >> 24; | ^ rice.c:4110:27: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4110 | *xptr++ = (unsigned) x >> 16; | ^ rice.c:4111:27: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4111 | *xptr++ = (unsigned) x >> 8; | ^ rice.c:4112:27: warning: conversion from 'int' to 'char' may change value [-Wconversion] 4112 | *xptr++ = x; | ^ rice.c:4114:24: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 4114 | sig1 = *s++; | ^ rice.c:4124:27: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4124 | *xptr++ = (unsigned) x >> 24; | ^ rice.c:4125:27: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4125 | *xptr++ = (unsigned) x >> 16; | ^ rice.c:4126:27: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4126 | *xptr++ = (unsigned) x >> 8; | ^ rice.c:4127:27: warning: conversion from 'int' to 'char' may change value [-Wconversion] 4127 | *xptr++ = x; | ^ rice.c:4131:28: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 4131 | sig1 = *s++; | ^ rice.c:4132:28: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 4132 | sig2 = *s++; | ^ rice.c:4142:31: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4142 | *xptr++ = (unsigned) x >> 24; | ^ rice.c:4143:31: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4143 | *xptr++ = (unsigned) x >> 16; | ^ rice.c:4144:31: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4144 | *xptr++ = (unsigned) x >> 8; | ^ rice.c:4145:31: warning: conversion from 'int' to 'char' may change value [-Wconversion] 4145 | *xptr++ = x; | ^ rice.c:4156:31: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4156 | *xptr++ = (unsigned) x >> 24; | ^ rice.c:4157:31: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4157 | *xptr++ = (unsigned) x >> 16; | ^ rice.c:4158:31: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4158 | *xptr++ = (unsigned) x >> 8; | ^ rice.c:4159:31: warning: conversion from 'int' to 'char' may change value [-Wconversion] 4159 | *xptr++ = x; | ^ rice.c:4166:21: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 4166 | x = *s++; | ^ rice.c:4167:27: warning: conversion from 'int' to 'char' may change value [-Wconversion] 4167 | *xptr++ = x; | ^ rice.c:4168:27: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4168 | *xptr++ = (unsigned) x >> 8; | ^ rice.c:4169:27: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4169 | *xptr++ = (unsigned) x >> 16; | ^ rice.c:4170:27: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4170 | *xptr++ = (unsigned) x >> 24; | ^ rice.c:4172:24: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 4172 | sig1 = *s++; | ^ rice.c:4182:27: warning: conversion from 'int' to 'char' may change value [-Wconversion] 4182 | *xptr++ = x; | ^ rice.c:4183:27: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4183 | *xptr++ = (unsigned) x >> 8; | ^ rice.c:4184:27: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4184 | *xptr++ = (unsigned) x >> 16; | ^ rice.c:4185:27: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4185 | *xptr++ = (unsigned) x >> 24; | ^ rice.c:4189:28: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 4189 | sig1 = *s++; | ^ rice.c:4190:28: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 4190 | sig2 = *s++; | ^ rice.c:4200:31: warning: conversion from 'int' to 'char' may change value [-Wconversion] 4200 | *xptr++ = x; | ^ rice.c:4201:31: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4201 | *xptr++ = (unsigned) x >> 8; | ^ rice.c:4202:31: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4202 | *xptr++ = (unsigned) x >> 16; | ^ rice.c:4203:31: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4203 | *xptr++ = (unsigned) x >> 24; | ^ rice.c:4214:31: warning: conversion from 'int' to 'char' may change value [-Wconversion] 4214 | *xptr++ = x; | ^ rice.c:4215:31: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4215 | *xptr++ = (unsigned) x >> 8; | ^ rice.c:4216:31: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4216 | *xptr++ = (unsigned) x >> 16; | ^ rice.c:4217:31: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4217 | *xptr++ = (unsigned) x >> 24; | ^ rice.c: At top level: rice.c:4227:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 4227 | output_decoded_data(sigma) | ^~~~~~~~~~~~~~~~~~~ rice.c: In function 'output_decoded_data': rice.c:4233:14: warning: conversion from 'long int' to 'int' may change value [-Wconversion] 4233 | pixels = (output_pixel_count < pixels_per_scanline) ? output_pixel_count : pixels_per_scanline; | ^ rice.c:4245:27: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4245 | *bptr++ = sigma[i]; | ^~~~~ rice.c:4251:31: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4251 | *bptr++ = sigma[i] >> 8; | ^~~~~ rice.c:4252:31: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4252 | *bptr++ = sigma[i]; | ^~~~~ rice.c:4257:31: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4257 | *bptr++ = sigma[i]; | ^~~~~ rice.c:4258:31: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4258 | *bptr++ = sigma[i] >> 8; | ^~~~~ rice.c:4266:31: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4266 | *bptr++ = sigma[i] >> 24; | ^~~~~ rice.c:4267:31: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4267 | *bptr++ = sigma[i] >> 16; | ^~~~~ rice.c:4268:31: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4268 | *bptr++ = sigma[i] >> 8; | ^~~~~ rice.c:4269:31: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4269 | *bptr++ = sigma[i]; | ^~~~~ rice.c:4274:31: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4274 | *bptr++ = sigma[i]; | ^~~~~ rice.c:4275:31: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4275 | *bptr++ = sigma[i] >> 8; | ^~~~~ rice.c:4276:31: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4276 | *bptr++ = sigma[i] >> 16; | ^~~~~ rice.c:4277:31: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 4277 | *bptr++ = sigma[i] >> 24; | ^~~~~ rice.c: At top level: rice.c:4310:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 4310 | rice_decode() | ^~~~~~~~~~~ rice.c: In function 'rice_decode': rice.c:4349:21: warning: conversion from 'long int' to 'int' may change value [-Wconversion] 4349 | n = input_byte_count >= INPUT_BUFFER_SIZE ? INPUT_BUFFER_SIZE : input_byte_count; | ^~~~~~~~~~~~~~~~ rice.c:4351:54: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'int' may change the sign of the result [-Wsign-conversion] 4351 | memcpy(byte_buffer, input_byte_data, n); | ^ rice.c:4363:25: warning: conversion from 'long int' to 'int' may change value [-Wconversion] 4363 | count = input_end - input_ptr; | ^~~~~~~~~ rice.c:4364:54: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 4364 | memcpy(input_buffer, input_ptr, count*sizeof(short)); | ^ rice.c:4401:22: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 4401 | id = data_word >> 29; | ^~~~~~~~~ rice.c:4407:22: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 4407 | id = data_word >> 28; | ^~~~~~~~~ rice.c:4413:22: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 4413 | id = data_word >> 27; | ^~~~~~~~~ rice.c:4420:28: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 4420 | ext2_bit = data_word & 0x80000000; | ^~~~~~~~~ rice.c:4474:36: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 4474 | bits = data_word >> shift; | ^~~~~~~~~ rice.c:4483:36: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 4483 | *s++ = bits; | ^~~~ rice.c:4490:36: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 4490 | bits = data_word >> 16; | ^~~~~~~~~ rice.c:4497:34: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 4497 | bits |= data_word >> (32 - extra); | ^~ rice.c:4497:37: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 4497 | bits |= data_word >> (32 - extra); | ^~~~~~~~~ rice.c:4506:36: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 4506 | *s++ = bits; | ^~~~ rice.c:4542:32: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 4542 | *s++ = zero_count + big_zero_count; | ^~~~~~~~~~ rice.c:4552:36: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 4552 | bits = data_word >> shift; | ^~~~~~~~~ rice.c:4561:49: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 4561 | *s = (*s << k_bits) | bits; | ^ rice.c:4569:36: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 4569 | bits = data_word >> 16; | ^~~~~~~~~ rice.c:4576:34: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 4576 | bits |= data_word >> (32 - extra); | ^~ rice.c:4576:37: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 4576 | bits |= data_word >> (32 - extra); | ^~~~~~~~~ rice.c:4586:49: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 4586 | *s = (*s << k_bits) | bits; | ^ rice.c:4621:28: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 4621 | *s++ = zero_count + big_zero_count; | ^~~~~~~~~~ rice.c:4666:32: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 4666 | *t++ = zero_count + big_zero_count; | ^~~~~~~~~~ rice.c:4670:25: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 4670 | m = *t++; | ^ rice.c:4677:29: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 4677 | m = *t++; | ^ rice.c:4730:41: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 4730 | memset(s, 0, (end-s)*sizeof(int)); | ^ rice.c:4747:22: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 4747 | id = data_word >> 29; | ^~~~~~~~~ rice.c:4753:22: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 4753 | id = data_word >> 28; | ^~~~~~~~~ rice.c:4759:22: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 4759 | id = data_word >> 27; | ^~~~~~~~~ rice.c:4766:28: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 4766 | ext2_bit = data_word & 0x80000000; | ^~~~~~~~~ rice.c:4792:36: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 4792 | bits = data_word >> shift; | ^~~~~~~~~ rice.c:4801:36: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 4801 | *s++ = bits; | ^~~~ rice.c:4808:36: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 4808 | bits = data_word >> 16; | ^~~~~~~~~ rice.c:4815:34: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 4815 | bits |= data_word >> (32 - extra); | ^~ rice.c:4815:37: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 4815 | bits |= data_word >> (32 - extra); | ^~~~~~~~~ rice.c:4824:36: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 4824 | *s++ = bits; | ^~~~ rice.c:4941:36: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 4941 | *s++ = zero_count + big_zero_count; | ^~~~~~~~~~ rice.c:4965:36: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 4965 | *s++ = zero_count + big_zero_count; | ^~~~~~~~~~ rice.c:4977:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 4977 | *(s+1) = (*(s+1) << 1) | (data_word >> 30) & 1; | ~~~~~~~~~~~~~~~~~~^~~ rice.c:4978:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 4978 | *(s+2) = (*(s+2) << 1) | (data_word >> 29) & 1; | ~~~~~~~~~~~~~~~~~~^~~ rice.c:4979:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 4979 | *(s+3) = (*(s+3) << 1) | (data_word >> 28) & 1; | ~~~~~~~~~~~~~~~~~~^~~ rice.c:4980:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 4980 | *(s+4) = (*(s+4) << 1) | (data_word >> 27) & 1; | ~~~~~~~~~~~~~~~~~~^~~ rice.c:4981:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 4981 | *(s+5) = (*(s+5) << 1) | (data_word >> 26) & 1; | ~~~~~~~~~~~~~~~~~~^~~ rice.c:4982:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 4982 | *(s+6) = (*(s+6) << 1) | (data_word >> 25) & 1; | ~~~~~~~~~~~~~~~~~~^~~ rice.c:4983:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 4983 | *(s+7) = (*(s+7) << 1) | (data_word >> 24) & 1; | ~~~~~~~~~~~~~~~~~~^~~ rice.c:4998:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 4998 | *(s+0) = (*(s+0) << 2) | (data_word >> 30) & 3; | ~~~~~~~~~~~~~~~~~~^~~ rice.c:4999:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 4999 | *(s+1) = (*(s+1) << 2) | (data_word >> 28) & 3; | ~~~~~~~~~~~~~~~~~~^~~ rice.c:5000:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5000 | *(s+2) = (*(s+2) << 2) | (data_word >> 26) & 3; | ~~~~~~~~~~~~~~~~~~^~~ rice.c:5001:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5001 | *(s+3) = (*(s+3) << 2) | (data_word >> 24) & 3; | ~~~~~~~~~~~~~~~~~~^~~ rice.c:5002:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5002 | *(s+4) = (*(s+4) << 2) | (data_word >> 22) & 3; | ~~~~~~~~~~~~~~~~~~^~~ rice.c:5003:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5003 | *(s+5) = (*(s+5) << 2) | (data_word >> 20) & 3; | ~~~~~~~~~~~~~~~~~~^~~ rice.c:5004:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5004 | *(s+6) = (*(s+6) << 2) | (data_word >> 18) & 3; | ~~~~~~~~~~~~~~~~~~^~~ rice.c:5005:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5005 | *(s+7) = (*(s+7) << 2) | (data_word >> 16) & 3; | ~~~~~~~~~~~~~~~~~~^~~ rice.c:5017:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5017 | *(s+0) = (*(s+0) << 3) | (data_word >> 29) & 7; | ~~~~~~~~~~~~~~~~~~^~~ rice.c:5018:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5018 | *(s+1) = (*(s+1) << 3) | (data_word >> 26) & 7; | ~~~~~~~~~~~~~~~~~~^~~ rice.c:5019:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5019 | *(s+2) = (*(s+2) << 3) | (data_word >> 23) & 7; | ~~~~~~~~~~~~~~~~~~^~~ rice.c:5020:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5020 | *(s+3) = (*(s+3) << 3) | (data_word >> 20) & 7; | ~~~~~~~~~~~~~~~~~~^~~ rice.c:5021:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5021 | *(s+4) = (*(s+4) << 3) | (data_word >> 17) & 7; | ~~~~~~~~~~~~~~~~~~^~~ rice.c:5031:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5031 | *(s+0) = (*(s+0) << 3) | (data_word >> 29) & 7; | ~~~~~~~~~~~~~~~~~~^~~ rice.c:5032:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5032 | *(s+1) = (*(s+1) << 3) | (data_word >> 26) & 7; | ~~~~~~~~~~~~~~~~~~^~~ rice.c:5033:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5033 | *(s+2) = (*(s+2) << 3) | (data_word >> 23) & 7; | ~~~~~~~~~~~~~~~~~~^~~ rice.c:5048:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5048 | *(s+0) = (*(s+0) << 4) | (data_word >> 28) & 0xf; | ~~~~~~~~~~~~~~~~~~^~~~~ rice.c:5049:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5049 | *(s+1) = (*(s+1) << 4) | (data_word >> 24) & 0xf; | ~~~~~~~~~~~~~~~~~~^~~~~ rice.c:5050:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5050 | *(s+2) = (*(s+2) << 4) | (data_word >> 20) & 0xf; | ~~~~~~~~~~~~~~~~~~^~~~~ rice.c:5051:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5051 | *(s+3) = (*(s+3) << 4) | (data_word >> 16) & 0xf; | ~~~~~~~~~~~~~~~~~~^~~~~ rice.c:5058:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5058 | *(s+0) = (*(s+0) << 4) | (data_word >> 28) & 0xf; | ~~~~~~~~~~~~~~~~~~^~~~~ rice.c:5059:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5059 | *(s+1) = (*(s+1) << 4) | (data_word >> 24) & 0xf; | ~~~~~~~~~~~~~~~~~~^~~~~ rice.c:5060:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5060 | *(s+2) = (*(s+2) << 4) | (data_word >> 20) & 0xf; | ~~~~~~~~~~~~~~~~~~^~~~~ rice.c:5061:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5061 | *(s+3) = (*(s+3) << 4) | (data_word >> 16) & 0xf; | ~~~~~~~~~~~~~~~~~~^~~~~ rice.c:5073:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5073 | *(s+0) = (*(s+0) << 5) | (data_word >> 27) & 0x1f; | ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5074:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5074 | *(s+1) = (*(s+1) << 5) | (data_word >> 22) & 0x1f; | ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5075:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5075 | *(s+2) = (*(s+2) << 5) | (data_word >> 17) & 0x1f; | ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5085:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5085 | *(s+0) = (*(s+0) << 5) | (data_word >> 27) & 0x1f; | ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5086:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5086 | *(s+1) = (*(s+1) << 5) | (data_word >> 22) & 0x1f; | ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5087:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5087 | *(s+2) = (*(s+2) << 5) | (data_word >> 17) & 0x1f; | ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5097:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5097 | *(s+0) = (*(s+0) << 5) | (data_word >> 27) & 0x1f; | ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5098:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5098 | *(s+1) = (*(s+1) << 5) | (data_word >> 22) & 0x1f; | ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5113:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5113 | *(s+0) = (*(s+0) << 6) | (data_word >> 26) & 0x3f; | ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5114:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5114 | *(s+1) = (*(s+1) << 6) | (data_word >> 20) & 0x3f; | ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5124:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5124 | *(s+0) = (*(s+0) << 6) | (data_word >> 26) & 0x3f; | ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5125:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5125 | *(s+1) = (*(s+1) << 6) | (data_word >> 20) & 0x3f; | ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5135:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5135 | *(s+0) = (*(s+0) << 6) | (data_word >> 26) & 0x3f; | ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5136:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5136 | *(s+1) = (*(s+1) << 6) | (data_word >> 20) & 0x3f; | ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5146:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5146 | *(s+0) = (*(s+0) << 6) | (data_word >> 26) & 0x3f; | ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5147:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5147 | *(s+1) = (*(s+1) << 6) | (data_word >> 20) & 0x3f; | ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5162:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5162 | *(s+0) = (*(s+0) << 7) | (data_word >> 25) & 0x7f; | ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5163:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5163 | *(s+1) = (*(s+1) << 7) | (data_word >> 18) & 0x7f; | ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5173:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5173 | *(s+0) = (*(s+0) << 7) | (data_word >> 25) & 0x7f; | ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5174:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5174 | *(s+1) = (*(s+1) << 7) | (data_word >> 18) & 0x7f; | ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5184:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5184 | *(s+0) = (*(s+0) << 7) | (data_word >> 25) & 0x7f; | ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5185:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5185 | *(s+1) = (*(s+1) << 7) | (data_word >> 18) & 0x7f; | ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5195:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5195 | *(s+0) = (*(s+0) << 7) | (data_word >> 25) & 0x7f; | ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5196:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5196 | *(s+1) = (*(s+1) << 7) | (data_word >> 18) & 0x7f; | ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5211:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5211 | *(s+0) = (*(s+0) << 8) | (data_word >> 24) & 0xff; | ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5212:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5212 | *(s+1) = (*(s+1) << 8) | (data_word >> 16) & 0xff; | ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5219:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5219 | *(s+0) = (*(s+0) << 8) | (data_word >> 24) & 0xff; | ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5220:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5220 | *(s+1) = (*(s+1) << 8) | (data_word >> 16) & 0xff; | ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5227:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5227 | *(s+0) = (*(s+0) << 8) | (data_word >> 24) & 0xff; | ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5228:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5228 | *(s+1) = (*(s+1) << 8) | (data_word >> 16) & 0xff; | ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5235:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5235 | *(s+0) = (*(s+0) << 8) | (data_word >> 24) & 0xff; | ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5236:80: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 5236 | *(s+1) = (*(s+1) << 8) | (data_word >> 16) & 0xff; | ~~~~~~~~~~~~~~~~~~^~~~~~ rice.c:5353:28: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 5353 | *s++ = zero_count + big_zero_count; | ^~~~~~~~~~ rice.c:5398:32: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 5398 | *t++ = zero_count + big_zero_count; | ^~~~~~~~~~ rice.c:5404:29: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 5404 | m = *t++; | ^ rice.c:5464:41: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 5464 | memset(s, 0, (end-s)*sizeof(int)); | ^ rice.c: In function 'szip_uncompress_memory': rice.c:5518:23: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual] 5518 | input_byte_data = (unsigned char *) in; | ^ rice.c:5530:44: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'long int' may change the sign of the result [-Wsign-conversion] 5530 | interleave_array = (char *) malloc(out_bytes); | ^~~~~~~~~ rice.c: In function 'szip_check_params': rice.c:5800:5: warning: declaration of 'bits_per_pixel' shadows a global declaration [-Wshadow] 5800 | int bits_per_pixel; | ^~~~~~~~~~~~~~ rice.c:126:12: note: shadowed declaration is here 126 | static int bits_per_pixel; | ^~~~~~~~~~~~~~ rice.c:5801:5: warning: declaration of 'pixels_per_block' shadows a global declaration [-Wshadow] 5801 | int pixels_per_block; | ^~~~~~~~~~~~~~~~ rice.c:131:12: note: shadowed declaration is here 131 | static int pixels_per_block; | ^~~~~~~~~~~~~~~~ rice.c:5802:5: warning: declaration of 'pixels_per_scanline' shadows a global declaration [-Wshadow] 5802 | int pixels_per_scanline; | ^~~~~~~~~~~~~~~~~~~ rice.c:132:12: note: shadowed declaration is here 132 | static int pixels_per_scanline; | ^~~~~~~~~~~~~~~~~~~ rice.c:5812:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 5812 | *msg = "bits per pixel must be in range 1..24,32,64"; | ^ rice.c:5818:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 5818 | *msg = "maximum pixels per block exceeded"; | ^ rice.c:5824:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 5824 | *msg = "pixels per block must be even"; | ^ rice.c:5830:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 5830 | *msg = "pixels per block > pixels per scanline"; | ^ rice.c:5836:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 5836 | *msg = "maximum pixels per scanline exceeded"; | ^ rice.c:5842:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 5842 | *msg = "image pixels less than pixels per scanline"; | ^ rice.c: In function 'rice_decode': rice.c:4626:20: warning: 'ext2_bit' may be used uninitialized [-Wmaybe-uninitialized] 4626 | if (ext2_bit) | ^ rice.c:4312:9: note: 'ext2_bit' was declared here 4312 | int ext2_bit; | ^~~~~~~~ sz_api.c:47:6: warning: redundant redeclaration of 'szip_compress_memory' [-Wredundant-decls] 47 | long szip_compress_memory( | ^~~~~~~~~~~~~~~~~~~~ In file included from szlib.h:42, from sz_api.c:45: ricehdf.h:62:6: note: previous declaration of 'szip_compress_memory' with type 'long int(int, int, int, int, const void *, long int, char *)' 62 | long szip_compress_memory( | ^~~~~~~~~~~~~~~~~~~~ sz_api.c:56:6: warning: redundant redeclaration of 'szip_uncompress_memory' [-Wredundant-decls] 56 | long szip_uncompress_memory( | ^~~~~~~~~~~~~~~~~~~~~~ ricehdf.h:71:6: note: previous declaration of 'szip_uncompress_memory' with type 'long int(int, int, int, int, const char *, long int, void *, long int)' 71 | long szip_uncompress_memory( | ^~~~~~~~~~~~~~~~~~~~~~ sz_api.c:66:5: warning: redundant redeclaration of 'szip_check_params' [-Wredundant-decls] 66 | int szip_check_params( | ^~~~~~~~~~~~~~~~~ ricehdf.h:81:5: note: previous declaration of 'szip_check_params' with type 'int(int, int, int, long int, char **)' 81 | int szip_check_params( | ^~~~~~~~~~~~~~~~~ sz_api.c: In function 'SZ_Compress': sz_api.c:124:44: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'long int' may change the sign of the result [-Wsign-conversion] 124 | hidden->image_in = (char *) malloc(image_size); | ^~~~~~~~~~ sz_api.c:131:66: warning: conversion from 'long int' to 'double' may change value [-Wconversion] 131 | image_size = (long)(strm->image_pixels * bytes_per_pixel * 1.75); | ^ sz_api.c:132:45: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'long int' may change the sign of the result [-Wsign-conversion] 132 | hidden->image_out = (char *) malloc(image_size); | ^~~~~~~~~~ sz_api.c:141:48: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'long int' may change the sign of the result [-Wsign-conversion] 141 | memcpy(hidden->next_in, strm->next_in, size_in); | ^~~~~~~ sz_api.c:146:27: warning: conversion from 'long int' to 'unsigned int' may change value [-Wconversion] 146 | strm->avail_in -= size_in; | ^~~~~~~ sz_api.c:147:24: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 147 | strm->total_in += size_in; | ^~ sz_api.c:154:24: warning: conversion from 'long int' to 'int' may change value [-Wconversion] 154 | return output_bytes; | ^~~~~~~~~~~~ sz_api.c:169:50: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'long int' may change the sign of the result [-Wsign-conversion] 169 | memcpy(strm->next_out, hidden->next_out, size_out); | ^~~~~~~~ sz_api.c:174:28: warning: conversion from 'long int' to 'unsigned int' may change value [-Wconversion] 174 | strm->avail_out -= size_out; | ^~~~~~~~ sz_api.c:175:25: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 175 | strm->total_out += size_out; | ^~ sz_api.c: In function 'SZ_Decompress': sz_api.c:270:66: warning: conversion from 'long int' to 'double' may change value [-Wconversion] 270 | image_size = (long)(strm->image_pixels * bytes_per_pixel * 1.75); | ^ sz_api.c:271:44: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'long int' may change the sign of the result [-Wsign-conversion] 271 | hidden->image_in = (char *) malloc(image_size); | ^~~~~~~~~~ sz_api.c:278:66: warning: conversion from 'long int' to 'double' may change value [-Wconversion] 278 | image_size = (long)(strm->image_pixels * bytes_per_pixel * 1.0); | ^ sz_api.c:279:45: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'long int' may change the sign of the result [-Wsign-conversion] 279 | hidden->image_out = (char *) malloc(image_size); | ^~~~~~~~~~ sz_api.c:288:48: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'long int' may change the sign of the result [-Wsign-conversion] 288 | memcpy(hidden->next_in, strm->next_in, size_in); | ^~~~~~~ sz_api.c:293:27: warning: conversion from 'long int' to 'unsigned int' may change value [-Wconversion] 293 | strm->avail_in -= size_in; | ^~~~~~~ sz_api.c:294:24: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 294 | strm->total_in += size_in; | ^~ sz_api.c:302:24: warning: conversion from 'long int' to 'int' may change value [-Wconversion] 302 | return output_bytes; | ^~~~~~~~~~~~ sz_api.c:313:50: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'long int' may change the sign of the result [-Wsign-conversion] 313 | memcpy(strm->next_out, hidden->next_out, size_out); | ^~~~~~~~ sz_api.c:318:28: warning: conversion from 'long int' to 'unsigned int' may change value [-Wconversion] 318 | strm->avail_out -= size_out; | ^~~~~~~~ sz_api.c:319:25: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 319 | strm->total_out += size_out; | ^~ sz_api.c: In function 'SZ_BufftoBuffCompress': sz_api.c:396:24: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'int' may change the sign of the result [-Wsign-conversion] 396 | pixels = (sourceLen+bytes_per_pixel-1)/bytes_per_pixel; | ^ sz_api.c:396:43: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'int' may change the sign of the result [-Wsign-conversion] 396 | pixels = (sourceLen+bytes_per_pixel-1)/bytes_per_pixel; | ^ sz_api.c:396:14: warning: conversion to 'long int' from 'size_t' {aka 'long unsigned int'} may change the sign of the result [-Wsign-conversion] 396 | pixels = (sourceLen+bytes_per_pixel-1)/bytes_per_pixel; | ^ sz_api.c:397:33: warning: conversion from 'size_t' {aka 'long unsigned int'} to 'double' may change value [-Wconversion] 397 | out_size = (long)(sourceLen * 2.00); | ^ sz_api.c:399:18: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'long int' [-Wsign-compare] 399 | if (*destLen >= out_size) | ^~ sz_api.c:403:37: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'long int' may change the sign of the result [-Wsign-conversion] 403 | image_out = (char *) malloc(out_size); | ^~~~~~~~ sz_api.c:414:16: warning: conversion from 'long int' to 'int' may change value [-Wconversion] 414 | return output_bytes; | ^~~~~~~~~~~~ sz_api.c:418:18: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'long int' [-Wsign-compare] 418 | if (*destLen >= output_bytes) | ^~ sz_api.c:419:20: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'long int' may change the sign of the result [-Wsign-conversion] 419 | *destLen = output_bytes; | ^~~~~~~~~~~~ sz_api.c: In function 'SZ_BufftoBuffDecompress': sz_api.c:454:22: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'int' may change the sign of the result [-Wsign-conversion] 454 | pixels = *destLen/bytes_per_pixel; | ^ sz_api.c:454:14: warning: conversion to 'long int' from 'size_t' {aka 'long unsigned int'} may change the sign of the result [-Wsign-conversion] 454 | pixels = *destLen/bytes_per_pixel; | ^ sz_api.c:456:136: warning: conversion to 'long int' from 'size_t' {aka 'long unsigned int'} may change the sign of the result [-Wsign-conversion] 456 | output_bytes = szip_uncompress_memory(sz->options_mask, sz->bits_per_pixel, sz->pixels_per_block, sz->pixels_per_scanline, source, sourceLen, dest, pixels); | ^~~~~~~~~ sz_api.c:458:16: warning: conversion from 'long int' to 'int' may change value [-Wconversion] 458 | return output_bytes; | ^~~~~~~~~~~~ sz_api.c:464:20: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'long int' may change the sign of the result [-Wsign-conversion] 464 | *destLen = output_bytes; | ^~~~~~~~~~~~ encoding.c:16:30: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 16 | char * szip_encoder_status = "SZIP ENCODER ENABLED"; | ^~~~~~~~~~~~~~~~~~~~~~ gentest.c:63:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 63 | output_pixel(bits_per_pixel, pixel) | ^~~~~~~~~~~~ gentest.c: In function 'output_pixel': gentest.c:70:21: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 70 | *bp++ = pixel & 0xff; | ^~~~~ gentest.c:73:21: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 73 | *bp++ = (pixel >> 8) & 0xff; | ^ gentest.c:74:21: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 74 | *bp++ = pixel & 0xff; | ^~~~~ gentest.c:79:21: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 79 | *bp++ = (pixel >> 16) & 0xff; | ^ gentest.c:80:21: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 80 | *bp++ = (pixel >> 8) & 0xff; | ^ gentest.c:81:21: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 81 | *bp++ = pixel & 0xff; | ^~~~~ gentest.c:87:21: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 87 | *bp++ = pixel & 0xff; | ^~~~~ gentest.c:90:21: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 90 | *bp++ = pixel & 0xff; | ^~~~~ gentest.c:91:21: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 91 | *bp++ = (pixel >> 8) & 0xff; | ^ gentest.c:95:21: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 95 | *bp++ = pixel & 0xff; | ^~~~~ gentest.c:96:21: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 96 | *bp++ = (pixel >> 8) & 0xff; | ^ gentest.c:97:21: warning: conversion from 'unsigned int' to 'char' may change value [-Wconversion] 97 | *bp++ = (pixel >> 16) & 0xff; | ^ gentest.c: At top level: gentest.c:104:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 104 | unmap_nn(sigma, pixels, out) | ^~~~~~~~ gentest.c: In function 'unmap_nn': gentest.c:118:9: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 118 | x = *s++; | ^ gentest.c:119:14: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 119 | *out++ = x; | ^ gentest.c:121:12: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 121 | sig1 = *s++; | ^ gentest.c:124:27: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 124 | else if (sig1 > (xmax - x) << 1) | ^ gentest.c:124:19: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] 124 | else if (sig1 > (xmax - x) << 1) | ^ gentest.c:125:18: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 125 | x = xmax - sig1; | ^ gentest.c:125:13: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 125 | x = xmax - sig1; | ^~~~ gentest.c:131:14: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 131 | *out++ = x; | ^ gentest.c:135:16: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 135 | sig1 = *s++; | ^ gentest.c:136:16: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 136 | sig2 = *s++; | ^ gentest.c:139:31: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 139 | else if (sig1 > (xmax - x) << 1) | ^ gentest.c:139:23: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] 139 | else if (sig1 > (xmax - x) << 1) | ^ gentest.c:140:22: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 140 | x = xmax - sig1; | ^ gentest.c:140:17: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 140 | x = xmax - sig1; | ^~~~ gentest.c:146:18: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 146 | *out++ = x; | ^ gentest.c:150:31: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 150 | else if (sig2 > (xmax - x) << 1) | ^ gentest.c:150:23: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] 150 | else if (sig2 > (xmax - x) << 1) | ^ gentest.c:151:22: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 151 | x = xmax - sig2; | ^ gentest.c:151:17: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 151 | x = xmax - sig2; | ^~~~ gentest.c:157:18: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 157 | *out++ = x; | ^ gentest.c: At top level: gentest.c:162:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 162 | genblock(sum, j, n) | ^~~~~~~~ gentest.c: In function 'genblock': gentest.c:197:13: warning: conversion from 'double' to 'long int' may change value [-Wfloat-conversion] 197 | x = (v * average) + 0.5; | ^ gentest.c:199:25: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 199 | if (x + (j-k-1) * xmax < sum) | ^ gentest.c:200:31: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 200 | x = sum - (j-k-1) * xmax; | ^ gentest.c:200:21: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 200 | x = sum - (j-k-1) * xmax; | ^ gentest.c:208:17: warning: conversion from 'long int' to 'unsigned int' may change value [-Wconversion] 208 | *sp++ = x; | ^ gentest.c:209:5: warning: "DEBUG" is not defined, evaluates to 0 [-Wundef] 209 | #if DEBUG | ^~~~~ gentest.c:212:16: warning: conversion from 'long int' to 'int' may change value [-Wconversion] 212 | sum -= x; | ^ gentest.c:219:5: warning: "DEBUG" is not defined, evaluates to 0 [-Wundef] 219 | #if DEBUG | ^~~~~ gentest.c: At top level: gentest.c:225:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 225 | genimage(n, j, blocks) | ^~~~~~~~ gentest.c: In function 'genimage': gentest.c:240:12: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 240 | xmax = (1 << n) - 1; | ^ gentest.c:253:13: warning: conversion from 'double' to 'int' may change value [-Wfloat-conversion] 253 | i = uni() * (n+2); | ^~~ gentest.c:257:19: warning: conversion from 'double' to 'int' may change value [-Wfloat-conversion] 257 | sum = (sum_array[i] - sum_array[i-1]) * uni() + 1; | ^ gentest.c:259:5: warning: "DEBUG" is not defined, evaluates to 0 [-Wundef] 259 | #if DEBUG | ^~~~~ gentest.c:262:21: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 262 | if (sum > j * xmax) | ^ gentest.c:262:17: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] 262 | if (sum > j * xmax) | ^ gentest.c:282:28: warning: conversion from 'double' to 'unsigned int' may change value [-Wfloat-conversion] 282 | sigma[0] = uni() * (xmax+1); | ^~~ gentest.c: At top level: gentest.c:300:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 300 | gentest(n, j, blocks) | ^~~~~~~ gentest.c: In function 'gentest': gentest.c:336:60: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'long int' may change the sign of the result [-Wsign-conversion] 336 | rv = SZ_BufftoBuffCompress(image_out, &size, image_in, image_size, ¶ms); | ^~~~~~~~~~ gentest.c:353:38: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'long int' may change the sign of the result [-Wsign-conversion] 353 | rv = memcmp(image_in, image_in2, image_size); | ^~~~~~~~~~ gentest.c: At top level: gentest.c:374:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 374 | gentest_odd(n, j, s) | ^~~~~~~~~~~ gentest.c: In function 'gentest_odd': gentest.c:399:31: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'int' may change the sign of the result [-Wsign-conversion] 399 | memcpy(ip, image_in, s*bytes_per_pixel); | ~^~~~~~~~~~~~~~~~ gentest.c:404:33: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'long int' may change the sign of the result [-Wsign-conversion] 404 | memcpy(image_in, image_in2, image_size); | ^~~~~~~~~~ gentest.c:419:60: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'long int' may change the sign of the result [-Wsign-conversion] 419 | rv = SZ_BufftoBuffCompress(image_out, &size, image_in, image_size, ¶ms); | ^~~~~~~~~~ gentest.c:436:38: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'long int' may change the sign of the result [-Wsign-conversion] 436 | rv = memcmp(image_in, image_in2, image_size); | ^~~~~~~~~~ gentest.c: At top level: gentest.c:457:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 457 | gentest3264(blocks, n, j) | ^~~~~~~~~~~ gentest.c: In function 'gentest3264': gentest.c:478:23: warning: conversion from 'int' to 'char' may change value [-Wconversion] 478 | image_in[i] = count + (count >> 8) ; | ^~~~~ gentest.c:490:60: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'long int' may change the sign of the result [-Wsign-conversion] 490 | rv = SZ_BufftoBuffCompress(image_out, &size, image_in, image_size, ¶ms); | ^~~~~~~~~~ gentest.c:507:38: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'long int' may change the sign of the result [-Wsign-conversion] 507 | rv = memcmp(image_in, image_in2, image_size); | ^~~~~~~~~~ gentest.c: At top level: gentest.c:528:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 528 | main(argc, argv) | ^~~~ gentest.c: In function 'main': gentest.c:529:5: warning: unused parameter 'argc' [-Wunused-parameter] 529 | int argc; | ^~~~ gentest.c:530:8: warning: unused parameter 'argv' [-Wunused-parameter] 530 | char **argv; | ^~~~ gentest.c: In function 'genimage': gentest.c:248:8: warning: storing the address of local variable 'sigma' in 'sp' [-Wdangling-pointer=] 248 | sp = sigma; | ~~~^~~~~~~ gentest.c:234:14: note: 'sigma' declared here 234 | unsigned sigma[1024]; | ^~~~~ gentest.c:58:11: note: 'sp' declared here 58 | unsigned *sp; | ^~ gentest.c:293:16: warning: storing the address of local variable 'sigma' in 'sp' [-Wdangling-pointer=] 293 | sp = sigma; | ~~~^~~~~~~ gentest.c:234:14: note: 'sigma' declared here 234 | unsigned sigma[1024]; | ^~~~~ gentest.c:58:11: note: 'sp' declared here 58 | unsigned *sp; | ^~ mcgill.c: In function 'rstart': mcgill.c:29:16: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 29 | mcgn = (i1 == 0) ? 0 : i1 | 1; | ^ mcgill.c: In function 'iuni': mcgill.c:49:21: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] 49 | return ((r1 >> 1)); | ~~~~~^~~~~~ mcgill.c: In function 'ivni': mcgill.c:65:16: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] 65 | return (r1); | ^ burst_szip.c:36:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 36 | put_pixel(pixel) | ^~~~~~~~~ burst_szip.c: In function 'put_pixel': burst_szip.c:41:19: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 41 | if (pixel > max) | ^ burst_szip.c:50:30: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 50 | ch = (pixel >> 24) & 0xff; | ^ burst_szip.c:67:30: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 67 | ch = (pixel >> 24) & 0xff; | ^ burst_szip.c:73:30: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 73 | ch = pixel >> 8; | ^~~~~ burst_szip.c:82:30: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 82 | ch = pixel >> 8; | ^~~~~ burst_szip.c:86:22: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 86 | putc(pixel, fp_out); | ^~~~~ burst_szip.c: At top level: burst_szip.c:90:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 90 | map_nn(sigma, end) | ^~~~~~ burst_szip.c: In function 'map_nn': burst_szip.c:99:14: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 99 | xp = *sigma; | ^ burst_szip.c:103:13: warning: conversion to 'int' from 'unsigned int' may change the sign of the result [-Wsign-conversion] 103 | x = *s; | ^ burst_szip.c:108:32: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 108 | *s++ = del << 1; | ^~~ burst_szip.c:110:32: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 110 | *s++ = x; | ^ burst_szip.c:115:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 115 | *s++ = ((-del)<<1) - 1; | ^ burst_szip.c:117:40: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 117 | *s++ = max-x; | ^~~ burst_szip.c: At top level: burst_szip.c:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 125 | random_scanline(pixels_per_block, width) | ^~~~~~~~~~~~~~~ burst_szip.c: In function 'random_scanline': burst_szip.c:140:19: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] 140 | if (width > sizeof(scanline)/sizeof(unsigned)) | ^ burst_szip.c:150:21: warning: conversion from 'double' to 'int' may change value [-Wfloat-conversion] 150 | x = uni() * 6; | ^~~ burst_szip.c:160:49: warning: conversion from 'double' to 'int' may change value [-Wfloat-conversion] 160 | pixel = uni() * (max+1); | ^~~ burst_szip.c:161:48: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 161 | *s++ = pixel; | ^~~~~ burst_szip.c:167:41: warning: conversion from 'double' to 'int' may change value [-Wfloat-conversion] 167 | pixel = uni() * (max+1); | ^~~ burst_szip.c:168:41: warning: conversion from 'double' to 'int' may change value [-Wfloat-conversion] 168 | delta = uni() * 32; | ^~~ burst_szip.c:183:49: warning: conversion from 'double' to 'int' may change value [-Wfloat-conversion] 183 | pixel = low + uni() * delta; | ^~~ burst_szip.c:184:48: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 184 | *s++ = pixel; | ^~~~~ burst_szip.c:190:41: warning: conversion from 'double' to 'int' may change value [-Wfloat-conversion] 190 | pixel = uni() * (max+1); | ^~~ burst_szip.c:191:41: warning: conversion from 'double' to 'int' may change value [-Wfloat-conversion] 191 | delta = uni() * 128 + 1; | ^~~ burst_szip.c:206:45: warning: conversion from 'double' to 'int' may change value [-Wfloat-conversion] 206 | x = uni() * delta; | ^~~ burst_szip.c:213:48: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 213 | *s++ = pixel; | ^~~~~ burst_szip.c:219:41: warning: conversion from 'double' to 'int' may change value [-Wfloat-conversion] 219 | pixel = uni() * (max+1); | ^~~ burst_szip.c:221:48: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 221 | *s++ = pixel; | ^~~~~ burst_szip.c:226:42: warning: conversion from 'long int' to 'int' may change value [-Wconversion] 226 | blocks = ((end - s) + pixels_per_block - 1)/pixels_per_block; | ^ burst_szip.c:227:42: warning: conversion from 'double' to 'int' may change value [-Wfloat-conversion] 227 | blocks = uni() * blocks + 1; | ^~~ burst_szip.c:228:41: warning: conversion from 'double' to 'int' may change value [-Wfloat-conversion] 228 | pixel = uni() * (max+1); | ^~~ burst_szip.c:231:56: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 231 | *s++ = pixel; | ^~~~~ burst_szip.c:237:41: warning: conversion from 'double' to 'int' may change value [-Wfloat-conversion] 237 | pixel = uni() * (max+1); | ^~~ burst_szip.c:238:41: warning: conversion from 'double' to 'int' may change value [-Wfloat-conversion] 238 | delta = uni() * 8 + 1; | ^~~ burst_szip.c:253:45: warning: conversion from 'double' to 'int' may change value [-Wfloat-conversion] 253 | x = uni() * delta; | ^~~ burst_szip.c:260:48: warning: conversion to 'unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 260 | *s++ = pixel; | ^~~~~ burst_szip.c: At top level: burst_szip.c:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 275 | random_float_scanline(pixels_per_block, width) | ^~~~~~~~~~~~~~~~~~~~~ burst_szip.c: In function 'random_float_scanline': burst_szip.c:286:19: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] 286 | if (width > sizeof(scanline)/sizeof(float)) | ^ burst_szip.c:303:31: warning: conversion from 'double' to 'float' may change value [-Wfloat-conversion] 303 | scanline[i] = y; | ^ burst_szip.c:307:26: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'int' may change the sign of the result [-Wsign-conversion] 307 | fwrite(scanline, width, sizeof(float), fp_out); | ^~~~~ burst_szip.c:276:5: warning: unused parameter 'pixels_per_block' [-Wunused-parameter] 276 | int pixels_per_block; | ^~~~~~~~~~~~~~~~ burst_szip.c: At top level: burst_szip.c:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 311 | random_double_scanline(pixels_per_block, width) | ^~~~~~~~~~~~~~~~~~~~~~ burst_szip.c: In function 'random_double_scanline': burst_szip.c:322:37: warning: expression does not compute the number of elements in this array; element type is 'double', not 'float' [-Wsizeof-array-div] 322 | if (width > sizeof(scanline)/sizeof(float)) | ^ burst_szip.c:322:37: note: add parentheses around the second 'sizeof' to silence this warning burst_szip.c:315:16: note: array 'scanline' declared here 315 | double scanline[8*1024]; | ^~~~~~~~ burst_szip.c:322:19: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] 322 | if (width > sizeof(scanline)/sizeof(float)) | ^ burst_szip.c:349:26: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'int' may change the sign of the result [-Wsign-conversion] 349 | fwrite(scanline, width, sizeof(double), fp_out); | ^~~~~ burst_szip.c:312:5: warning: unused parameter 'pixels_per_block' [-Wunused-parameter] 312 | int pixels_per_block; | ^~~~~~~~~~~~~~~~ burst_szip.c: At top level: burst_szip.c:353:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 353 | usage(name) | ^~~~~ burst_szip.c:361:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 361 | main(argc, argv) | ^~~~ burst_szip.c: In function 'main': burst_szip.c:450:33: warning: conversion from 'double' to 'int' may change value [-Wfloat-conversion] 450 | width = uni() * (width-1) + 1; | ^~~ example.c:30:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 30 | read_image(file_name) | ^~~~~~~~~~ example.c: In function 'read_image': example.c:46:21: warning: conversion from 'size_t' {aka 'long unsigned int'} to 'int' may change value [-Wconversion] 46 | n = fread(image_in+size, 1, 16*1024, fp); | ^~~~~ example.c: In function 'test_encoding': example.c:85:15: warning: conversion from 'long int' to 'int' may change value [-Wconversion] 85 | len = size; | ^~~~ example.c:100:34: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'int' [-Wsign-compare] 100 | while (c_stream.total_in < len) | ^ example.c:102:58: warning: conversion from 'long int' to 'unsigned int' may change value [-Wconversion] 102 | c_stream.avail_in = c_stream.avail_out = buffer_size; | ^~~~~~~~~~~ example.c:103:59: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'int' [-Wsign-compare] 103 | if (c_stream.avail_in + c_stream.total_in > len) | ^ example.c:104:49: warning: conversion to 'long unsigned int' from 'int' may change the sign of the result [-Wsign-conversion] 104 | c_stream.avail_in = len - c_stream.total_in; | ^ example.c:104:45: warning: conversion from 'long unsigned int' to 'unsigned int' may change value [-Wconversion] 104 | c_stream.avail_in = len - c_stream.total_in; | ^~~ example.c:116:38: warning: conversion from 'long int' to 'unsigned int' may change value [-Wconversion] 116 | c_stream.avail_out = buffer_size; | ^~~~~~~~~~~ example.c:144:31: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] 144 | for (i = 0; i < c_stream.total_out; i++) | ^ example.c:151:24: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] 151 | return c_stream.total_out; | ~~~~~~~~^~~~~~~~~~ example.c:62:7: warning: unused parameter 'in' [-Wunused-parameter] 62 | char *in; | ^~ example.c: In function 'test_decoding': example.c:198:34: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'long int' [-Wsign-compare] 198 | while (d_stream.total_in < size) | ^ example.c:200:58: warning: conversion from 'long int' to 'unsigned int' may change value [-Wconversion] 200 | d_stream.avail_in = d_stream.avail_out = buffer_size; | ^~~~~~~~~~~ example.c:201:59: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'long int' [-Wsign-compare] 201 | if (d_stream.avail_in + d_stream.total_in > size) | ^ example.c:202:50: warning: conversion to 'long unsigned int' from 'long int' may change the sign of the result [-Wsign-conversion] 202 | d_stream.avail_in = size - d_stream.total_in; | ^ example.c:202:45: warning: conversion from 'long unsigned int' to 'unsigned int' may change value [-Wconversion] 202 | d_stream.avail_in = size - d_stream.total_in; | ^~~~ example.c:215:35: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'long int' [-Wsign-compare] 215 | while (d_stream.total_out < out_size) | ^ example.c:217:38: warning: conversion from 'long int' to 'unsigned int' may change value [-Wconversion] 217 | d_stream.avail_out = buffer_size; | ^~~~~~~~~~~ example.c:236:24: warning: conversion to 'long int' from 'long unsigned int' may change the sign of the result [-Wsign-conversion] 236 | return d_stream.total_out; | ~~~~~~~~^~~~~~~~~~ example.c: At top level: example.c:251:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] 251 | main(argc, argv) | ^~~~ example.c: In function 'main': example.c:275:36: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'long int' may change the sign of the result [-Wsign-conversion] 275 | compr = (char *) calloc(comprLen, 1); | ^~~~~~~~ example.c:276:36: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'long int' may change the sign of the result [-Wsign-conversion] 276 | uncompr = (char *) calloc(uncomprLen, 1); | ^~~~~~~~~~ example.c:307:20: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'long int' may change the sign of the result [-Wsign-conversion] 307 | size = test_encoding(bits_per_pixel, image_in, image_size, image_out, i); | ^~~~~~~~~~~~~ example.c:308:65: warning: conversion to 'long int' from 'size_t' {aka 'long unsigned int'} may change the sign of the result [-Wsign-conversion] 308 | size = test_decoding(bits_per_pixel, image_out, size, image_in2, image_size, i); | ^~~~ example.c:308:24: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'long int' may change the sign of the result [-Wsign-conversion] 308 | size = test_decoding(bits_per_pixel, image_out, size, image_in2, image_size, i); | ^~~~~~~~~~~~~ example.c:312:50: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'long int' may change the sign of the result [-Wsign-conversion] 312 | rv = memcmp(image_in, image_in2, image_size); | ^~~~~~~~~~ example.c:328:72: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'long int' may change the sign of the result [-Wsign-conversion] 328 | rv = SZ_BufftoBuffCompress(image_out, &size, image_in, image_size, ¶ms); | ^~~~~~~~~~ example.c:352:50: warning: conversion to 'size_t' {aka 'long unsigned int'} from 'long int' may change the sign of the result [-Wsign-conversion] 352 | rv = memcmp(image_in, image_in2, image_size); | ^~~~~~~~~~ example.c:273:9: warning: 'bits_per_pixel' may be used uninitialized [-Wmaybe-uninitialized] 273 | sprintf(file_name, "image.%d.in", bits_per_pixel); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ example.c:258:13: note: 'bits_per_pixel' was declared here 258 | int bits_per_pixel; | ^~~~~~~~~~~~~~ read_image(image.8.in): size=16384 In file included from H5B.c:100: H5B.c: In function 'H5B__remove_helper': H5B.c:1429:46: warning: potential null pointer dereference [-Wnull-dereference] 1429 | if (*lt_key_changed && H5_addr_defined(bt->left)) { H5private.h:462:36: note: in definition of macro 'H5_addr_defined' 462 | #define H5_addr_defined(X) ((X) != HADDR_UNDEF) | ^ H5B.c:1444:51: warning: potential null pointer dereference [-Wnull-dereference] 1444 | else if (*rt_key_changed && H5_addr_defined(bt->right)) { H5private.h:462:36: note: in definition of macro 'H5_addr_defined' 462 | #define H5_addr_defined(X) ((X) != HADDR_UNDEF) | ^ H5Tconv.c: In function 'H5T__conv_ushort__Float16': H5Tconv.c:8675:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] 8675 | H5T_CONV_Xf(USHORT, FLOAT16, unsigned short, H5__Float16, -FLT16_MAX, FLT16_MAX); | ^~~~~~~~~~~ H5Tconv.c:8675:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8675:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8675:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8675:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8675:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8675:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8675:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8675:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8675:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8675:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8675:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8675:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8675:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8675:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8675:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8675:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8675:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8675:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8675:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c: In function 'H5T__conv_int__Float16': H5Tconv.c:8686:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] 8686 | H5T_CONV_Xf(INT, FLOAT16, int, H5__Float16, -FLT16_MAX, FLT16_MAX); | ^~~~~~~~~~~ H5Tconv.c:8686:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8686:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8686:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8686:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8686:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8686:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8686:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8686:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8686:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8686:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8686:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8686:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8686:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8686:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8686:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8686:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8686:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8686:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8686:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c: In function 'H5T__conv_uint__Float16': H5Tconv.c:8697:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] 8697 | H5T_CONV_Xf(UINT, FLOAT16, unsigned int, H5__Float16, -FLT16_MAX, FLT16_MAX); | ^~~~~~~~~~~ H5Tconv.c:8697:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8697:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8697:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8697:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8697:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8697:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8697:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8697:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8697:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8697:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8697:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8697:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8697:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8697:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8697:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8697:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8697:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8697:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8697:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c: In function 'H5T__conv_long__Float16': H5Tconv.c:8708:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] 8708 | H5T_CONV_Xf(LONG, FLOAT16, long, H5__Float16, -FLT16_MAX, FLT16_MAX); | ^~~~~~~~~~~ H5Tconv.c:8708:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8708:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8708:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8708:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8708:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8708:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8708:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8708:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8708:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8708:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8708:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8708:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8708:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8708:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8708:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8708:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8708:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8708:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8708:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c: In function 'H5T__conv_ulong__Float16': H5Tconv.c:8719:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] 8719 | H5T_CONV_Xf(ULONG, FLOAT16, unsigned long, H5__Float16, -FLT16_MAX, FLT16_MAX); | ^~~~~~~~~~~ H5Tconv.c:8719:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8719:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8719:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8719:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8719:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8719:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8719:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8719:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8719:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8719:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8719:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8719:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8719:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8719:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8719:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8719:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8719:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8719:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8719:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c: In function 'H5T__conv_llong__Float16': H5Tconv.c:8730:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] 8730 | H5T_CONV_Xf(LLONG, FLOAT16, long long, H5__Float16, -FLT16_MAX, FLT16_MAX); | ^~~~~~~~~~~ H5Tconv.c:8730:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8730:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8730:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8730:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8730:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8730:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8730:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8730:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8730:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8730:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8730:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8730:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8730:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8730:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8730:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8730:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8730:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8730:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8730:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c: In function 'H5T__conv_ullong__Float16': H5Tconv.c:8741:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] 8741 | H5T_CONV_Xf(ULLONG, FLOAT16, unsigned long long, H5__Float16, -FLT16_MAX, FLT16_MAX); | ^~~~~~~~~~~ H5Tconv.c:8741:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8741:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8741:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8741:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8741:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8741:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8741:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8741:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8741:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8741:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8741:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8741:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8741:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8741:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8741:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8741:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8741:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8741:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8741:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c: In function 'H5T__conv_float__Float16': H5Tconv.c:8752:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] 8752 | H5T_CONV_Ff(FLOAT, FLOAT16, float, H5__Float16, -FLT16_MAX, FLT16_MAX); | ^~~~~~~~~~~ H5Tconv.c:8752:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8752:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8752:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8752:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8752:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8752:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8752:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8752:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8752:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8752:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8752:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8752:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8752:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8752:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8752:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c: In function 'H5T__conv_double__Float16': H5Tconv.c:8763:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] 8763 | H5T_CONV_Ff(DOUBLE, FLOAT16, double, H5__Float16, -FLT16_MAX, FLT16_MAX); | ^~~~~~~~~~~ H5Tconv.c:8763:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8763:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8763:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8763:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8763:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8763:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8763:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8763:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8763:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8763:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8763:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8763:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8763:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8763:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8763:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c: In function 'H5T__conv_ldouble__Float16': H5Tconv.c:8775:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] 8775 | H5T_CONV_Ff(LDOUBLE, FLOAT16, long double, H5__Float16, -FLT16_MAX, FLT16_MAX); | ^~~~~~~~~~~ H5Tconv.c:8775:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8775:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8775:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8775:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8775:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8775:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8775:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8775:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8775:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8775:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8775:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8775:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8775:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8775:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] H5Tconv.c:8775:5: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] titerate.c: In function 'test_iter_group_large': titerate.c:679:40: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 679 | names = (iter_info *)calloc(sizeof(iter_info), (ITER_NGROUPS + 2)); | ^~~~~~~~~ titerate.c:679:40: note: earlier argument should specify number of elements, later size of each element trefer.c: In function 'test_reference_params': trefer.c:114:39: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 114 | wbuf = (H5R_ref_t *)calloc(sizeof(H5R_ref_t), SPACE1_DIM1); | ^~~~~~~~~ trefer.c:114:39: note: earlier argument should specify number of elements, later size of each element trefer.c:115:39: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 115 | rbuf = (H5R_ref_t *)calloc(sizeof(H5R_ref_t), SPACE1_DIM1); | ^~~~~~~~~ trefer.c:115:39: note: earlier argument should specify number of elements, later size of each element trefer.c:116:39: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 116 | tbuf = (H5R_ref_t *)calloc(sizeof(H5R_ref_t), SPACE1_DIM1); | ^~~~~~~~~ trefer.c:116:39: note: earlier argument should specify number of elements, later size of each element trefer.c:117:26: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 117 | obuf = calloc(sizeof(unsigned), SPACE1_DIM1); | ^~~~~~~~ trefer.c:117:26: note: earlier argument should specify number of elements, later size of each element trefer.c: In function 'test_reference_obj': trefer.c:452:26: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 452 | wbuf = calloc(sizeof(H5R_ref_t), SPACE1_DIM1); | ^~~~~~~~~ trefer.c:452:26: note: earlier argument should specify number of elements, later size of each element trefer.c:453:26: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 453 | rbuf = calloc(sizeof(H5R_ref_t), SPACE1_DIM1); | ^~~~~~~~~ trefer.c:453:26: note: earlier argument should specify number of elements, later size of each element trefer.c:454:26: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 454 | ibuf = calloc(sizeof(unsigned), SPACE1_DIM1); | ^~~~~~~~ trefer.c:454:26: note: earlier argument should specify number of elements, later size of each element trefer.c:455:26: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 455 | obuf = calloc(sizeof(unsigned), SPACE1_DIM1); | ^~~~~~~~ trefer.c:455:26: note: earlier argument should specify number of elements, later size of each element trefer.c: In function 'test_reference_vlen_obj': trefer.c:689:26: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 689 | wbuf = calloc(sizeof(H5R_ref_t), SPACE1_DIM1); | ^~~~~~~~~ trefer.c:689:26: note: earlier argument should specify number of elements, later size of each element trefer.c:690:26: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 690 | ibuf = calloc(sizeof(unsigned), SPACE1_DIM1); | ^~~~~~~~ trefer.c:690:26: note: earlier argument should specify number of elements, later size of each element trefer.c:691:26: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 691 | obuf = calloc(sizeof(unsigned), SPACE1_DIM1); | ^~~~~~~~ trefer.c:691:26: note: earlier argument should specify number of elements, later size of each element trefer.c: In function 'test_reference_cmpnd_obj': trefer.c:953:26: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 953 | ibuf = calloc(sizeof(unsigned), SPACE1_DIM1); | ^~~~~~~~ trefer.c:953:26: note: earlier argument should specify number of elements, later size of each element trefer.c:954:26: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 954 | obuf = calloc(sizeof(unsigned), SPACE1_DIM1); | ^~~~~~~~ trefer.c:954:26: note: earlier argument should specify number of elements, later size of each element trefer.c: In function 'test_reference_region': trefer.c:1262:27: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 1262 | wbuf = calloc(sizeof(H5R_ref_t), SPACE1_DIM1); | ^~~~~~~~~ trefer.c:1262:27: note: earlier argument should specify number of elements, later size of each element trefer.c:1263:27: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 1263 | rbuf = calloc(sizeof(H5R_ref_t), SPACE1_DIM1); | ^~~~~~~~~ trefer.c:1263:27: note: earlier argument should specify number of elements, later size of each element trefer.c:1264:38: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 1264 | dwbuf = (uint8_t *)calloc(sizeof(uint8_t), (size_t)(SPACE2_DIM1 * SPACE2_DIM2)); | ^~~~~~~ trefer.c:1264:38: note: earlier argument should specify number of elements, later size of each element trefer.c:1265:38: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 1265 | drbuf = (uint8_t *)calloc(sizeof(uint8_t), (size_t)(SPACE2_DIM1 * SPACE2_DIM2)); | ^~~~~~~ trefer.c:1265:38: note: earlier argument should specify number of elements, later size of each element trefer.c: In function 'test_reference_region_1D': trefer.c:1718:27: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 1718 | wbuf = calloc(sizeof(H5R_ref_t), (size_t)SPACE1_DIM1); | ^~~~~~~~~ trefer.c:1718:27: note: earlier argument should specify number of elements, later size of each element trefer.c:1719:27: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 1719 | rbuf = calloc(sizeof(H5R_ref_t), (size_t)SPACE1_DIM1); | ^~~~~~~~~ trefer.c:1719:27: note: earlier argument should specify number of elements, later size of each element trefer.c:1720:38: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 1720 | dwbuf = (uint8_t *)calloc(sizeof(uint8_t), (size_t)SPACE3_DIM1); | ^~~~~~~ trefer.c:1720:38: note: earlier argument should specify number of elements, later size of each element trefer.c:1721:38: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 1721 | drbuf = (uint8_t *)calloc(sizeof(uint8_t), (size_t)SPACE3_DIM1); | ^~~~~~~ trefer.c:1721:38: note: earlier argument should specify number of elements, later size of each element trefer.c: In function 'test_reference_compat_conv': trefer.c:2883:44: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 2883 | wbuf_obj = (hobj_ref_t *)calloc(sizeof(hobj_ref_t), SPACE1_DIM1); | ^~~~~~~~~~ trefer.c:2883:44: note: earlier argument should specify number of elements, later size of each element trefer.c:2884:30: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 2884 | rbuf_obj = calloc(sizeof(H5R_ref_t), SPACE1_DIM1); | ^~~~~~~~~ trefer.c:2884:30: note: earlier argument should specify number of elements, later size of each element trefer.c:2885:30: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 2885 | wbuf_reg = calloc(sizeof(hdset_reg_ref_t), SPACE1_DIM1); | ^~~~~~~~~~~~~~~ trefer.c:2885:30: note: earlier argument should specify number of elements, later size of each element trefer.c:2886:30: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 2886 | rbuf_reg = calloc(sizeof(H5R_ref_t), SPACE1_DIM1); | ^~~~~~~~~ trefer.c:2886:30: note: earlier argument should specify number of elements, later size of each element trefer.c: In function 'test_reference_perf': trefer.c:3192:37: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 3192 | wbuf = calloc(sizeof(H5R_ref_t), SPACE1_DIM1); | ^~~~~~~~~ trefer.c:3192:37: note: earlier argument should specify number of elements, later size of each element trefer.c:3193:37: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 3193 | obuf = calloc(sizeof(unsigned), SPACE1_DIM1); | ^~~~~~~~ trefer.c:3193:37: note: earlier argument should specify number of elements, later size of each element trefer.c:3194:37: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 3194 | ibuf = calloc(sizeof(unsigned), SPACE1_DIM1); | ^~~~~~~~ trefer.c:3194:37: note: earlier argument should specify number of elements, later size of each element trefer.c:3195:51: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 3195 | wbuf_deprec = (hobj_ref_t *)calloc(sizeof(hobj_ref_t), SPACE1_DIM1); | ^~~~~~~~~~ trefer.c:3195:51: note: earlier argument should specify number of elements, later size of each element trefer.c:3196:50: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 3196 | rbuf = (H5R_ref_t *)calloc(sizeof(H5R_ref_t), SPACE1_DIM1); | ^~~~~~~~~ trefer.c:3196:50: note: earlier argument should specify number of elements, later size of each element trefer.c:3197:51: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 3197 | rbuf_deprec = (hobj_ref_t *)calloc(sizeof(hobj_ref_t), SPACE1_DIM1); | ^~~~~~~~~~ trefer.c:3197:51: note: earlier argument should specify number of elements, later size of each element trefer.c:3198:50: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 3198 | tbuf = (H5R_ref_t *)calloc(sizeof(H5R_ref_t), SPACE1_DIM1); | ^~~~~~~~~ trefer.c:3198:50: note: earlier argument should specify number of elements, later size of each element trefer.c:3199:50: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 3199 | wbuf_reg = (H5R_ref_t *)calloc(sizeof(H5R_ref_t), SPACE1_DIM1); | ^~~~~~~~~ trefer.c:3199:50: note: earlier argument should specify number of elements, later size of each element trefer.c:3200:50: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 3200 | rbuf_reg = (H5R_ref_t *)calloc(sizeof(H5R_ref_t), SPACE1_DIM1); | ^~~~~~~~~ trefer.c:3200:50: note: earlier argument should specify number of elements, later size of each element trefer.c:3201:56: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 3201 | wbuf_reg_deprec = (hdset_reg_ref_t *)calloc(sizeof(hdset_reg_ref_t), SPACE1_DIM1); | ^~~~~~~~~~~~~~~ trefer.c:3201:56: note: earlier argument should specify number of elements, later size of each element trefer.c:3202:56: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 3202 | rbuf_reg_deprec = (hdset_reg_ref_t *)calloc(sizeof(hdset_reg_ref_t), SPACE1_DIM1); | ^~~~~~~~~~~~~~~ trefer.c:3202:56: note: earlier argument should specify number of elements, later size of each element trefer_deprec.c: In function 'test_reference_region': trefer_deprec.c:545:46: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 545 | wbuf = (hdset_reg_ref_t *)calloc(sizeof(hdset_reg_ref_t), (size_t)SPACE1_DIM1); | ^~~~~~~~~~~~~~~ trefer_deprec.c:545:46: note: earlier argument should specify number of elements, later size of each element trefer_deprec.c:548:38: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 548 | drbuf = (uint8_t *)calloc(sizeof(uint8_t), (size_t)(SPACE2_DIM1 * SPACE2_DIM2)); | ^~~~~~~ trefer_deprec.c:548:38: note: earlier argument should specify number of elements, later size of each element trefer_deprec.c: In function 'test_reference_region_1D': trefer_deprec.c:982:46: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 982 | wbuf = (hdset_reg_ref_t *)calloc(sizeof(hdset_reg_ref_t), (size_t)SPACE1_DIM1); | ^~~~~~~~~~~~~~~ trefer_deprec.c:982:46: note: earlier argument should specify number of elements, later size of each element trefer_deprec.c:985:38: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 985 | drbuf = (uint8_t *)calloc(sizeof(uint8_t), (size_t)SPACE3_DIM1); | ^~~~~~~ trefer_deprec.c:985:38: note: earlier argument should specify number of elements, later size of each element trefer_deprec.c: In function 'test_reference_compat': trefer_deprec.c:1542:44: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 1542 | wbuf_obj = (hobj_ref_t *)calloc(sizeof(hobj_ref_t), SPACE1_DIM1); | ^~~~~~~~~~ trefer_deprec.c:1542:44: note: earlier argument should specify number of elements, later size of each element trefer_deprec.c:1544:49: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 1544 | wbuf_reg = (hdset_reg_ref_t *)calloc(sizeof(hdset_reg_ref_t), SPACE1_DIM1); | ^~~~~~~~~~~~~~~ trefer_deprec.c:1544:49: note: earlier argument should specify number of elements, later size of each element tselect.c: In function 'test_select_hyper': tselect.c:252:37: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 252 | rbuf = (uint8_t *)calloc(sizeof(uint8_t), (size_t)(SPACE3_DIM1 * SPACE3_DIM2)); | ^~~~~~~ tselect.c:252:37: note: earlier argument should specify number of elements, later size of each element tselect.c: In function 'test_select_point': tselect.c:506:37: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 506 | rbuf = (uint8_t *)calloc(sizeof(uint8_t), (size_t)(SPACE3_DIM1 * SPACE3_DIM2)); | ^~~~~~~ tselect.c:506:37: note: earlier argument should specify number of elements, later size of each element tselect.c: In function 'test_select_all': tselect.c:868:37: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 868 | rbuf = (uint8_t *)calloc(sizeof(uint8_t), (size_t)(SPACE4_DIM1 * SPACE4_DIM2 * SPACE4_DIM3)); | ^~~~~~~ tselect.c:868:37: note: earlier argument should specify number of elements, later size of each element tselect.c: In function 'test_select_all_hyper': tselect.c:955:37: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 955 | rbuf = (uint8_t *)calloc(sizeof(uint8_t), (size_t)(SPACE3_DIM1 * SPACE3_DIM2)); | ^~~~~~~ tselect.c:955:37: note: earlier argument should specify number of elements, later size of each element tselect.c: In function 'test_select_combo': tselect.c:1109:37: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 1109 | rbuf = (uint8_t *)calloc(sizeof(uint8_t), (size_t)(SPACE3_DIM1 * SPACE3_DIM2)); | ^~~~~~~ tselect.c:1109:37: note: earlier argument should specify number of elements, later size of each element tselect.c: In function 'test_select_hyper_stride': tselect.c:1304:38: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 1304 | rbuf = (uint16_t *)calloc(sizeof(uint16_t), (size_t)(SPACE3_DIM1 * SPACE3_DIM2)); | ^~~~~~~~ tselect.c:1304:38: note: earlier argument should specify number of elements, later size of each element tselect.c: In function 'test_select_hyper_contig': tselect.c:1450:38: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 1450 | rbuf = (uint16_t *)calloc(sizeof(uint16_t), (size_t)(SPACE2_DIM1 * SPACE2_DIM2)); | ^~~~~~~~ tselect.c:1450:38: note: earlier argument should specify number of elements, later size of each element tselect.c: In function 'test_select_hyper_contig2': tselect.c:1591:35: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 1591 | (uint16_t *)calloc(sizeof(uint16_t), (size_t)(SPACE8_DIM1 * SPACE8_DIM2 * SPACE8_DIM3 * SPACE8_DIM4)); | ^~~~~~~~ tselect.c:1591:35: note: earlier argument should specify number of elements, later size of each element tselect.c: In function 'test_select_hyper_contig3': tselect.c:1737:35: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 1737 | (uint16_t *)calloc(sizeof(uint16_t), (size_t)(SPACE8_DIM1 * SPACE8_DIM2 * SPACE8_DIM3 * SPACE8_DIM4)); | ^~~~~~~~ tselect.c:1737:35: note: earlier argument should specify number of elements, later size of each element tselect.c: In function 'test_select_hyper_contig_dr__run_test': tselect.c:2006:50: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 2006 | small_cube_buf_1 = (uint16_t *)calloc(sizeof(uint16_t), small_cube_size); | ^~~~~~~~ tselect.c:2006:50: note: earlier argument should specify number of elements, later size of each element tselect.c:2008:50: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 2008 | large_cube_buf_1 = (uint16_t *)calloc(sizeof(uint16_t), large_cube_size); | ^~~~~~~~ tselect.c:2008:50: note: earlier argument should specify number of elements, later size of each element tselect.c: In function 'test_select_hyper_contig_dr': tselect.c:2542:42: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 2542 | zero_buf = (uint16_t *)calloc(sizeof(uint16_t), max_cube_size); | ^~~~~~~~ tselect.c:2542:42: note: earlier argument should specify number of elements, later size of each element tselect.c: In function 'test_select_hyper_checker_board_dr__run_test': tselect.c:2991:50: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 2991 | small_cube_buf_1 = (uint16_t *)calloc(sizeof(uint16_t), small_cube_size); | ^~~~~~~~ tselect.c:2991:50: note: earlier argument should specify number of elements, later size of each element tselect.c:2993:50: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 2993 | large_cube_buf_1 = (uint16_t *)calloc(sizeof(uint16_t), large_cube_size); | ^~~~~~~~ tselect.c:2993:50: note: earlier argument should specify number of elements, later size of each element tselect.c: In function 'test_select_hyper_checker_board_dr': tselect.c:3618:42: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 3618 | zero_buf = (uint16_t *)calloc(sizeof(uint16_t), max_cube_size); | ^~~~~~~~ tselect.c:3618:42: note: earlier argument should specify number of elements, later size of each element tselect.c: In function 'test_select_hyper_copy': tselect.c:3684:38: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 3684 | rbuf = (uint16_t *)calloc(sizeof(uint16_t), (size_t)(SPACE3_DIM1 * SPACE3_DIM2)); | ^~~~~~~~ tselect.c:3684:38: note: earlier argument should specify number of elements, later size of each element tselect.c:3686:39: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 3686 | rbuf2 = (uint16_t *)calloc(sizeof(uint16_t), (size_t)(SPACE3_DIM1 * SPACE3_DIM2)); | ^~~~~~~~ tselect.c:3686:39: note: earlier argument should specify number of elements, later size of each element tselect.c: In function 'test_select_point_copy': tselect.c:3855:38: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 3855 | rbuf = (uint16_t *)calloc(sizeof(uint16_t), (size_t)(SPACE3_DIM1 * SPACE3_DIM2)); | ^~~~~~~~ tselect.c:3855:38: note: earlier argument should specify number of elements, later size of each element tselect.c:3857:39: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 3857 | rbuf2 = (uint16_t *)calloc(sizeof(uint16_t), (size_t)(SPACE3_DIM1 * SPACE3_DIM2)); | ^~~~~~~~ tselect.c:3857:39: note: earlier argument should specify number of elements, later size of each element tselect.c: In function 'test_select_hyper_offset': tselect.c:4073:37: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 4073 | rbuf = (uint8_t *)calloc(sizeof(uint8_t), (size_t)(SPACE3_DIM1 * SPACE3_DIM2)); | ^~~~~~~ tselect.c:4073:37: note: earlier argument should specify number of elements, later size of each element tselect.c: In function 'test_select_hyper_offset2': tselect.c:4281:37: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 4281 | rbuf = (uint8_t *)calloc(sizeof(uint8_t), (size_t)(SPACE7_DIM1 * SPACE7_DIM2)); | ^~~~~~~ tselect.c:4281:37: note: earlier argument should specify number of elements, later size of each element tselect.c: In function 'test_select_point_offset': tselect.c:4411:37: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 4411 | rbuf = (uint8_t *)calloc(sizeof(uint8_t), (size_t)(SPACE3_DIM1 * SPACE3_DIM2)); | ^~~~~~~ tselect.c:4411:37: note: earlier argument should specify number of elements, later size of each element tselect.c: In function 'test_select_hyper_union': tselect.c:4638:37: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 4638 | rbuf = (uint8_t *)calloc(sizeof(uint8_t), (size_t)(SPACE3_DIM1 * SPACE3_DIM2)); | ^~~~~~~ tselect.c:4638:37: note: earlier argument should specify number of elements, later size of each element tselect.c: In function 'test_select_hyper_union_3d': tselect.c:5416:37: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 5416 | rbuf = (uint8_t *)calloc(sizeof(uint8_t), SPACE3_DIM1 * SPACE3_DIM2); | ^~~~~~~ tselect.c:5416:37: note: earlier argument should specify number of elements, later size of each element tselect.c: In function 'test_select_hyper_and_2d': tselect.c:5740:37: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 5740 | rbuf = (uint8_t *)calloc(sizeof(uint8_t), (size_t)(SPACE2_DIM1 * SPACE2_DIM2)); | ^~~~~~~ tselect.c:5740:37: note: earlier argument should specify number of elements, later size of each element tselect.c: In function 'test_select_hyper_xor_2d': tselect.c:5879:37: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 5879 | rbuf = (uint8_t *)calloc(sizeof(uint8_t), (size_t)(SPACE2_DIM1 * SPACE2_DIM2)); | ^~~~~~~ tselect.c:5879:37: note: earlier argument should specify number of elements, later size of each element tselect.c: In function 'test_select_hyper_notb_2d': tselect.c:6020:37: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 6020 | rbuf = (uint8_t *)calloc(sizeof(uint8_t), (size_t)(SPACE2_DIM1 * SPACE2_DIM2)); | ^~~~~~~ tselect.c:6020:37: note: earlier argument should specify number of elements, later size of each element tselect.c: In function 'test_select_hyper_nota_2d': tselect.c:6159:37: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 6159 | rbuf = (uint8_t *)calloc(sizeof(uint8_t), (size_t)(SPACE2_DIM1 * SPACE2_DIM2)); | ^~~~~~~ tselect.c:6159:37: note: earlier argument should specify number of elements, later size of each element tselect.c: In function 'test_select_hyper_union_random_5d': tselect.c:6330:33: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 6330 | rbuf = (int *)calloc(sizeof(int), | ^~~ tselect.c:6330:33: note: earlier argument should specify number of elements, later size of each element tselect.c: In function 'test_select_none': tselect.c:8006:37: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 8006 | rbuf = (uint8_t *)calloc(sizeof(uint8_t), SPACE7_DIM1 * SPACE7_DIM2); | ^~~~~~~ tselect.c:8006:37: note: earlier argument should specify number of elements, later size of each element tselect.c: In function 'test_select_hyper_chunk_offset': tselect.c:13590:33: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 13590 | rbuf = (int *)calloc(sizeof(int), SPACE10_DIM1); | ^~~ tselect.c:13590:33: note: earlier argument should specify number of elements, later size of each element hyperslab.c: In function 'test_array_fill': hyperslab.c:988:45: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 988 | if (NULL == (dst = (int *)calloc(sizeof(int), ARRAY_FILL_SIZE * hi))) | ^~~ hyperslab.c:988:45: note: earlier argument should specify number of elements, later size of each element dt_arith.c: In function 'test_conv_flt_1_hw_conv_from_flt': dt_arith.c:2973:13: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] 2973 | if (fabsf(aligned) > (float)FLT16_MAX) | ^~ dt_arith.c:2975:13: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] 2975 | else if (fabsf(aligned) < (float)FLT16_MIN) | ^~~~ dt_arith.c: In function 'test_conv_flt_1_hw_conv_from_double': dt_arith.c:3053:13: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] 3053 | if (fabs(aligned) > (double)FLT16_MAX) | ^~ dt_arith.c:3055:13: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] 3055 | else if (fabs(aligned) < (double)FLT16_MIN) | ^~~~ dt_arith.c: In function 'test_conv_flt_1_hw_conv_from_ldouble': dt_arith.c:3139:13: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] 3139 | if (fabsl(aligned) > (long double)FLT16_MAX) | ^~ dt_arith.c:3141:13: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] 3141 | else if (fabsl(aligned) < (long double)FLT16_MIN) | ^~~~ dt_arith.c: In function 'test_conv_flt_1': dt_arith.c:3402:17: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] 3402 | INIT_FP_NORM(H5__Float16, FLT16_MAX, FLT16_MIN, FLT16_MAX_10_EXP, FLT16_MIN_10_EXP, src_size, | ^~~~~~~~~~~~ dt_arith.c:3402:17: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] dt_arith.c:3402:17: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] dt_arith.c:3402:17: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] dt_arith.c:3402:17: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] dt_arith.c:3402:17: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] dt_arith.c:3645:17: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] 3645 | if (underflow && fabsf((float)x) <= (float)FLT16_MIN && | ^~ dt_arith.c:3646:21: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] 3646 | fabsf((float)hw_half) <= (float)FLT16_MIN) | ^~~~~ dt_arith.c: In function 'test_conv_int_fp': dt_arith.c:4232:13: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] 4232 | INIT_FP_NORM(H5__Float16, FLT16_MAX, FLT16_MIN, FLT16_MAX_10_EXP, FLT16_MIN_10_EXP, src_size, | ^~~~~~~~~~~~ dt_arith.c:4232:13: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] dt_arith.c:4232:13: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] dt_arith.c:4232:13: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] dt_arith.c:4232:13: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] dt_arith.c:4232:13: warning: non-standard suffix on floating constant before C23 [-Wc11-c23-compat] ntypes.c: In function 'test_compound_dtype2': ntypes.c:340:46: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 340 | if (NULL == (check = (s1 *)calloc(sizeof(s1), DIM0 * DIM1))) | ^~ ntypes.c:340:46: note: earlier argument should specify number of elements, later size of each element ntypes.c:538:38: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 538 | if (NULL == (bkg = calloc(sizeof(s1), DIM0 * DIM1))) | ^~ ntypes.c:538:38: note: earlier argument should specify number of elements, later size of each element ntypes.c: In function 'test_compound_dtype': ntypes.c:653:46: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 653 | if (NULL == (check = (s1 *)calloc(sizeof(s1), DIM0 * DIM1))) | ^~ ntypes.c:653:46: note: earlier argument should specify number of elements, later size of each element ntypes.c:757:38: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 757 | if (NULL == (bkg = calloc(sizeof(s1), DIM0 * DIM1))) | ^~ ntypes.c:757:38: note: earlier argument should specify number of elements, later size of each element ntypes.c: In function 'test_compound_dtype3': ntypes.c:861:46: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 861 | if (NULL == (check = (s1 *)calloc(sizeof(s1), DIM0 * DIM1))) | ^~ ntypes.c:861:46: note: earlier argument should specify number of elements, later size of each element ntypes.c:985:38: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 985 | if (NULL == (bkg = calloc(sizeof(s1), DIM0 * DIM1))) | ^~ ntypes.c:985:38: note: earlier argument should specify number of elements, later size of each element ntypes.c: In function 'test_compound_opaque': ntypes.c:1096:46: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 1096 | if (NULL == (check = (s1 *)calloc(sizeof(s1), DIM0 * DIM1))) | ^~ ntypes.c:1096:46: note: earlier argument should specify number of elements, later size of each element ntypes.c:1211:38: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 1211 | if (NULL == (bkg = calloc(sizeof(s1), DIM0 * DIM1))) | ^~ ntypes.c:1211:38: note: earlier argument should specify number of elements, later size of each element ntypes.c: In function 'test_array_dtype': ntypes.c:1474:46: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 1474 | if (NULL == (check = (s1 *)calloc(sizeof(s1), DIM0 * DIM1 * 5))) | ^~ ntypes.c:1474:46: note: earlier argument should specify number of elements, later size of each element ntypes.c: In function 'test_refer_dtype2': ntypes.c:2433:51: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 2433 | if (NULL == (drbuf = (uint8_t *)calloc(sizeof(uint8_t), SPACE2_DIM1 * SPACE2_DIM2))) | ^~~~~~~ ntypes.c:2433:51: note: earlier argument should specify number of elements, later size of each element h5repack_refs.c: In function 'do_copy_refobjs': h5repack_refs.c:249:71: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 249 | refbuf = (hdset_reg_ref_t *)calloc(sizeof(hdset_reg_ref_t), | ^~~~~~~~~~~~~~~ h5repack_refs.c:249:71: note: earlier argument should specify number of elements, later size of each element h5repack_refs.c: In function 'copy_refs_attr': h5repack_refs.c:635:59: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 635 | refbuf = (hdset_reg_ref_t *)calloc(sizeof(hdset_reg_ref_t), (size_t)nelmts); /*init to zero */ | ^~~~~~~~~~~~~~~ h5repack_refs.c:635:59: note: earlier argument should specify number of elements, later size of each element h5dumpgentest.c: In function 'gent_datareg': h5dumpgentest.c:2257:46: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 2257 | wbuf = (hdset_reg_ref_t *)calloc(sizeof(hdset_reg_ref_t), SPACE1_DIM1); | ^~~~~~~~~~~~~~~ h5dumpgentest.c:2257:46: note: earlier argument should specify number of elements, later size of each element h5dumpgentest.c:2260:38: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 2260 | drbuf = (uint8_t *)calloc(sizeof(uint8_t), SPACE2_DIM1 * SPACE2_DIM2); | ^~~~~~~ h5dumpgentest.c:2260:38: note: earlier argument should specify number of elements, later size of each element h5dumpgentest.c: In function 'gent_attrreg': h5dumpgentest.c:2381:46: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 2381 | wbuf = (hdset_reg_ref_t *)calloc(sizeof(hdset_reg_ref_t), SPACE1_DIM1); | ^~~~~~~~~~~~~~~ h5dumpgentest.c:2381:46: note: earlier argument should specify number of elements, later size of each element h5dumpgentest.c:2384:38: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 2384 | drbuf = (uint8_t *)calloc(sizeof(uint8_t), SPACE2_DIM1 * SPACE2_DIM2); | ^~~~~~~ h5dumpgentest.c:2384:38: note: earlier argument should specify number of elements, later size of each element h5dumpgentest.c: In function 'gent_array1_big': h5dumpgentest.c:3096:46: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 3096 | wbuf = (hdset_reg_ref_t *)calloc(sizeof(hdset_reg_ref_t), SPACE1_DIM1); | ^~~~~~~~~~~~~~~ h5dumpgentest.c:3096:46: note: earlier argument should specify number of elements, later size of each element h5repacktst.c: In function 'make_dset_reg_ref': h5repacktst.c:4683:46: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 4683 | wbuf = (hdset_reg_ref_t *)calloc(sizeof(hdset_reg_ref_t), (size_t)SPACE1_DIM1); | ^~~~~~~~~~~~~~~ h5repacktst.c:4683:46: note: earlier argument should specify number of elements, later size of each element H5TB.c: In function 'H5TB_create_type': H5TB.c:3188:50: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 3188 | if (NULL == (fnames = (char **)calloc(sizeof(char *), (size_t)nfields))) | ^~~~ H5TB.c:3188:50: note: earlier argument should specify number of elements, later size of each element libtool: warning: relinking 'libhdf5_hl.la' + /usr/bin/install -c ./h5_write.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/c/. + /usr/bin/install -c ./h5_read.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/c/. + /usr/bin/install -c ./h5_extend_write.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/c/. + /usr/bin/install -c ./h5_chunk_read.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/c/. + /usr/bin/install -c ./h5_compound.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/c/. + /usr/bin/install -c ./h5_crtgrpd.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/c/. + /usr/bin/install -c ./h5_subset.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/c/. + /usr/bin/install -c ./h5_cmprss.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/c/. + /usr/bin/install -c ./h5_rdwt.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/c/. + /usr/bin/install -c ./h5_crtgrpar.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/c/. + /usr/bin/install -c ./h5_extend.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/c/. + /usr/bin/install -c ./h5_crtatt.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/c/. + /usr/bin/install -c ./h5_crtgrp.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/c/. + /usr/bin/install -c ./h5_crtdat.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/c/. + /usr/bin/install -c ./h5_group.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/c/. + /usr/bin/install -c ./h5_select.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/c/. + /usr/bin/install -c ./h5_attribute.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/c/. + /usr/bin/install -c ./h5_mount.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/c/. + /usr/bin/install -c ./h5_drivers.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/c/. + /usr/bin/install -c ./h5_reference_deprec.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/c/. + /usr/bin/install -c ./h5_ref_extern.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/c/. + /usr/bin/install -c ./h5_ref_compat.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/c/. + /usr/bin/install -c ./h5_ref2reg_deprec.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/c/. + /usr/bin/install -c ./h5_extlink.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/c/. + /usr/bin/install -c ./h5_elink_unix2win.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/c/. + /usr/bin/install -c ./h5_shared_mesg.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/c/. + /usr/bin/install -c ./h5_debug_trace.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/c/. + /usr/bin/install -c run-c-ex.sh /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/c/. + /usr/bin/install -c ./README /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/. + /usr/bin/install -c ./run-all-ex.sh /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/. + /usr/bin/install -c ./ex_lite1.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/hl/c/. + /usr/bin/install -c ./ex_lite2.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/hl/c/. + /usr/bin/install -c ./ex_lite3.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/hl/c/. + /usr/bin/install -c ./ptExampleFL.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/hl/c/. + /usr/bin/install -c ./ex_image1.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/hl/c/. + /usr/bin/install -c ./ex_image2.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/hl/c/. + /usr/bin/install -c ./ex_table_01.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/hl/c/. + /usr/bin/install -c ./ex_table_02.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/hl/c/. + /usr/bin/install -c ./ex_table_03.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/hl/c/. + /usr/bin/install -c ./ex_table_04.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/hl/c/. + /usr/bin/install -c ./ex_table_05.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/hl/c/. + /usr/bin/install -c ./ex_table_06.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/hl/c/. + /usr/bin/install -c ./ex_table_07.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/hl/c/. + /usr/bin/install -c ./ex_table_08.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/hl/c/. + /usr/bin/install -c ./ex_table_09.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/hl/c/. + /usr/bin/install -c ./ex_table_10.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/hl/c/. + /usr/bin/install -c ./ex_table_11.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/hl/c/. + /usr/bin/install -c ./ex_table_12.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/hl/c/. + /usr/bin/install -c ./ex_ds1.c /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/hl/c/. + /usr/bin/install -c ./image24pixel.txt /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/hl/c/. + /usr/bin/install -c ./image8.txt /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/hl/c/. + /usr/bin/install -c ./pal_rgb.h /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/hl/c/. + /usr/bin/install -c run-hlc-ex.sh /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/hl/c/. + /usr/bin/install -c ./run-hl-ex.sh /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/share/hdf5_examples/hl/. configure: WARNING: curl required for dap access. DAP support disabled. configure: WARNING: No S3 library available => S3 support disabled configure: WARNING: Parallel io disabled for netcdf-4 because hdf5 does not support configure: WARNING: --disable-nczarr => --disable-nczarr-filters gsl-config: -I/p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/include -L/p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login/jurassic/libs/build/lib -lgsl -lgslcblas -lm 2.7.1 /p/data1/slmet/model_data/jurassic/nightly_builds/jureca-login cc -I ../libs/build/include -DVERSION=\"v1.14-10-gdc1110\" -O3 -DHAVE_INLINE -DGSL_DISABLE_DEPRACTED -pedantic -Werror -Wall -W -Wmissing-prototypes -Wstrict-prototypes -Wconversion -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wnested-externs -Wno-long-long -Wmissing-declarations -Wredundant-decls -Winline -fno-common -fshort-enums -fopenmp -O3 -g -c -o jurassic.o jurassic.c cc -I ../libs/build/include -DVERSION=\"v1.14-10-gdc1110\" -O3 -DHAVE_INLINE -DGSL_DISABLE_DEPRACTED -pedantic -Werror -Wall -W -Wmissing-prototypes -Wstrict-prototypes -Wconversion -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wnested-externs -Wno-long-long -Wmissing-declarations -Wredundant-decls -Winline -fno-common -fshort-enums -fopenmp -O3 -g -o atmfmt atmfmt.c jurassic.o -L ../libs/build/lib -lgsl -lgslcblas -lm cc -I ../libs/build/include -DVERSION=\"v1.14-10-gdc1110\" -O3 -DHAVE_INLINE -DGSL_DISABLE_DEPRACTED -pedantic -Werror -Wall -W -Wmissing-prototypes -Wstrict-prototypes -Wconversion -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wnested-externs -Wno-long-long -Wmissing-declarations -Wredundant-decls -Winline -fno-common -fshort-enums -fopenmp -O3 -g -o brightness brightness.c jurassic.o -L ../libs/build/lib -lgsl -lgslcblas -lm cc -I ../libs/build/include -DVERSION=\"v1.14-10-gdc1110\" -O3 -DHAVE_INLINE -DGSL_DISABLE_DEPRACTED -pedantic -Werror -Wall -W -Wmissing-prototypes -Wstrict-prototypes -Wconversion -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wnested-externs -Wno-long-long -Wmissing-declarations -Wredundant-decls -Winline -fno-common -fshort-enums -fopenmp -O3 -g -o climatology climatology.c jurassic.o -L ../libs/build/lib -lgsl -lgslcblas -lm cc -I ../libs/build/include -DVERSION=\"v1.14-10-gdc1110\" -O3 -DHAVE_INLINE -DGSL_DISABLE_DEPRACTED -pedantic -Werror -Wall -W -Wmissing-prototypes -Wstrict-prototypes -Wconversion -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wnested-externs -Wno-long-long -Wmissing-declarations -Wredundant-decls -Winline -fno-common -fshort-enums -fopenmp -O3 -g -o day2doy day2doy.c jurassic.o -L ../libs/build/lib -lgsl -lgslcblas -lm cc -I ../libs/build/include -DVERSION=\"v1.14-10-gdc1110\" -O3 -DHAVE_INLINE -DGSL_DISABLE_DEPRACTED -pedantic -Werror -Wall -W -Wmissing-prototypes -Wstrict-prototypes -Wconversion -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wnested-externs -Wno-long-long -Wmissing-declarations -Wredundant-decls -Winline -fno-common -fshort-enums -fopenmp -O3 -g -o doy2day doy2day.c jurassic.o -L ../libs/build/lib -lgsl -lgslcblas -lm cc -I ../libs/build/include -DVERSION=\"v1.14-10-gdc1110\" -O3 -DHAVE_INLINE -DGSL_DISABLE_DEPRACTED -pedantic -Werror -Wall -W -Wmissing-prototypes -Wstrict-prototypes -Wconversion -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wnested-externs -Wno-long-long -Wmissing-declarations -Wredundant-decls -Winline -fno-common -fshort-enums -fopenmp -O3 -g -o filter filter.c jurassic.o -L ../libs/build/lib -lgsl -lgslcblas -lm cc -I ../libs/build/include -DVERSION=\"v1.14-10-gdc1110\" -O3 -DHAVE_INLINE -DGSL_DISABLE_DEPRACTED -pedantic -Werror -Wall -W -Wmissing-prototypes -Wstrict-prototypes -Wconversion -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wnested-externs -Wno-long-long -Wmissing-declarations -Wredundant-decls -Winline -fno-common -fshort-enums -fopenmp -O3 -g -o formod formod.c jurassic.o -L ../libs/build/lib -lgsl -lgslcblas -lm cc -I ../libs/build/include -DVERSION=\"v1.14-10-gdc1110\" -O3 -DHAVE_INLINE -DGSL_DISABLE_DEPRACTED -pedantic -Werror -Wall -W -Wmissing-prototypes -Wstrict-prototypes -Wconversion -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wnested-externs -Wno-long-long -Wmissing-declarations -Wredundant-decls -Winline -fno-common -fshort-enums -fopenmp -O3 -g -o hydrostatic hydrostatic.c jurassic.o -L ../libs/build/lib -lgsl -lgslcblas -lm cc -I ../libs/build/include -DVERSION=\"v1.14-10-gdc1110\" -O3 -DHAVE_INLINE -DGSL_DISABLE_DEPRACTED -pedantic -Werror -Wall -W -Wmissing-prototypes -Wstrict-prototypes -Wconversion -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wnested-externs -Wno-long-long -Wmissing-declarations -Wredundant-decls -Winline -fno-common -fshort-enums -fopenmp -O3 -g -o interpolate interpolate.c jurassic.o -L ../libs/build/lib -lgsl -lgslcblas -lm cc -I ../libs/build/include -DVERSION=\"v1.14-10-gdc1110\" -O3 -DHAVE_INLINE -DGSL_DISABLE_DEPRACTED -pedantic -Werror -Wall -W -Wmissing-prototypes -Wstrict-prototypes -Wconversion -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wnested-externs -Wno-long-long -Wmissing-declarations -Wredundant-decls -Winline -fno-common -fshort-enums -fopenmp -O3 -g -o invert invert.c jurassic.o -L ../libs/build/lib -lgsl -lgslcblas -lm cc -I ../libs/build/include -DVERSION=\"v1.14-10-gdc1110\" -O3 -DHAVE_INLINE -DGSL_DISABLE_DEPRACTED -pedantic -Werror -Wall -W -Wmissing-prototypes -Wstrict-prototypes -Wconversion -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wnested-externs -Wno-long-long -Wmissing-declarations -Wredundant-decls -Winline -fno-common -fshort-enums -fopenmp -O3 -g -o jsec2time jsec2time.c jurassic.o -L ../libs/build/lib -lgsl -lgslcblas -lm cc -I ../libs/build/include -DVERSION=\"v1.14-10-gdc1110\" -O3 -DHAVE_INLINE -DGSL_DISABLE_DEPRACTED -pedantic -Werror -Wall -W -Wmissing-prototypes -Wstrict-prototypes -Wconversion -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wnested-externs -Wno-long-long -Wmissing-declarations -Wredundant-decls -Winline -fno-common -fshort-enums -fopenmp -O3 -g -o kernel kernel.c jurassic.o -L ../libs/build/lib -lgsl -lgslcblas -lm cc -I ../libs/build/include -DVERSION=\"v1.14-10-gdc1110\" -O3 -DHAVE_INLINE -DGSL_DISABLE_DEPRACTED -pedantic -Werror -Wall -W -Wmissing-prototypes -Wstrict-prototypes -Wconversion -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wnested-externs -Wno-long-long -Wmissing-declarations -Wredundant-decls -Winline -fno-common -fshort-enums -fopenmp -O3 -g -o limb limb.c jurassic.o -L ../libs/build/lib -lgsl -lgslcblas -lm cc -I ../libs/build/include -DVERSION=\"v1.14-10-gdc1110\" -O3 -DHAVE_INLINE -DGSL_DISABLE_DEPRACTED -pedantic -Werror -Wall -W -Wmissing-prototypes -Wstrict-prototypes -Wconversion -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wnested-externs -Wno-long-long -Wmissing-declarations -Wredundant-decls -Winline -fno-common -fshort-enums -fopenmp -O3 -g -o nadir nadir.c jurassic.o -L ../libs/build/lib -lgsl -lgslcblas -lm cc -I ../libs/build/include -DVERSION=\"v1.14-10-gdc1110\" -O3 -DHAVE_INLINE -DGSL_DISABLE_DEPRACTED -pedantic -Werror -Wall -W -Wmissing-prototypes -Wstrict-prototypes -Wconversion -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wnested-externs -Wno-long-long -Wmissing-declarations -Wredundant-decls -Winline -fno-common -fshort-enums -fopenmp -O3 -g -o obs2spec obs2spec.c jurassic.o -L ../libs/build/lib -lgsl -lgslcblas -lm cc -I ../libs/build/include -DVERSION=\"v1.14-10-gdc1110\" -O3 -DHAVE_INLINE -DGSL_DISABLE_DEPRACTED -pedantic -Werror -Wall -W -Wmissing-prototypes -Wstrict-prototypes -Wconversion -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wnested-externs -Wno-long-long -Wmissing-declarations -Wredundant-decls -Winline -fno-common -fshort-enums -fopenmp -O3 -g -o obsfmt obsfmt.c jurassic.o -L ../libs/build/lib -lgsl -lgslcblas -lm cc -I ../libs/build/include -DVERSION=\"v1.14-10-gdc1110\" -O3 -DHAVE_INLINE -DGSL_DISABLE_DEPRACTED -pedantic -Werror -Wall -W -Wmissing-prototypes -Wstrict-prototypes -Wconversion -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wnested-externs -Wno-long-long -Wmissing-declarations -Wredundant-decls -Winline -fno-common -fshort-enums -fopenmp -O3 -g -o planck planck.c jurassic.o -L ../libs/build/lib -lgsl -lgslcblas -lm cc -I ../libs/build/include -DVERSION=\"v1.14-10-gdc1110\" -O3 -DHAVE_INLINE -DGSL_DISABLE_DEPRACTED -pedantic -Werror -Wall -W -Wmissing-prototypes -Wstrict-prototypes -Wconversion -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wnested-externs -Wno-long-long -Wmissing-declarations -Wredundant-decls -Winline -fno-common -fshort-enums -fopenmp -O3 -g -o raytrace raytrace.c jurassic.o -L ../libs/build/lib -lgsl -lgslcblas -lm cc -I ../libs/build/include -DVERSION=\"v1.14-10-gdc1110\" -O3 -DHAVE_INLINE -DGSL_DISABLE_DEPRACTED -pedantic -Werror -Wall -W -Wmissing-prototypes -Wstrict-prototypes -Wconversion -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wnested-externs -Wno-long-long -Wmissing-declarations -Wredundant-decls -Winline -fno-common -fshort-enums -fopenmp -O3 -g -o retrieval retrieval.c jurassic.o -L ../libs/build/lib -lgsl -lgslcblas -lm cc -I ../libs/build/include -DVERSION=\"v1.14-10-gdc1110\" -O3 -DHAVE_INLINE -DGSL_DISABLE_DEPRACTED -pedantic -Werror -Wall -W -Wmissing-prototypes -Wstrict-prototypes -Wconversion -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wnested-externs -Wno-long-long -Wmissing-declarations -Wredundant-decls -Winline -fno-common -fshort-enums -fopenmp -O3 -g -o tblfmt tblfmt.c jurassic.o -L ../libs/build/lib -lgsl -lgslcblas -lm cc -I ../libs/build/include -DVERSION=\"v1.14-10-gdc1110\" -O3 -DHAVE_INLINE -DGSL_DISABLE_DEPRACTED -pedantic -Werror -Wall -W -Wmissing-prototypes -Wstrict-prototypes -Wconversion -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wnested-externs -Wno-long-long -Wmissing-declarations -Wredundant-decls -Winline -fno-common -fshort-enums -fopenmp -O3 -g -o tblgen tblgen.c jurassic.o -L ../libs/build/lib -lgsl -lgslcblas -lm cc -I ../libs/build/include -DVERSION=\"v1.14-10-gdc1110\" -O3 -DHAVE_INLINE -DGSL_DISABLE_DEPRACTED -pedantic -Werror -Wall -W -Wmissing-prototypes -Wstrict-prototypes -Wconversion -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wnested-externs -Wno-long-long -Wmissing-declarations -Wredundant-decls -Winline -fno-common -fshort-enums -fopenmp -O3 -g -o time2jsec time2jsec.c jurassic.o -L ../libs/build/lib -lgsl -lgslcblas -lm rm -f *~ rm -f *~ \n===== Running "limb_test" ... ===== Juelich Rapid Spectral Simulation Code (JURASSIC) (executable: ../../src/climatology | version: v1.14-10-gdc1110 | compiled: Jan 10 2026, 04:36:06) NG = 5 EMITTER[0] = CO2 EMITTER[1] = H2O EMITTER[2] = O3 EMITTER[3] = F11 EMITTER[4] = CCl4 ND = 2 NU[0] = 792.0000 NU[1] = 832.0000 NW = 1 WINDOW[0] = 0 WINDOW[1] = 0 NCL = 0 NSF = 0 SFTYPE = 2 SFSZA = -999 TBLBASE = ../data/boxcar TBLFMT = 1 ATMFMT = 1 OBSFMT = 1 HYDZ = -999 CTM_CO2 = 1 CTM_H2O = 1 CTM_N2 = 1 CTM_O2 = 1 REFRAC = 1 RAYDS = 10 RAYDZ = 0.1 FOV = - RETP_ZMIN = -100 RETP_ZMAX = 88 RETT_ZMIN = -100 RETT_ZMAX = 88 RETQ_ZMIN[0] = -100 RETQ_ZMAX[0] = 88 RETQ_ZMIN[1] = -100 RETQ_ZMAX[1] = 88 RETQ_ZMIN[2] = -100 RETQ_ZMAX[2] = 88 RETQ_ZMIN[3] = -100 RETQ_ZMAX[3] = 88 RETQ_ZMIN[4] = -100 RETQ_ZMAX[4] = 88 RETK_ZMIN[0] = -100 RETK_ZMAX[0] = 88 RET_CLZ = 0 RET_CLDZ = 0 RET_CLK = 0 RET_SFT = 0 RET_SFEPS = 0 WRITE_BBT = 0 WRITE_MATRIX = 0 FORMOD = 1 RFMBIN = - RFMHIT = - RFMXSC[0] = - RFMXSC[1] = - RFMXSC[2] = - RFMXSC[3] = - RFMXSC[4] = - T0 = 0 T1 = 0 DT = 1 Z0 = 0 Z1 = 90 DZ = 1 CLZ = 0 CLDZ = 0 SFT = 0 Write atmospheric data: data/atm.tab Number of data points: 91 Time range: 0.00 ... 0.00 s Altitude range: 0 ... 90 km Longitude range: 0 ... 0 deg Latitude range: 0 ... 0 deg Pressure range: 1017 ... 0.00184003 hPa Temperature range: 181.43 ... 285.14 K Emitter CO2 range: 0.000367735 ... 0.000367735 ppv Emitter H2O range: 5.924e-07 ... 0.01166 ppv Emitter O3 range: 2.218e-08 ... 7.447e-06 ppv Emitter F11 range: 4.709e-22 ... 2.65e-10 ppv Emitter CCl4 range: 1e-14 ... 1.075e-10 ppv Extinction range (window 0): 0 ... 0 km^-1 Cloud layer: none Surface layer: none Juelich Rapid Spectral Simulation Code (JURASSIC) (executable: ../../src/limb | version: v1.14-10-gdc1110 | compiled: Jan 10 2026, 04:36:06) NG = 5 EMITTER[0] = CO2 EMITTER[1] = H2O EMITTER[2] = O3 EMITTER[3] = F11 EMITTER[4] = CCl4 ND = 2 NU[0] = 792.0000 NU[1] = 832.0000 NW = 1 WINDOW[0] = 0 WINDOW[1] = 0 NCL = 0 NSF = 0 SFTYPE = 2 SFSZA = -999 TBLBASE = ../data/boxcar TBLFMT = 1 ATMFMT = 1 OBSFMT = 1 HYDZ = -999 CTM_CO2 = 1 CTM_H2O = 1 CTM_N2 = 1 CTM_O2 = 1 REFRAC = 1 RAYDS = 10 RAYDZ = 0.1 FOV = - RETP_ZMIN = -100 RETP_ZMAX = 88 RETT_ZMIN = -100 RETT_ZMAX = 88 RETQ_ZMIN[0] = -100 RETQ_ZMAX[0] = 88 RETQ_ZMIN[1] = -100 RETQ_ZMAX[1] = 88 RETQ_ZMIN[2] = -100 RETQ_ZMAX[2] = 88 RETQ_ZMIN[3] = -100 RETQ_ZMAX[3] = 88 RETQ_ZMIN[4] = -100 RETQ_ZMAX[4] = 88 RETK_ZMIN[0] = -100 RETK_ZMAX[0] = 88 RET_CLZ = 0 RET_CLDZ = 0 RET_CLK = 0 RET_SFT = 0 RET_SFEPS = 0 WRITE_BBT = 0 WRITE_MATRIX = 0 FORMOD = 1 RFMBIN = - RFMHIT = - RFMXSC[0] = - RFMXSC[1] = - RFMXSC[2] = - RFMXSC[3] = - RFMXSC[4] = - OBSZ = 780 T0 = 0 T1 = 0 DT = 1 Z0 = 3 Z1 = 68 DZ = 1 Write observation data: data/obs.tab Number of ray paths: 66 Time range: 0.00 ... 0.00 s Observer altitude range: 780 ... 780 km Observer longitude range: 0 ... 0 deg Observer latitude range: 0 ... 0 deg View point altitude range: 3 ... 68 km View point longitude range: 0 ... 0 deg View point latitude range: 25.7915 ... 26.9643 deg Tangent point altitude range: 0 ... 0 km Tangent point longitude range: 0 ... 0 deg Tangent point latitude range: 0 ... 0 deg Radiance (792.0000 cm^-1) range: 0 ... 0 W/(m^2 sr cm^-1) Radiance (832.0000 cm^-1) range: 0 ... 0 W/(m^2 sr cm^-1) Juelich Rapid Spectral Simulation Code (JURASSIC) (executable: ../../src/formod | version: v1.14-10-gdc1110 | compiled: Jan 10 2026, 04:36:06) NG = 5 EMITTER[0] = CO2 EMITTER[1] = H2O EMITTER[2] = O3 EMITTER[3] = F11 EMITTER[4] = CCl4 ND = 2 NU[0] = 792.0000 NU[1] = 832.0000 NW = 1 WINDOW[0] = 0 WINDOW[1] = 0 NCL = 0 NSF = 0 SFTYPE = 2 SFSZA = -999 TBLBASE = ../data/boxcar TBLFMT = 1 ATMFMT = 1 OBSFMT = 1 HYDZ = -999 CTM_CO2 = 1 CTM_H2O = 1 CTM_N2 = 1 CTM_O2 = 1 REFRAC = 1 RAYDS = 10 RAYDZ = 0.1 FOV = - RETP_ZMIN = -100 RETP_ZMAX = 88 RETT_ZMIN = -100 RETT_ZMAX = 88 RETQ_ZMIN[0] = -100 RETQ_ZMAX[0] = 88 RETQ_ZMIN[1] = -100 RETQ_ZMAX[1] = 88 RETQ_ZMIN[2] = -100 RETQ_ZMAX[2] = 88 RETQ_ZMIN[3] = -100 RETQ_ZMAX[3] = 88 RETQ_ZMIN[4] = -100 RETQ_ZMAX[4] = 88 RETK_ZMIN[0] = -100 RETK_ZMAX[0] = 88 RET_CLZ = 0 RET_CLDZ = 0 RET_CLK = 0 RET_SFT = 0 RET_SFEPS = 0 WRITE_BBT = 0 WRITE_MATRIX = 0 FORMOD = 1 RFMBIN = - RFMHIT = - RFMXSC[0] = - RFMXSC[1] = - RFMXSC[2] = - RFMXSC[3] = - RFMXSC[4] = - Read emissivity table: ../data/boxcar_792.0000_CO2.tab Warning (jurassic.c, read_tbl_asc, l6028): Column density or emissivity out of range (27 data points)! p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:224]= 6.25249e+18 ... 9.90963e+29 molec/cm^2 | eps[0:224]= 1.07561e-06 ... 9.26480e-01 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0:226]= 4.74137e+18 ... 9.46005e+29 molec/cm^2 | eps[0:226]= 1.14841e-06 ... 9.65584e-01 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0:228]= 3.57960e+18 ... 8.99213e+29 molec/cm^2 | eps[0:228]= 1.19947e-06 ... 9.88473e-01 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0:225]= 2.69321e+18 ... 4.78901e+29 molec/cm^2 | eps[0:225]= 1.21840e-06 ... 9.88776e-01 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0:222]= 2.02139e+18 ... 2.54565e+29 molec/cm^2 | eps[0:222]= 1.19531e-06 ... 9.88020e-01 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:220]= 1.51067e+18 ... 1.51056e+29 molec/cm^2 | eps[0:220]= 1.16420e-06 ... 9.89837e-01 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:217]= 1.12219e+18 ... 7.94483e+28 molec/cm^2 | eps[0:217]= 1.14061e-06 ... 9.88925e-01 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:214]= 8.28148e+17 ... 4.15112e+28 molec/cm^2 | eps[0:214]= 1.12902e-06 ... 9.88154e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:211]= 6.82716e+17 ... 2.42220e+28 molec/cm^2 | eps[0:211]= 1.23653e-06 ... 9.89760e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:208]= 4.98168e+17 ... 1.25136e+28 molec/cm^2 | eps[0:208]= 1.21418e-06 ... 9.88601e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:205]= 3.61262e+17 ... 6.42383e+27 molec/cm^2 | eps[0:205]= 1.18924e-06 ... 9.87154e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:203]= 2.60335e+17 ... 3.67702e+27 molec/cm^2 | eps[0:203]= 1.15888e-06 ... 9.88479e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:200]= 2.09180e+17 ... 2.09248e+27 molec/cm^2 | eps[0:200]= 1.25855e-06 ... 9.89420e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:198]= 1.49069e+17 ... 1.18410e+27 molec/cm^2 | eps[0:198]= 1.19321e-06 ... 9.89655e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:195]= 1.19226e+17 ... 6.70454e+26 molec/cm^2 | eps[0:195]= 1.19912e-06 ... 9.88199e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:193]= 9.56320e+16 ... 4.27170e+26 molec/cm^2 | eps[0:193]= 1.12935e-06 ... 9.87702e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:190]= 9.72769e+16 ... 3.07615e+26 molec/cm^2 | eps[0:190]= 1.23143e-06 ... 9.87737e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:188]= 9.98990e+16 ... 2.50932e+26 molec/cm^2 | eps[0:188]= 1.23605e-06 ... 9.88380e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:187]= 1.03647e+17 ... 2.32033e+26 molec/cm^2 | eps[0:187]= 1.15273e-06 ... 9.89854e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:184]= 1.36969e+17 ... 2.17081e+26 molec/cm^2 | eps[0:184]= 1.25872e-06 ... 9.89405e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:182]= 1.63171e+17 ... 2.05427e+26 molec/cm^2 | eps[0:182]= 1.15327e-06 ... 9.87290e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:180]= 2.47826e+17 ... 2.47826e+26 molec/cm^2 | eps[0:180]= 1.24802e-06 ... 9.89468e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:178]= 3.36924e+17 ... 2.67622e+26 molec/cm^2 | eps[0:178]= 1.22167e-06 ... 9.89253e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:176]= 4.60438e+17 ... 2.90516e+26 molec/cm^2 | eps[0:176]= 1.20176e-06 ... 9.89316e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:174]= 6.33201e+17 ... 3.17339e+26 molec/cm^2 | eps[0:174]= 1.17503e-06 ... 9.89361e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:172]= 8.75648e+17 ... 3.48624e+26 molec/cm^2 | eps[0:172]= 1.15283e-06 ... 9.89650e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:169]= 1.20783e+18 ... 3.40423e+26 molec/cm^2 | eps[0:169]= 1.23007e-06 ... 9.89541e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:166]= 1.48445e+18 ... 2.96154e+26 molec/cm^2 | eps[0:166]= 1.22736e-06 ... 9.87971e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:164]= 1.62451e+18 ... 2.57432e+26 molec/cm^2 | eps[0:164]= 1.14410e-06 ... 9.87784e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:161]= 1.99294e+18 ... 2.23608e+26 molec/cm^2 | eps[0:161]= 1.24350e-06 ... 9.88745e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:158]= 2.17863e+18 ... 1.73061e+26 molec/cm^2 | eps[0:158]= 1.23428e-06 ... 9.87382e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:156]= 2.38514e+18 ... 1.50482e+26 molec/cm^2 | eps[0:156]= 1.23044e-06 ... 9.89077e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:154]= 2.32208e+18 ... 1.16375e+26 molec/cm^2 | eps[0:154]= 1.13873e-06 ... 9.88715e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:151]= 2.24070e+18 ... 7.95100e+25 molec/cm^2 | eps[0:151]= 1.16703e-06 ... 9.87780e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:148]= 1.89897e+18 ... 4.77066e+25 molec/cm^2 | eps[0:148]= 1.22776e-06 ... 9.87095e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:147]= 1.10750e+18 ... 2.47942e+25 molec/cm^2 | eps[0:147]= 1.16338e-06 ... 9.89752e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:145]= 4.92904e+17 ... 8.76457e+24 molec/cm^2 | eps[0:145]= 1.13624e-06 ... 9.89848e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:142]= 2.13512e+17 ... 2.68883e+24 molec/cm^2 | eps[0:142]= 1.14929e-06 ... 9.86376e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:140]= 1.16021e+17 ... 1.16020e+24 molec/cm^2 | eps[0:140]= 1.21707e-06 ... 9.86532e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:139]= 7.10618e+16 ... 6.33335e+23 molec/cm^2 | eps[0:139]= 1.19215e-06 ... 9.86652e-01 Read emissivity table: ../data/boxcar_792.0000_H2O.tab Warning (jurassic.c, read_tbl_asc, l6028): Column density or emissivity out of range (239 data points)! p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:222]= 7.87142e+18 ... 9.90963e+29 molec/cm^2 | eps[0:222]= 1.04264e-06 ... 7.20753e-01 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0:222]= 7.51454e+18 ... 9.46005e+29 molec/cm^2 | eps[0:222]= 1.12574e-06 ... 8.04811e-01 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0:222]= 7.14235e+18 ... 8.99213e+29 molec/cm^2 | eps[0:222]= 1.20158e-06 ... 8.76829e-01 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0:224]= 6.02919e+18 ... 9.55508e+29 molec/cm^2 | eps[0:224]= 1.12848e-06 ... 9.45445e-01 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0:224]= 5.69718e+18 ... 9.02958e+29 molec/cm^2 | eps[0:224]= 1.17205e-06 ... 9.76100e-01 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:223]= 5.35963e+18 ... 7.57009e+29 molec/cm^2 | eps[0:223]= 1.21009e-06 ... 9.87852e-01 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:220]= 5.01286e+18 ... 5.01318e+29 molec/cm^2 | eps[0:220]= 1.24646e-06 ... 9.87399e-01 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:218]= 4.15112e+18 ... 3.29735e+29 molec/cm^2 | eps[0:218]= 1.14273e-06 ... 9.86732e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:215]= 3.83872e+18 ... 2.15881e+29 molec/cm^2 | eps[0:215]= 1.16538e-06 ... 9.85472e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:213]= 3.52685e+18 ... 1.57534e+29 molec/cm^2 | eps[0:213]= 1.18482e-06 ... 9.88880e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:210]= 3.21963e+18 ... 1.01818e+29 molec/cm^2 | eps[0:210]= 1.19765e-06 ... 9.87130e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:208]= 2.92115e+18 ... 7.33729e+28 molec/cm^2 | eps[0:208]= 1.20249e-06 ... 9.89574e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:205]= 2.63300e+18 ... 4.68297e+28 molec/cm^2 | eps[0:205]= 1.19858e-06 ... 9.87024e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:203]= 2.36272e+18 ... 3.33728e+28 molec/cm^2 | eps[0:203]= 1.18170e-06 ... 9.88524e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:201]= 2.12016e+18 ... 2.37886e+28 molec/cm^2 | eps[0:201]= 1.14293e-06 ... 9.88958e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:198]= 2.14092e+18 ... 1.70047e+28 molec/cm^2 | eps[0:198]= 1.21617e-06 ... 9.88350e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:196]= 1.94092e+18 ... 1.22453e+28 molec/cm^2 | eps[0:196]= 1.12778e-06 ... 9.86382e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:194]= 1.99321e+18 ... 9.98840e+27 molec/cm^2 | eps[0:194]= 1.14963e-06 ... 9.88177e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:192]= 2.06802e+18 ... 8.23341e+27 molec/cm^2 | eps[0:192]= 1.15213e-06 ... 9.88978e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:190]= 2.17080e+18 ... 6.86467e+27 molec/cm^2 | eps[0:190]= 1.13631e-06 ... 9.89066e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:187]= 2.58615e+18 ... 5.78966e+27 molec/cm^2 | eps[0:187]= 1.24172e-06 ... 9.88742e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:185]= 2.78065e+18 ... 4.94477e+27 molec/cm^2 | eps[0:185]= 1.19312e-06 ... 9.88050e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:183]= 3.00283e+18 ... 4.24160e+27 molec/cm^2 | eps[0:183]= 1.15424e-06 ... 9.88021e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:180]= 3.65739e+18 ... 3.65739e+27 molec/cm^2 | eps[0:180]= 1.25801e-06 ... 9.88498e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:178]= 3.99521e+18 ... 3.17351e+27 molec/cm^2 | eps[0:178]= 1.22332e-06 ... 9.89295e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:175]= 4.38863e+18 ... 2.46788e+27 molec/cm^2 | eps[0:175]= 1.19411e-06 ... 9.85928e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:173]= 4.80844e+18 ... 2.14786e+27 molec/cm^2 | eps[0:173]= 1.19695e-06 ... 9.88751e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:170]= 5.26719e+18 ... 1.66563e+27 molec/cm^2 | eps[0:170]= 1.21926e-06 ... 9.87716e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:168]= 5.13719e+18 ... 1.29049e+27 molec/cm^2 | eps[0:168]= 1.12419e-06 ... 9.87435e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:165]= 5.61691e+18 ... 9.98864e+26 molec/cm^2 | eps[0:165]= 1.17775e-06 ... 9.87790e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:162]= 6.14037e+18 ... 7.72929e+26 molec/cm^2 | eps[0:162]= 1.24388e-06 ... 9.88508e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:160]= 5.99083e+18 ... 5.99121e+26 molec/cm^2 | eps[0:160]= 1.17291e-06 ... 9.89248e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:156]= 6.54414e+18 ... 4.12915e+26 molec/cm^2 | eps[0:156]= 1.25618e-06 ... 9.85758e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:154]= 6.31604e+18 ... 3.16535e+26 molec/cm^2 | eps[0:154]= 1.23505e-06 ... 9.88278e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:152]= 5.35235e+18 ... 2.13096e+26 molec/cm^2 | eps[0:152]= 1.12618e-06 ... 9.87383e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:149]= 4.94691e+18 ... 1.39426e+26 molec/cm^2 | eps[0:149]= 1.23094e-06 ... 9.88911e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:147]= 3.48993e+18 ... 7.81205e+25 molec/cm^2 | eps[0:147]= 1.14050e-06 ... 9.88202e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:144]= 2.68883e+18 ... 4.26007e+25 molec/cm^2 | eps[0:144]= 1.17982e-06 ... 9.86858e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:142]= 2.06317e+18 ... 2.59733e+25 molec/cm^2 | eps[0:142]= 1.14758e-06 ... 9.87055e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:140]= 1.78498e+18 ... 1.78510e+25 molec/cm^2 | eps[0:140]= 1.18514e-06 ... 9.88840e-01 Read emissivity table: ../data/boxcar_792.0000_O3.tab p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:224]= 1.57055e+16 ... 2.48914e+27 molec/cm^2 | eps[0:224]= 1.10899e-06 ... 9.87532e-01 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0:221]= 1.49935e+16 ... 1.68228e+27 molec/cm^2 | eps[0:221]= 1.17701e-06 ... 9.88790e-01 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0:218]= 1.42508e+16 ... 1.13196e+27 molec/cm^2 | eps[0:218]= 1.23695e-06 ... 9.89504e-01 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0:216]= 1.20299e+16 ... 7.58980e+26 molec/cm^2 | eps[0:216]= 1.14590e-06 ... 9.89719e-01 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0:213]= 1.13673e+16 ... 5.07689e+26 molec/cm^2 | eps[0:213]= 1.17638e-06 ... 9.89427e-01 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:210]= 1.06939e+16 ... 3.38284e+26 molec/cm^2 | eps[0:210]= 1.20134e-06 ... 9.88843e-01 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:207]= 1.00020e+16 ... 2.23915e+26 molec/cm^2 | eps[0:207]= 1.22416e-06 ... 9.88036e-01 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:204]= 9.29311e+15 ... 1.47287e+26 molec/cm^2 | eps[0:204]= 1.24575e-06 ... 9.87006e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:202]= 8.59441e+15 ... 1.08197e+26 molec/cm^2 | eps[0:202]= 1.25824e-06 ... 9.89452e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:200]= 7.03681e+15 ... 7.03681e+25 molec/cm^2 | eps[0:200]= 1.12963e-06 ... 9.87890e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:198]= 6.42383e+15 ... 5.10295e+25 molec/cm^2 | eps[0:198]= 1.13220e-06 ... 9.89694e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:195]= 5.82834e+15 ... 3.27745e+25 molec/cm^2 | eps[0:195]= 1.12817e-06 ... 9.87500e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:192]= 5.89536e+15 ... 2.34704e+25 molec/cm^2 | eps[0:192]= 1.25336e-06 ... 9.88649e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:190]= 5.28845e+15 ... 1.67267e+25 molec/cm^2 | eps[0:190]= 1.22906e-06 ... 9.89258e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:188]= 4.74583e+15 ... 1.19229e+25 molec/cm^2 | eps[0:188]= 1.18440e-06 ... 9.89163e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:185]= 4.79324e+15 ... 8.52199e+24 molec/cm^2 | eps[0:185]= 1.25757e-06 ... 9.88360e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:183]= 4.34510e+15 ... 6.13814e+24 molec/cm^2 | eps[0:183]= 1.16530e-06 ... 9.86667e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:181]= 4.46224e+15 ... 5.00672e+24 molec/cm^2 | eps[0:181]= 1.18851e-06 ... 9.88092e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:179]= 4.62971e+15 ... 4.12623e+24 molec/cm^2 | eps[0:179]= 1.19322e-06 ... 9.88917e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:177]= 4.85981e+15 ... 3.44048e+24 molec/cm^2 | eps[0:177]= 1.18082e-06 ... 9.89318e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:175]= 5.16005e+15 ... 2.90171e+24 molec/cm^2 | eps[0:175]= 1.15616e-06 ... 9.89490e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:172]= 6.22509e+15 ... 2.47825e+24 molec/cm^2 | eps[0:172]= 1.25652e-06 ... 9.89470e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:170]= 6.72250e+15 ... 2.12584e+24 molec/cm^2 | eps[0:170]= 1.22703e-06 ... 9.89873e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:167]= 7.29743e+15 ... 1.63369e+24 molec/cm^2 | eps[0:167]= 1.20516e-06 ... 9.86863e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:165]= 7.97148e+15 ... 1.41754e+24 molec/cm^2 | eps[0:165]= 1.18768e-06 ... 9.87979e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:163]= 8.75642e+15 ... 1.23687e+24 molec/cm^2 | eps[0:163]= 1.17768e-06 ... 9.89380e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:160]= 9.59410e+15 ... 9.59387e+23 molec/cm^2 | eps[0:160]= 1.19820e-06 ... 9.87905e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:157]= 1.05094e+16 ... 7.43958e+23 molec/cm^2 | eps[0:157]= 1.23964e-06 ... 9.86975e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:155]= 1.02502e+16 ... 5.76398e+23 molec/cm^2 | eps[0:155]= 1.16208e-06 ... 9.86657e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:152]= 1.12071e+16 ... 4.46220e+23 molec/cm^2 | eps[0:152]= 1.24025e-06 ... 9.86784e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:150]= 1.09195e+16 ... 3.45322e+23 molec/cm^2 | eps[0:150]= 1.19337e-06 ... 9.87037e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:148]= 1.06534e+16 ... 2.67599e+23 molec/cm^2 | eps[0:148]= 1.15638e-06 ... 9.87022e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:146]= 1.03722e+16 ... 2.06948e+23 molec/cm^2 | eps[0:146]= 1.13817e-06 ... 9.86972e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:144]= 1.00094e+16 ... 1.58643e+23 molec/cm^2 | eps[0:144]= 1.15201e-06 ... 9.87491e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:142]= 9.51867e+15 ... 1.19833e+23 molec/cm^2 | eps[0:142]= 1.20509e-06 ... 9.88884e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:140]= 7.84100e+15 ... 7.84050e+22 molec/cm^2 | eps[0:140]= 1.18086e-06 ... 9.87338e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:138]= 6.20518e+15 ... 4.92908e+22 molec/cm^2 | eps[0:138]= 1.21048e-06 ... 9.86979e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:137]= 4.78014e+15 ... 3.38397e+22 molec/cm^2 | eps[0:137]= 1.22491e-06 ... 9.89904e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:136]= 3.66913e+15 ... 2.31491e+22 molec/cm^2 | eps[0:136]= 1.16764e-06 ... 9.89548e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:134]= 3.17414e+15 ... 1.59075e+22 molec/cm^2 | eps[0:134]= 1.18181e-06 ... 9.85714e-01 Read emissivity table: ../data/boxcar_792.0000_F11.tab Read emissivity table: ../data/boxcar_792.0000_CCl4.tab p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:132]= 1.39982e+11 ... 5.57253e+17 molec/cm^2 | eps[0:132]= 1.11846e-06 ... 9.84823e-01 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0:131]= 1.68251e+11 ... 5.96880e+17 molec/cm^2 | eps[0:131]= 1.24061e-06 ... 9.84123e-01 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0:132]= 1.79378e+11 ... 7.14184e+17 molec/cm^2 | eps[0:132]= 1.22462e-06 ... 9.89555e-01 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0:132]= 1.90724e+11 ... 7.58980e+17 molec/cm^2 | eps[0:132]= 1.21025e-06 ... 9.89015e-01 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0:132]= 2.02139e+11 ... 8.04771e+17 molec/cm^2 | eps[0:132]= 1.20142e-06 ... 9.88670e-01 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:132]= 2.13373e+11 ... 8.49420e+17 molec/cm^2 | eps[0:132]= 1.18708e-06 ... 9.88085e-01 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:132]= 2.23915e+11 ... 8.91302e+17 molec/cm^2 | eps[0:132]= 1.16139e-06 ... 9.86957e-01 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:132]= 2.33434e+11 ... 9.29435e+17 molec/cm^2 | eps[0:132]= 1.12250e-06 ... 9.85039e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:132]= 2.71778e+11 ... 1.08183e+18 molec/cm^2 | eps[0:132]= 1.21284e-06 ... 9.89115e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:132]= 2.80140e+11 ... 1.11533e+18 molec/cm^2 | eps[0:132]= 1.15458e-06 ... 9.86641e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:132]= 3.21974e+11 ... 1.28222e+18 molec/cm^2 | eps[0:132]= 1.22220e-06 ... 9.89467e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:132]= 3.27743e+11 ... 1.30475e+18 molec/cm^2 | eps[0:132]= 1.14332e-06 ... 9.86100e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:132]= 3.71980e+11 ... 1.48088e+18 molec/cm^2 | eps[0:132]= 1.18975e-06 ... 9.88196e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:132]= 4.20133e+11 ... 1.67258e+18 molec/cm^2 | eps[0:132]= 1.22951e-06 ... 9.89733e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:132]= 4.23028e+11 ... 1.68411e+18 molec/cm^2 | eps[0:132]= 1.15138e-06 ... 9.86489e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:132]= 4.79291e+11 ... 1.90809e+18 molec/cm^2 | eps[0:132]= 1.23474e-06 ... 9.89919e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:132]= 4.87538e+11 ... 1.94092e+18 molec/cm^2 | eps[0:132]= 1.22620e-06 ... 9.89613e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:132]= 4.46224e+11 ... 1.77645e+18 molec/cm^2 | eps[0:132]= 1.13115e-06 ... 9.85489e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:132]= 4.62974e+11 ... 1.84312e+18 molec/cm^2 | eps[0:132]= 1.21740e-06 ... 9.89288e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:132]= 4.33134e+11 ... 1.72433e+18 molec/cm^2 | eps[0:132]= 1.21315e-06 ... 9.89127e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:131]= 4.09873e+11 ... 1.45430e+18 molec/cm^2 | eps[0:131]= 1.24685e-06 ... 9.84432e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:132]= 3.50059e+11 ... 1.39362e+18 molec/cm^2 | eps[0:132]= 1.17864e-06 ... 9.87726e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:131]= 3.36924e+11 ... 1.19545e+18 molec/cm^2 | eps[0:131]= 1.24447e-06 ... 9.84315e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:132]= 2.90516e+11 ... 1.15657e+18 molec/cm^2 | eps[0:132]= 1.17452e-06 ... 9.87546e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:131]= 2.82821e+11 ... 1.00356e+18 molec/cm^2 | eps[0:131]= 1.25297e-06 ... 9.84730e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:132]= 2.46799e+11 ... 9.82500e+17 molec/cm^2 | eps[0:132]= 1.19518e-06 ... 9.88424e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:131]= 2.40971e+11 ... 8.55058e+17 molec/cm^2 | eps[0:131]= 1.24283e-06 ... 9.84260e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:132]= 2.09662e+11 ... 8.34759e+17 molec/cm^2 | eps[0:132]= 1.13687e-06 ... 9.85820e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:132]= 2.04584e+11 ... 8.14138e+17 molec/cm^2 | eps[0:132]= 1.15531e-06 ... 9.86713e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:132]= 1.99294e+11 ... 7.93391e+17 molec/cm^2 | eps[0:132]= 1.16159e-06 ... 9.86998e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:132]= 1.94177e+11 ... 7.72929e+17 molec/cm^2 | eps[0:132]= 1.16047e-06 ... 9.86936e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:132]= 1.89446e+11 ... 7.54098e+17 molec/cm^2 | eps[0:132]= 1.15502e-06 ... 9.86689e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:132]= 1.84442e+11 ... 7.34520e+17 molec/cm^2 | eps[0:132]= 1.13484e-06 ... 9.85712e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:132]= 1.78001e+11 ... 7.08632e+17 molec/cm^2 | eps[0:132]= 1.15461e-06 ... 9.86821e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:132]= 1.69269e+11 ... 6.73870e+17 molec/cm^2 | eps[0:132]= 1.14091e-06 ... 9.86350e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:132]= 1.75527e+11 ... 6.98782e+17 molec/cm^2 | eps[0:132]= 1.17905e-06 ... 9.88289e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:131]= 1.96229e+11 ... 6.96246e+17 molec/cm^2 | eps[0:131]= 1.25067e-06 ... 9.85502e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:132]= 1.90292e+11 ... 7.57567e+17 molec/cm^2 | eps[0:132]= 1.15245e-06 ... 9.87611e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:132]= 1.83880e+11 ... 7.32039e+17 molec/cm^2 | eps[0:132]= 1.15670e-06 ... 9.88220e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:132]= 1.59086e+11 ... 6.33335e+17 molec/cm^2 | eps[0:132]= 1.15746e-06 ... 9.88669e-01 Read emissivity table: ../data/boxcar_832.0000_CO2.tab Warning (jurassic.c, read_tbl_asc, l6028): Column density or emissivity out of range (7489 data points)! p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:130]= 3.13343e+23 ... 9.90963e+29 molec/cm^2 | eps[0:130]= 1.00212e-06 ... 1.94861e-02 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0:132]= 2.37610e+23 ... 9.46005e+29 molec/cm^2 | eps[0:132]= 1.23653e-06 ... 2.56110e-02 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0:136]= 1.42554e+23 ... 8.99213e+29 molec/cm^2 | eps[0:136]= 1.17664e-06 ... 3.35026e-02 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0:140]= 9.55570e+22 ... 9.55508e+29 molec/cm^2 | eps[0:140]= 1.20899e-06 ... 4.52905e-02 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0:143]= 6.39228e+22 ... 9.02958e+29 molec/cm^2 | eps[0:143]= 1.18333e-06 ... 5.65367e-02 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:147]= 4.25735e+22 ... 9.53084e+29 molec/cm^2 | eps[0:147]= 1.14839e-06 ... 7.36459e-02 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:150]= 2.81892e+22 ... 8.91302e+29 molec/cm^2 | eps[0:150]= 1.12654e-06 ... 9.20587e-02 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:154]= 1.85422e+22 ... 9.29435e+29 molec/cm^2 | eps[0:154]= 1.12441e-06 ... 1.22189e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:157]= 1.36212e+22 ... 9.64153e+29 molec/cm^2 | eps[0:157]= 1.23691e-06 ... 1.62274e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:161]= 8.85864e+21 ... 9.94301e+29 molec/cm^2 | eps[0:161]= 1.22656e-06 ... 2.19028e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:164]= 5.72600e+21 ... 9.07448e+29 molec/cm^2 | eps[0:164]= 1.21539e-06 ... 2.84226e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:168]= 3.67702e+21 ... 9.23705e+29 molec/cm^2 | eps[0:168]= 1.19924e-06 ... 3.89130e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:172]= 2.34719e+21 ... 9.34369e+29 molec/cm^2 | eps[0:172]= 1.17574e-06 ... 5.29239e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:176]= 1.49069e+21 ... 9.40561e+29 molec/cm^2 | eps[0:176]= 1.12235e-06 ... 6.92149e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:178]= 1.19226e+21 ... 9.47042e+29 molec/cm^2 | eps[0:178]= 1.24434e-06 ... 8.33352e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:180]= 9.56314e+20 ... 9.56314e+29 molec/cm^2 | eps[0:180]= 1.25646e-06 ... 9.24528e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:181]= 8.66976e+20 ... 9.72765e+29 molec/cm^2 | eps[0:181]= 1.25882e-06 ... 9.67361e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:181]= 8.90335e+20 ... 9.98970e+29 molec/cm^2 | eps[0:181]= 1.25159e-06 ... 9.84076e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:179]= 1.03646e+21 ... 9.23750e+29 molec/cm^2 | eps[0:179]= 1.25117e-06 ... 9.85188e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:178]= 1.22073e+21 ... 9.69662e+29 molec/cm^2 | eps[0:178]= 1.12232e-06 ... 9.86661e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:174]= 1.83085e+21 ... 9.17602e+29 molec/cm^2 | eps[0:174]= 1.15800e-06 ... 9.77258e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:170]= 3.11993e+21 ... 9.86615e+29 molec/cm^2 | eps[0:170]= 1.21897e-06 ... 9.66270e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:166]= 4.75916e+21 ... 9.49570e+29 molec/cm^2 | eps[0:166]= 1.16733e-06 ... 9.41630e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:162]= 7.29743e+21 ... 9.18698e+29 molec/cm^2 | eps[0:162]= 1.12460e-06 ... 9.09821e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:157]= 1.26340e+22 ... 8.94407e+29 molec/cm^2 | eps[0:157]= 1.20364e-06 ... 8.68746e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:154]= 1.96032e+22 ... 9.82500e+29 molec/cm^2 | eps[0:154]= 1.15297e-06 ... 8.48439e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:150]= 3.03391e+22 ... 9.59387e+29 molec/cm^2 | eps[0:150]= 1.24804e-06 ... 8.28651e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:148]= 3.72886e+22 ... 9.36700e+29 molec/cm^2 | eps[0:148]= 1.15206e-06 ... 8.24810e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:146]= 4.57858e+22 ... 9.13607e+29 molec/cm^2 | eps[0:146]= 1.14139e-06 ... 8.36896e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:145]= 5.61687e+22 ... 9.98864e+29 molec/cm^2 | eps[0:145]= 1.19998e-06 ... 8.85509e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:144]= 6.14042e+22 ... 9.73155e+29 molec/cm^2 | eps[0:144]= 1.17050e-06 ... 9.11960e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:143]= 6.72179e+22 ... 9.49521e+29 molec/cm^2 | eps[0:143]= 1.15638e-06 ... 9.35750e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:142]= 7.34281e+22 ... 9.24258e+29 molec/cm^2 | eps[0:142]= 1.22204e-06 ... 9.61781e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:143]= 6.31569e+22 ... 8.92168e+29 molec/cm^2 | eps[0:143]= 1.20138e-06 ... 9.87726e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:141]= 4.25180e+22 ... 4.77063e+29 molec/cm^2 | eps[0:141]= 1.16513e-06 ... 9.85972e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:140]= 1.96944e+22 ... 1.96943e+29 molec/cm^2 | eps[0:140]= 1.14718e-06 ... 9.89083e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:138]= 6.20518e+21 ... 4.92908e+28 molec/cm^2 | eps[0:138]= 1.18256e-06 ... 9.87733e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:137]= 1.69598e+21 ... 1.20074e+28 molec/cm^2 | eps[0:137]= 1.17004e-06 ... 9.89175e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:136]= 5.81480e+20 ... 3.66913e+27 molec/cm^2 | eps[0:136]= 1.14665e-06 ... 9.89706e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:134]= 2.82901e+20 ... 1.41786e+27 molec/cm^2 | eps[0:134]= 1.22784e-06 ... 9.88358e-01 Read emissivity table: ../data/boxcar_832.0000_H2O.tab Warning (jurassic.c, read_tbl_asc, l6028): Column density or emissivity out of range (6231 data points)! p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0: 81]= 8.83246e+25 ... 9.90963e+29 molec/cm^2 | eps[0: 81]= 1.06317e-06 ... 1.16684e-02 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0: 84]= 5.96901e+25 ... 9.46005e+29 molec/cm^2 | eps[0: 84]= 1.16289e-06 ... 1.76202e-02 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0: 87]= 4.01641e+25 ... 8.99213e+29 molec/cm^2 | eps[0: 87]= 1.25814e-06 ... 2.59391e-02 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0: 92]= 2.40028e+25 ... 9.55508e+29 molec/cm^2 | eps[0: 92]= 1.19463e-06 ... 4.14064e-02 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0: 95]= 1.60567e+25 ... 9.02958e+29 molec/cm^2 | eps[0: 95]= 1.24447e-06 ... 5.79418e-02 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:100]= 9.53108e+24 ... 9.53084e+29 molec/cm^2 | eps[0:100]= 1.14953e-06 ... 8.92416e-02 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:103]= 6.31091e+24 ... 8.91302e+29 molec/cm^2 | eps[0:103]= 1.19820e-06 ... 1.22586e-01 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:108]= 3.69989e+24 ... 9.29435e+29 molec/cm^2 | eps[0:108]= 1.12711e-06 ... 1.85000e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:112]= 2.42231e+24 ... 9.64153e+29 molec/cm^2 | eps[0:112]= 1.18171e-06 ... 2.71774e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:116]= 1.57554e+24 ... 9.94301e+29 molec/cm^2 | eps[0:116]= 1.25631e-06 ... 3.87640e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:120]= 9.07448e+23 ... 9.07448e+29 molec/cm^2 | eps[0:120]= 1.20044e-06 ... 4.89583e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:125]= 5.19438e+23 ... 9.23705e+29 molec/cm^2 | eps[0:125]= 1.15543e-06 ... 6.41427e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:129]= 3.31527e+23 ... 9.34369e+29 molec/cm^2 | eps[0:129]= 1.25547e-06 ... 7.87978e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:134]= 1.87667e+23 ... 9.40561e+29 molec/cm^2 | eps[0:134]= 1.19754e-06 ... 9.00985e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:138]= 1.19226e+23 ... 9.47042e+29 molec/cm^2 | eps[0:138]= 1.18506e-06 ... 9.64936e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:140]= 8.52320e+22 ... 8.52314e+29 molec/cm^2 | eps[0:140]= 1.18986e-06 ... 9.84996e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:140]= 6.88672e+22 ... 6.88664e+29 molec/cm^2 | eps[0:140]= 1.17450e-06 ... 9.89154e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:138]= 6.30296e+22 ... 5.00672e+29 molec/cm^2 | eps[0:138]= 1.15794e-06 ... 9.85002e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:136]= 6.53964e+22 ... 4.12625e+29 molec/cm^2 | eps[0:136]= 1.19330e-06 ... 9.85632e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:134]= 6.86443e+22 ... 3.44051e+29 molec/cm^2 | eps[0:134]= 1.20049e-06 ... 9.84756e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:133]= 7.28925e+22 ... 3.25579e+29 molec/cm^2 | eps[0:133]= 1.24612e-06 ... 9.89458e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:132]= 6.98493e+22 ... 2.78068e+29 molec/cm^2 | eps[0:132]= 1.20904e-06 ... 9.87351e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:132]= 5.99062e+22 ... 2.38519e+29 molec/cm^2 | eps[0:132]= 1.12833e-06 ... 9.86140e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:131]= 5.79579e+22 ... 2.05656e+29 molec/cm^2 | eps[0:131]= 1.23138e-06 ... 9.85756e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:131]= 5.02997e+22 ... 1.78466e+29 molec/cm^2 | eps[0:131]= 1.22502e-06 ... 9.85995e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:131]= 4.38862e+22 ... 1.55693e+29 molec/cm^2 | eps[0:131]= 1.24270e-06 ... 9.87026e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:132]= 3.40411e+22 ... 1.35498e+29 molec/cm^2 | eps[0:132]= 1.17255e-06 ... 9.89961e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:132]= 2.63984e+22 ... 1.05094e+29 molec/cm^2 | eps[0:132]= 1.13485e-06 ... 9.88401e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:132]= 2.04518e+22 ... 8.14198e+28 molec/cm^2 | eps[0:132]= 1.12347e-06 ... 9.87885e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:132]= 1.58306e+22 ... 6.30225e+28 molec/cm^2 | eps[0:132]= 1.13229e-06 ... 9.88297e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:132]= 1.22517e+22 ... 4.87751e+28 molec/cm^2 | eps[0:132]= 1.15499e-06 ... 9.89286e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:131]= 9.49483e+21 ... 3.36887e+28 molec/cm^2 | eps[0:131]= 1.18372e-06 ... 9.84212e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:131]= 7.34260e+21 ... 2.60534e+28 molec/cm^2 | eps[0:131]= 1.23333e-06 ... 9.86704e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:131]= 5.01641e+21 ... 1.78001e+28 molec/cm^2 | eps[0:131]= 1.18606e-06 ... 9.84336e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:131]= 3.37722e+21 ... 1.19830e+28 molec/cm^2 | eps[0:131]= 1.19359e-06 ... 9.84725e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:132]= 1.96957e+21 ... 7.84100e+27 molec/cm^2 | eps[0:132]= 1.15440e-06 ... 9.89229e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:131]= 1.10348e+21 ... 3.91545e+27 molec/cm^2 | eps[0:131]= 1.20880e-06 ... 9.85448e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:132]= 5.36316e+20 ... 2.13508e+27 molec/cm^2 | eps[0:132]= 1.13151e-06 ... 9.88199e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:131]= 3.26990e+20 ... 1.16020e+27 molec/cm^2 | eps[0:131]= 1.23792e-06 ... 9.86877e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:131]= 2.00279e+20 ... 7.10615e+26 molec/cm^2 | eps[0:131]= 1.25051e-06 ... 9.87494e-01 Read emissivity table: ../data/boxcar_832.0000_O3.tab p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:230]= 1.76220e+18 ... 5.57253e+29 molec/cm^2 | eps[0:230]= 1.10137e-06 ... 9.89051e-01 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0:227]= 1.49938e+18 ... 3.35674e+29 molec/cm^2 | eps[0:227]= 1.16746e-06 ... 9.89576e-01 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0:224]= 1.27008e+18 ... 2.01271e+29 molec/cm^2 | eps[0:224]= 1.21922e-06 ... 9.89417e-01 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0:221]= 1.07213e+18 ... 1.20299e+29 molec/cm^2 | eps[0:221]= 1.24978e-06 ... 9.88439e-01 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0:218]= 9.02958e+17 ... 7.17226e+28 molec/cm^2 | eps[0:218]= 1.25205e-06 ... 9.86344e-01 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:216]= 7.57009e+17 ... 4.77682e+28 molec/cm^2 | eps[0:216]= 1.24690e-06 ... 9.88449e-01 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:213]= 6.30996e+17 ... 2.81892e+28 molec/cm^2 | eps[0:213]= 1.24429e-06 ... 9.85765e-01 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:211]= 5.22626e+17 ... 1.85422e+28 molec/cm^2 | eps[0:211]= 1.24739e-06 ... 9.87729e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:209]= 4.30739e+17 ... 1.21398e+28 molec/cm^2 | eps[0:209]= 1.23731e-06 ... 9.88941e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:207]= 3.52676e+17 ... 7.89530e+27 molec/cm^2 | eps[0:207]= 1.22930e-06 ... 9.89903e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:204]= 2.86961e+17 ... 4.54813e+27 molec/cm^2 | eps[0:204]= 1.21668e-06 ... 9.86192e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:202]= 2.32024e+17 ... 2.92115e+27 molec/cm^2 | eps[0:202]= 1.19747e-06 ... 9.86455e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:200]= 1.86432e+17 ... 1.86442e+27 molec/cm^2 | eps[0:200]= 1.17066e-06 ... 9.86168e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:199]= 1.49069e+17 ... 1.32858e+27 molec/cm^2 | eps[0:199]= 1.12698e-06 ... 9.89563e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:196]= 1.33773e+17 ... 8.44052e+26 molec/cm^2 | eps[0:196]= 1.17300e-06 ... 9.87173e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:194]= 1.20394e+17 ... 6.03392e+26 molec/cm^2 | eps[0:194]= 1.17156e-06 ... 9.87630e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:191]= 1.22465e+17 ... 4.34518e+26 molec/cm^2 | eps[0:191]= 1.24658e-06 ... 9.86229e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:190]= 1.12085e+17 ... 3.54451e+26 molec/cm^2 | eps[0:190]= 1.12414e-06 ... 9.87762e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:187]= 1.30485e+17 ... 2.92113e+26 molec/cm^2 | eps[0:187]= 1.22113e-06 ... 9.87862e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:185]= 1.36969e+17 ... 2.43569e+26 molec/cm^2 | eps[0:185]= 1.13242e-06 ... 9.86658e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:183]= 1.63171e+17 ... 2.30495e+26 molec/cm^2 | eps[0:183]= 1.13736e-06 ... 9.88973e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:179]= 2.20869e+17 ... 1.96851e+26 molec/cm^2 | eps[0:179]= 1.23473e-06 ... 9.85780e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:177]= 2.67622e+17 ... 1.89476e+26 molec/cm^2 | eps[0:177]= 1.20781e-06 ... 9.87859e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:174]= 3.25959e+17 ... 1.63357e+26 molec/cm^2 | eps[0:174]= 1.18726e-06 ... 9.85624e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:172]= 3.99521e+17 ... 1.59049e+26 molec/cm^2 | eps[0:172]= 1.16499e-06 ... 9.88304e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:169]= 4.92438e+17 ... 1.38787e+26 molec/cm^2 | eps[0:169]= 1.14806e-06 ... 9.86752e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:166]= 6.05323e+17 ... 1.20790e+26 molec/cm^2 | eps[0:166]= 1.19402e-06 ... 9.87298e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:164]= 6.63141e+17 ... 1.05094e+26 molec/cm^2 | eps[0:164]= 1.14197e-06 ... 9.89025e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:161]= 7.25673e+17 ... 8.14198e+25 molec/cm^2 | eps[0:161]= 1.12577e-06 ... 9.87501e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:158]= 7.93391e+17 ... 6.30225e+25 molec/cm^2 | eps[0:158]= 1.13734e-06 ... 9.86855e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:155]= 8.67282e+17 ... 4.87751e+25 molec/cm^2 | eps[0:155]= 1.16686e-06 ... 9.86827e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:152]= 9.49521e+17 ... 3.77994e+25 molec/cm^2 | eps[0:152]= 1.20069e-06 ... 9.86887e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:150]= 9.24258e+17 ... 2.92321e+25 molec/cm^2 | eps[0:150]= 1.12961e-06 ... 9.87708e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:147]= 8.92168e+17 ... 1.99721e+25 molec/cm^2 | eps[0:147]= 1.13234e-06 ... 9.85708e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:144]= 8.48352e+17 ... 1.34451e+25 molec/cm^2 | eps[0:144]= 1.23956e-06 ... 9.86823e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:142]= 6.22790e+17 ... 7.84100e+24 molec/cm^2 | eps[0:142]= 1.25036e-06 ... 9.88193e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:141]= 3.48949e+17 ... 3.91545e+24 molec/cm^2 | eps[0:141]= 1.17327e-06 ... 9.89741e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:138]= 2.13512e+17 ... 1.69598e+24 molec/cm^2 | eps[0:138]= 1.25656e-06 ... 9.86217e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:137]= 1.30177e+17 ... 9.21582e+23 molec/cm^2 | eps[0:137]= 1.19807e-06 ... 9.86834e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:136]= 8.94617e+16 ... 5.64460e+23 molec/cm^2 | eps[0:136]= 1.13850e-06 ... 9.86801e-01 Read emissivity table: ../data/boxcar_832.0000_F11.tab p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:132]= 1.97713e+12 ... 7.87120e+18 molec/cm^2 | eps[0:132]= 1.08245e-06 ... 9.85948e-01 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0:131]= 2.37610e+12 ... 8.43131e+18 molec/cm^2 | eps[0:131]= 1.21734e-06 ... 9.86085e-01 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0:131]= 2.53430e+12 ... 8.99213e+18 molec/cm^2 | eps[0:131]= 1.21712e-06 ... 9.86074e-01 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0:131]= 2.69281e+12 ... 9.55508e+18 molec/cm^2 | eps[0:131]= 1.21689e-06 ... 9.86063e-01 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0:131]= 2.85552e+12 ... 1.01304e+19 molec/cm^2 | eps[0:131]= 1.22038e-06 ... 9.86231e-01 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:131]= 3.01415e+12 ... 1.06944e+19 molec/cm^2 | eps[0:131]= 1.21785e-06 ... 9.86109e-01 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:131]= 3.16289e+12 ... 1.12219e+19 molec/cm^2 | eps[0:131]= 1.20370e-06 ... 9.85409e-01 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:131]= 3.29735e+12 ... 1.16979e+19 molec/cm^2 | eps[0:131]= 1.17585e-06 ... 9.83925e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:132]= 3.42148e+12 ... 1.36218e+19 molec/cm^2 | eps[0:132]= 1.14386e-06 ... 9.88939e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:131]= 3.95708e+12 ... 1.40384e+19 molec/cm^2 | eps[0:131]= 1.23459e-06 ... 9.86894e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:131]= 4.05343e+12 ... 1.43831e+19 molec/cm^2 | eps[0:131]= 1.17694e-06 ... 9.83986e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:131]= 4.62949e+12 ... 1.64314e+19 molec/cm^2 | eps[0:131]= 1.24806e-06 ... 9.87494e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:132]= 4.68294e+12 ... 1.86442e+19 molec/cm^2 | eps[0:132]= 1.16939e-06 ... 9.89986e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:131]= 5.28916e+12 ... 1.87667e+19 molec/cm^2 | eps[0:131]= 1.22161e-06 ... 9.86290e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:132]= 5.32561e+12 ... 2.12016e+19 molec/cm^2 | eps[0:132]= 1.15373e-06 ... 9.89356e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:131]= 6.03392e+12 ... 2.14092e+19 molec/cm^2 | eps[0:131]= 1.24565e-06 ... 9.87389e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:131]= 6.13771e+12 ... 2.17774e+19 molec/cm^2 | eps[0:131]= 1.24061e-06 ... 9.87166e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:132]= 5.61764e+12 ... 2.23642e+19 molec/cm^2 | eps[0:132]= 1.14337e-06 ... 9.88918e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:131]= 5.82845e+12 ... 2.06802e+19 molec/cm^2 | eps[0:131]= 1.22510e-06 ... 9.86455e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:131]= 5.45283e+12 ... 1.93473e+19 molec/cm^2 | eps[0:131]= 1.21160e-06 ... 9.85804e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:131]= 5.16000e+12 ... 1.83085e+19 molec/cm^2 | eps[0:131]= 1.23309e-06 ... 9.86826e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:132]= 4.40706e+12 ... 1.75447e+19 molec/cm^2 | eps[0:132]= 1.15151e-06 ... 9.89264e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:131]= 4.24169e+12 ... 1.50499e+19 molec/cm^2 | eps[0:131]= 1.20241e-06 ... 9.85344e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:132]= 3.65730e+12 ... 1.45604e+19 molec/cm^2 | eps[0:132]= 1.12209e-06 ... 9.87960e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:131]= 3.56093e+12 ... 1.26340e+19 molec/cm^2 | eps[0:131]= 1.18287e-06 ... 9.84313e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:131]= 3.48624e+12 ... 1.23687e+19 molec/cm^2 | eps[0:131]= 1.25149e-06 ... 9.87642e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:132]= 3.03386e+12 ... 1.20783e+19 molec/cm^2 | eps[0:132]= 1.15243e-06 ... 9.89302e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:131]= 2.96154e+12 ... 1.05094e+19 molec/cm^2 | eps[0:131]= 1.17660e-06 ... 9.83968e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:131]= 2.88850e+12 ... 1.02495e+19 molec/cm^2 | eps[0:131]= 1.18687e-06 ... 9.84530e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:131]= 2.81603e+12 ... 9.98864e+18 molec/cm^2 | eps[0:131]= 1.18559e-06 ... 9.84461e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:131]= 2.74283e+12 ... 9.73155e+18 molec/cm^2 | eps[0:131]= 1.17773e-06 ... 9.84041e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:131]= 2.67599e+12 ... 9.49521e+18 molec/cm^2 | eps[0:131]= 1.17146e-06 ... 9.83756e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:132]= 2.60532e+12 ... 1.03706e+19 molec/cm^2 | eps[0:132]= 1.16170e-06 ... 9.89761e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:131]= 2.51432e+12 ... 8.92168e+18 molec/cm^2 | eps[0:131]= 1.21174e-06 ... 9.85929e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:131]= 2.39098e+12 ... 8.48352e+18 molec/cm^2 | eps[0:131]= 1.23955e-06 ... 9.87255e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:131]= 2.20974e+12 ... 7.84046e+18 molec/cm^2 | eps[0:131]= 1.20327e-06 ... 9.85560e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:131]= 2.20173e+12 ... 7.81200e+18 molec/cm^2 | eps[0:131]= 1.21339e-06 ... 9.86088e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:131]= 2.13512e+12 ... 7.57567e+18 molec/cm^2 | eps[0:131]= 1.20216e-06 ... 9.85553e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:132]= 1.83880e+12 ... 7.32039e+18 molec/cm^2 | eps[0:132]= 1.12298e-06 ... 9.88217e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:132]= 1.59086e+12 ... 6.33335e+18 molec/cm^2 | eps[0:132]= 1.14551e-06 ... 9.89227e-01 Read emissivity table: ../data/boxcar_832.0000_CCl4.tab Initialize source function table... Number of data points: 1200 Read shape function: ../data/boxcar_792.0000.filt Number of data points: 2005 Range of x values: 791.4990 ... 792.5010 Range of y values: 0 ... 1 channel= 792.0000 cm^-1 | T= 100 ... 400 K | B= 6.65706e-05 ... 0.363752 W/(m^2 sr cm^-1) Read shape function: ../data/boxcar_832.0000.filt Number of data points: 2005 Range of x values: 831.4990 ... 832.5010 Range of y values: 0 ... 1 channel= 832.0000 cm^-1 | T= 100 ... 400 K | B= 4.34044e-05 ... 0.362203 W/(m^2 sr cm^-1) TASK = time DIRLIST = - OBSREF = data.ref/rad.tab Read atmospheric data: data/atm.tab Number of data points: 91 Time range: 0.00 ... 0.00 s Altitude range: 0 ... 90 km Longitude range: 0 ... 0 deg Latitude range: 0 ... 0 deg Pressure range: 1017 ... 0.00184003 hPa Temperature range: 181.43 ... 285.14 K Emitter CO2 range: 0.000367735 ... 0.000367735 ppv Emitter H2O range: 5.924e-07 ... 0.01166 ppv Emitter O3 range: 2.218e-08 ... 7.447e-06 ppv Emitter F11 range: 4.709e-22 ... 2.65e-10 ppv Emitter CCl4 range: 1e-14 ... 1.075e-10 ppv Extinction range (window 0): 0 ... 0 km^-1 Cloud layer: none Surface layer: none Read observation data: data/obs.tab Number of ray paths: 66 Time range: 0.00 ... 0.00 s Observer altitude range: 780 ... 780 km Observer longitude range: 0 ... 0 deg Observer latitude range: 0 ... 0 deg View point altitude range: 3 ... 68 km View point longitude range: 0 ... 0 deg View point latitude range: 25.7915 ... 26.9643 deg Tangent point altitude range: 0 ... 0 km Tangent point longitude range: 0 ... 0 deg Tangent point latitude range: 0 ... 0 deg Radiance (792.0000 cm^-1) range: 0 ... 0 W/(m^2 sr cm^-1) Radiance (832.0000 cm^-1) range: 0 ... 0 W/(m^2 sr cm^-1) Write observation data: data/rad.tab Number of ray paths: 66 Time range: 0.00 ... 0.00 s Observer altitude range: 780 ... 780 km Observer longitude range: 0 ... 0 deg Observer latitude range: 0 ... 0 deg View point altitude range: 3 ... 68 km View point longitude range: 0 ... 0 deg View point latitude range: 25.7915 ... 26.9643 deg Tangent point altitude range: 1.48665 ... 68 km Tangent point longitude range: -2.77074e-08 ... 0 deg Tangent point latitude range: 25.7915 ... 27.4458 deg Radiance (792.0000 cm^-1) range: 4.91501e-05 ... 0.0429344 W/(m^2 sr cm^-1) Radiance (832.0000 cm^-1) range: 2.86906e-08 ... 0.0763938 W/(m^2 sr cm^-1) Read observation data: data.ref/rad.tab Number of ray paths: 66 Time range: 0.00 ... 0.00 s Observer altitude range: 780 ... 780 km Observer longitude range: 0 ... 0 deg Observer latitude range: 0 ... 0 deg View point altitude range: 3 ... 68 km View point longitude range: 0 ... 0 deg View point latitude range: 25.7915 ... 26.9643 deg Tangent point altitude range: 1.48665 ... 68 km Tangent point longitude range: -2.77074e-08 ... 0 deg Tangent point latitude range: 25.7915 ... 27.4458 deg Radiance (792.0000 cm^-1) range: 4.91501e-05 ... 0.0429344 W/(m^2 sr cm^-1) Radiance (832.0000 cm^-1) range: 2.86906e-08 ... 0.0763938 W/(m^2 sr cm^-1) EVAL: nu= 792.0000 cm^-1 | MRE= 1.48034e-05 % | SDRE= 0.000137795 % | MinRE= -0.000236382 % | MaxRE= 0.000432529 % EVAL: nu= 832.0000 cm^-1 | MRE= 1.55708e-06 % | SDRE= 0.000149255 % | MinRE= -0.00036072 % | MaxRE= 0.000388651 % RUNTIME: mean= 0.144393 s | stddev= 0.00135911 s | min= 0.142141 s | max= 0.147241 s Juelich Rapid Spectral Simulation Code (JURASSIC) (executable: ../../src/formod | version: v1.14-10-gdc1110 | compiled: Jan 10 2026, 04:36:06) NG = 5 EMITTER[0] = CO2 EMITTER[1] = H2O EMITTER[2] = O3 EMITTER[3] = F11 EMITTER[4] = CCl4 ND = 2 NU[0] = 792.0000 NU[1] = 832.0000 NW = 1 WINDOW[0] = 0 WINDOW[1] = 0 NCL = 0 NSF = 0 SFTYPE = 2 SFSZA = -999 TBLBASE = ../data/boxcar TBLFMT = 1 ATMFMT = 1 OBSFMT = 1 HYDZ = -999 CTM_CO2 = 1 CTM_H2O = 1 CTM_N2 = 1 CTM_O2 = 1 REFRAC = 1 RAYDS = 10 RAYDZ = 0.1 FOV = - RETP_ZMIN = -100 RETP_ZMAX = 88 RETT_ZMIN = -100 RETT_ZMAX = 88 RETQ_ZMIN[0] = -100 RETQ_ZMAX[0] = 88 RETQ_ZMIN[1] = -100 RETQ_ZMAX[1] = 88 RETQ_ZMIN[2] = -100 RETQ_ZMAX[2] = 88 RETQ_ZMIN[3] = -100 RETQ_ZMAX[3] = 88 RETQ_ZMIN[4] = -100 RETQ_ZMAX[4] = 88 RETK_ZMIN[0] = -100 RETK_ZMAX[0] = 88 RET_CLZ = 0 RET_CLDZ = 0 RET_CLK = 0 RET_SFT = 0 RET_SFEPS = 0 WRITE_BBT = 0 WRITE_MATRIX = 0 FORMOD = 0 RFMBIN = - RFMHIT = - RFMXSC[0] = - RFMXSC[1] = - RFMXSC[2] = - RFMXSC[3] = - RFMXSC[4] = - Read emissivity table: ../data/boxcar_792.0000_CO2.tab Warning (jurassic.c, read_tbl_asc, l6028): Column density or emissivity out of range (27 data points)! p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:224]= 6.25249e+18 ... 9.90963e+29 molec/cm^2 | eps[0:224]= 1.07561e-06 ... 9.26480e-01 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0:226]= 4.74137e+18 ... 9.46005e+29 molec/cm^2 | eps[0:226]= 1.14841e-06 ... 9.65584e-01 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0:228]= 3.57960e+18 ... 8.99213e+29 molec/cm^2 | eps[0:228]= 1.19947e-06 ... 9.88473e-01 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0:225]= 2.69321e+18 ... 4.78901e+29 molec/cm^2 | eps[0:225]= 1.21840e-06 ... 9.88776e-01 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0:222]= 2.02139e+18 ... 2.54565e+29 molec/cm^2 | eps[0:222]= 1.19531e-06 ... 9.88020e-01 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:220]= 1.51067e+18 ... 1.51056e+29 molec/cm^2 | eps[0:220]= 1.16420e-06 ... 9.89837e-01 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:217]= 1.12219e+18 ... 7.94483e+28 molec/cm^2 | eps[0:217]= 1.14061e-06 ... 9.88925e-01 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:214]= 8.28148e+17 ... 4.15112e+28 molec/cm^2 | eps[0:214]= 1.12902e-06 ... 9.88154e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:211]= 6.82716e+17 ... 2.42220e+28 molec/cm^2 | eps[0:211]= 1.23653e-06 ... 9.89760e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:208]= 4.98168e+17 ... 1.25136e+28 molec/cm^2 | eps[0:208]= 1.21418e-06 ... 9.88601e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:205]= 3.61262e+17 ... 6.42383e+27 molec/cm^2 | eps[0:205]= 1.18924e-06 ... 9.87154e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:203]= 2.60335e+17 ... 3.67702e+27 molec/cm^2 | eps[0:203]= 1.15888e-06 ... 9.88479e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:200]= 2.09180e+17 ... 2.09248e+27 molec/cm^2 | eps[0:200]= 1.25855e-06 ... 9.89420e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:198]= 1.49069e+17 ... 1.18410e+27 molec/cm^2 | eps[0:198]= 1.19321e-06 ... 9.89655e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:195]= 1.19226e+17 ... 6.70454e+26 molec/cm^2 | eps[0:195]= 1.19912e-06 ... 9.88199e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:193]= 9.56320e+16 ... 4.27170e+26 molec/cm^2 | eps[0:193]= 1.12935e-06 ... 9.87702e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:190]= 9.72769e+16 ... 3.07615e+26 molec/cm^2 | eps[0:190]= 1.23143e-06 ... 9.87737e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:188]= 9.98990e+16 ... 2.50932e+26 molec/cm^2 | eps[0:188]= 1.23605e-06 ... 9.88380e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:187]= 1.03647e+17 ... 2.32033e+26 molec/cm^2 | eps[0:187]= 1.15273e-06 ... 9.89854e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:184]= 1.36969e+17 ... 2.17081e+26 molec/cm^2 | eps[0:184]= 1.25872e-06 ... 9.89405e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:182]= 1.63171e+17 ... 2.05427e+26 molec/cm^2 | eps[0:182]= 1.15327e-06 ... 9.87290e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:180]= 2.47826e+17 ... 2.47826e+26 molec/cm^2 | eps[0:180]= 1.24802e-06 ... 9.89468e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:178]= 3.36924e+17 ... 2.67622e+26 molec/cm^2 | eps[0:178]= 1.22167e-06 ... 9.89253e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:176]= 4.60438e+17 ... 2.90516e+26 molec/cm^2 | eps[0:176]= 1.20176e-06 ... 9.89316e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:174]= 6.33201e+17 ... 3.17339e+26 molec/cm^2 | eps[0:174]= 1.17503e-06 ... 9.89361e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:172]= 8.75648e+17 ... 3.48624e+26 molec/cm^2 | eps[0:172]= 1.15283e-06 ... 9.89650e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:169]= 1.20783e+18 ... 3.40423e+26 molec/cm^2 | eps[0:169]= 1.23007e-06 ... 9.89541e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:166]= 1.48445e+18 ... 2.96154e+26 molec/cm^2 | eps[0:166]= 1.22736e-06 ... 9.87971e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:164]= 1.62451e+18 ... 2.57432e+26 molec/cm^2 | eps[0:164]= 1.14410e-06 ... 9.87784e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:161]= 1.99294e+18 ... 2.23608e+26 molec/cm^2 | eps[0:161]= 1.24350e-06 ... 9.88745e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:158]= 2.17863e+18 ... 1.73061e+26 molec/cm^2 | eps[0:158]= 1.23428e-06 ... 9.87382e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:156]= 2.38514e+18 ... 1.50482e+26 molec/cm^2 | eps[0:156]= 1.23044e-06 ... 9.89077e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:154]= 2.32208e+18 ... 1.16375e+26 molec/cm^2 | eps[0:154]= 1.13873e-06 ... 9.88715e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:151]= 2.24070e+18 ... 7.95100e+25 molec/cm^2 | eps[0:151]= 1.16703e-06 ... 9.87780e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:148]= 1.89897e+18 ... 4.77066e+25 molec/cm^2 | eps[0:148]= 1.22776e-06 ... 9.87095e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:147]= 1.10750e+18 ... 2.47942e+25 molec/cm^2 | eps[0:147]= 1.16338e-06 ... 9.89752e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:145]= 4.92904e+17 ... 8.76457e+24 molec/cm^2 | eps[0:145]= 1.13624e-06 ... 9.89848e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:142]= 2.13512e+17 ... 2.68883e+24 molec/cm^2 | eps[0:142]= 1.14929e-06 ... 9.86376e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:140]= 1.16021e+17 ... 1.16020e+24 molec/cm^2 | eps[0:140]= 1.21707e-06 ... 9.86532e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:139]= 7.10618e+16 ... 6.33335e+23 molec/cm^2 | eps[0:139]= 1.19215e-06 ... 9.86652e-01 Read emissivity table: ../data/boxcar_792.0000_H2O.tab Warning (jurassic.c, read_tbl_asc, l6028): Column density or emissivity out of range (239 data points)! p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:222]= 7.87142e+18 ... 9.90963e+29 molec/cm^2 | eps[0:222]= 1.04264e-06 ... 7.20753e-01 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0:222]= 7.51454e+18 ... 9.46005e+29 molec/cm^2 | eps[0:222]= 1.12574e-06 ... 8.04811e-01 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0:222]= 7.14235e+18 ... 8.99213e+29 molec/cm^2 | eps[0:222]= 1.20158e-06 ... 8.76829e-01 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0:224]= 6.02919e+18 ... 9.55508e+29 molec/cm^2 | eps[0:224]= 1.12848e-06 ... 9.45445e-01 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0:224]= 5.69718e+18 ... 9.02958e+29 molec/cm^2 | eps[0:224]= 1.17205e-06 ... 9.76100e-01 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:223]= 5.35963e+18 ... 7.57009e+29 molec/cm^2 | eps[0:223]= 1.21009e-06 ... 9.87852e-01 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:220]= 5.01286e+18 ... 5.01318e+29 molec/cm^2 | eps[0:220]= 1.24646e-06 ... 9.87399e-01 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:218]= 4.15112e+18 ... 3.29735e+29 molec/cm^2 | eps[0:218]= 1.14273e-06 ... 9.86732e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:215]= 3.83872e+18 ... 2.15881e+29 molec/cm^2 | eps[0:215]= 1.16538e-06 ... 9.85472e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:213]= 3.52685e+18 ... 1.57534e+29 molec/cm^2 | eps[0:213]= 1.18482e-06 ... 9.88880e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:210]= 3.21963e+18 ... 1.01818e+29 molec/cm^2 | eps[0:210]= 1.19765e-06 ... 9.87130e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:208]= 2.92115e+18 ... 7.33729e+28 molec/cm^2 | eps[0:208]= 1.20249e-06 ... 9.89574e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:205]= 2.63300e+18 ... 4.68297e+28 molec/cm^2 | eps[0:205]= 1.19858e-06 ... 9.87024e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:203]= 2.36272e+18 ... 3.33728e+28 molec/cm^2 | eps[0:203]= 1.18170e-06 ... 9.88524e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:201]= 2.12016e+18 ... 2.37886e+28 molec/cm^2 | eps[0:201]= 1.14293e-06 ... 9.88958e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:198]= 2.14092e+18 ... 1.70047e+28 molec/cm^2 | eps[0:198]= 1.21617e-06 ... 9.88350e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:196]= 1.94092e+18 ... 1.22453e+28 molec/cm^2 | eps[0:196]= 1.12778e-06 ... 9.86382e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:194]= 1.99321e+18 ... 9.98840e+27 molec/cm^2 | eps[0:194]= 1.14963e-06 ... 9.88177e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:192]= 2.06802e+18 ... 8.23341e+27 molec/cm^2 | eps[0:192]= 1.15213e-06 ... 9.88978e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:190]= 2.17080e+18 ... 6.86467e+27 molec/cm^2 | eps[0:190]= 1.13631e-06 ... 9.89066e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:187]= 2.58615e+18 ... 5.78966e+27 molec/cm^2 | eps[0:187]= 1.24172e-06 ... 9.88742e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:185]= 2.78065e+18 ... 4.94477e+27 molec/cm^2 | eps[0:185]= 1.19312e-06 ... 9.88050e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:183]= 3.00283e+18 ... 4.24160e+27 molec/cm^2 | eps[0:183]= 1.15424e-06 ... 9.88021e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:180]= 3.65739e+18 ... 3.65739e+27 molec/cm^2 | eps[0:180]= 1.25801e-06 ... 9.88498e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:178]= 3.99521e+18 ... 3.17351e+27 molec/cm^2 | eps[0:178]= 1.22332e-06 ... 9.89295e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:175]= 4.38863e+18 ... 2.46788e+27 molec/cm^2 | eps[0:175]= 1.19411e-06 ... 9.85928e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:173]= 4.80844e+18 ... 2.14786e+27 molec/cm^2 | eps[0:173]= 1.19695e-06 ... 9.88751e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:170]= 5.26719e+18 ... 1.66563e+27 molec/cm^2 | eps[0:170]= 1.21926e-06 ... 9.87716e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:168]= 5.13719e+18 ... 1.29049e+27 molec/cm^2 | eps[0:168]= 1.12419e-06 ... 9.87435e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:165]= 5.61691e+18 ... 9.98864e+26 molec/cm^2 | eps[0:165]= 1.17775e-06 ... 9.87790e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:162]= 6.14037e+18 ... 7.72929e+26 molec/cm^2 | eps[0:162]= 1.24388e-06 ... 9.88508e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:160]= 5.99083e+18 ... 5.99121e+26 molec/cm^2 | eps[0:160]= 1.17291e-06 ... 9.89248e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:156]= 6.54414e+18 ... 4.12915e+26 molec/cm^2 | eps[0:156]= 1.25618e-06 ... 9.85758e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:154]= 6.31604e+18 ... 3.16535e+26 molec/cm^2 | eps[0:154]= 1.23505e-06 ... 9.88278e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:152]= 5.35235e+18 ... 2.13096e+26 molec/cm^2 | eps[0:152]= 1.12618e-06 ... 9.87383e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:149]= 4.94691e+18 ... 1.39426e+26 molec/cm^2 | eps[0:149]= 1.23094e-06 ... 9.88911e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:147]= 3.48993e+18 ... 7.81205e+25 molec/cm^2 | eps[0:147]= 1.14050e-06 ... 9.88202e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:144]= 2.68883e+18 ... 4.26007e+25 molec/cm^2 | eps[0:144]= 1.17982e-06 ... 9.86858e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:142]= 2.06317e+18 ... 2.59733e+25 molec/cm^2 | eps[0:142]= 1.14758e-06 ... 9.87055e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:140]= 1.78498e+18 ... 1.78510e+25 molec/cm^2 | eps[0:140]= 1.18514e-06 ... 9.88840e-01 Read emissivity table: ../data/boxcar_792.0000_O3.tab p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:224]= 1.57055e+16 ... 2.48914e+27 molec/cm^2 | eps[0:224]= 1.10899e-06 ... 9.87532e-01 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0:221]= 1.49935e+16 ... 1.68228e+27 molec/cm^2 | eps[0:221]= 1.17701e-06 ... 9.88790e-01 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0:218]= 1.42508e+16 ... 1.13196e+27 molec/cm^2 | eps[0:218]= 1.23695e-06 ... 9.89504e-01 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0:216]= 1.20299e+16 ... 7.58980e+26 molec/cm^2 | eps[0:216]= 1.14590e-06 ... 9.89719e-01 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0:213]= 1.13673e+16 ... 5.07689e+26 molec/cm^2 | eps[0:213]= 1.17638e-06 ... 9.89427e-01 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:210]= 1.06939e+16 ... 3.38284e+26 molec/cm^2 | eps[0:210]= 1.20134e-06 ... 9.88843e-01 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:207]= 1.00020e+16 ... 2.23915e+26 molec/cm^2 | eps[0:207]= 1.22416e-06 ... 9.88036e-01 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:204]= 9.29311e+15 ... 1.47287e+26 molec/cm^2 | eps[0:204]= 1.24575e-06 ... 9.87006e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:202]= 8.59441e+15 ... 1.08197e+26 molec/cm^2 | eps[0:202]= 1.25824e-06 ... 9.89452e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:200]= 7.03681e+15 ... 7.03681e+25 molec/cm^2 | eps[0:200]= 1.12963e-06 ... 9.87890e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:198]= 6.42383e+15 ... 5.10295e+25 molec/cm^2 | eps[0:198]= 1.13220e-06 ... 9.89694e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:195]= 5.82834e+15 ... 3.27745e+25 molec/cm^2 | eps[0:195]= 1.12817e-06 ... 9.87500e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:192]= 5.89536e+15 ... 2.34704e+25 molec/cm^2 | eps[0:192]= 1.25336e-06 ... 9.88649e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:190]= 5.28845e+15 ... 1.67267e+25 molec/cm^2 | eps[0:190]= 1.22906e-06 ... 9.89258e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:188]= 4.74583e+15 ... 1.19229e+25 molec/cm^2 | eps[0:188]= 1.18440e-06 ... 9.89163e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:185]= 4.79324e+15 ... 8.52199e+24 molec/cm^2 | eps[0:185]= 1.25757e-06 ... 9.88360e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:183]= 4.34510e+15 ... 6.13814e+24 molec/cm^2 | eps[0:183]= 1.16530e-06 ... 9.86667e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:181]= 4.46224e+15 ... 5.00672e+24 molec/cm^2 | eps[0:181]= 1.18851e-06 ... 9.88092e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:179]= 4.62971e+15 ... 4.12623e+24 molec/cm^2 | eps[0:179]= 1.19322e-06 ... 9.88917e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:177]= 4.85981e+15 ... 3.44048e+24 molec/cm^2 | eps[0:177]= 1.18082e-06 ... 9.89318e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:175]= 5.16005e+15 ... 2.90171e+24 molec/cm^2 | eps[0:175]= 1.15616e-06 ... 9.89490e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:172]= 6.22509e+15 ... 2.47825e+24 molec/cm^2 | eps[0:172]= 1.25652e-06 ... 9.89470e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:170]= 6.72250e+15 ... 2.12584e+24 molec/cm^2 | eps[0:170]= 1.22703e-06 ... 9.89873e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:167]= 7.29743e+15 ... 1.63369e+24 molec/cm^2 | eps[0:167]= 1.20516e-06 ... 9.86863e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:165]= 7.97148e+15 ... 1.41754e+24 molec/cm^2 | eps[0:165]= 1.18768e-06 ... 9.87979e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:163]= 8.75642e+15 ... 1.23687e+24 molec/cm^2 | eps[0:163]= 1.17768e-06 ... 9.89380e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:160]= 9.59410e+15 ... 9.59387e+23 molec/cm^2 | eps[0:160]= 1.19820e-06 ... 9.87905e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:157]= 1.05094e+16 ... 7.43958e+23 molec/cm^2 | eps[0:157]= 1.23964e-06 ... 9.86975e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:155]= 1.02502e+16 ... 5.76398e+23 molec/cm^2 | eps[0:155]= 1.16208e-06 ... 9.86657e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:152]= 1.12071e+16 ... 4.46220e+23 molec/cm^2 | eps[0:152]= 1.24025e-06 ... 9.86784e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:150]= 1.09195e+16 ... 3.45322e+23 molec/cm^2 | eps[0:150]= 1.19337e-06 ... 9.87037e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:148]= 1.06534e+16 ... 2.67599e+23 molec/cm^2 | eps[0:148]= 1.15638e-06 ... 9.87022e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:146]= 1.03722e+16 ... 2.06948e+23 molec/cm^2 | eps[0:146]= 1.13817e-06 ... 9.86972e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:144]= 1.00094e+16 ... 1.58643e+23 molec/cm^2 | eps[0:144]= 1.15201e-06 ... 9.87491e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:142]= 9.51867e+15 ... 1.19833e+23 molec/cm^2 | eps[0:142]= 1.20509e-06 ... 9.88884e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:140]= 7.84100e+15 ... 7.84050e+22 molec/cm^2 | eps[0:140]= 1.18086e-06 ... 9.87338e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:138]= 6.20518e+15 ... 4.92908e+22 molec/cm^2 | eps[0:138]= 1.21048e-06 ... 9.86979e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:137]= 4.78014e+15 ... 3.38397e+22 molec/cm^2 | eps[0:137]= 1.22491e-06 ... 9.89904e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:136]= 3.66913e+15 ... 2.31491e+22 molec/cm^2 | eps[0:136]= 1.16764e-06 ... 9.89548e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:134]= 3.17414e+15 ... 1.59075e+22 molec/cm^2 | eps[0:134]= 1.18181e-06 ... 9.85714e-01 Read emissivity table: ../data/boxcar_792.0000_F11.tab Read emissivity table: ../data/boxcar_792.0000_CCl4.tab p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:132]= 1.39982e+11 ... 5.57253e+17 molec/cm^2 | eps[0:132]= 1.11846e-06 ... 9.84823e-01 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0:131]= 1.68251e+11 ... 5.96880e+17 molec/cm^2 | eps[0:131]= 1.24061e-06 ... 9.84123e-01 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0:132]= 1.79378e+11 ... 7.14184e+17 molec/cm^2 | eps[0:132]= 1.22462e-06 ... 9.89555e-01 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0:132]= 1.90724e+11 ... 7.58980e+17 molec/cm^2 | eps[0:132]= 1.21025e-06 ... 9.89015e-01 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0:132]= 2.02139e+11 ... 8.04771e+17 molec/cm^2 | eps[0:132]= 1.20142e-06 ... 9.88670e-01 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:132]= 2.13373e+11 ... 8.49420e+17 molec/cm^2 | eps[0:132]= 1.18708e-06 ... 9.88085e-01 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:132]= 2.23915e+11 ... 8.91302e+17 molec/cm^2 | eps[0:132]= 1.16139e-06 ... 9.86957e-01 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:132]= 2.33434e+11 ... 9.29435e+17 molec/cm^2 | eps[0:132]= 1.12250e-06 ... 9.85039e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:132]= 2.71778e+11 ... 1.08183e+18 molec/cm^2 | eps[0:132]= 1.21284e-06 ... 9.89115e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:132]= 2.80140e+11 ... 1.11533e+18 molec/cm^2 | eps[0:132]= 1.15458e-06 ... 9.86641e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:132]= 3.21974e+11 ... 1.28222e+18 molec/cm^2 | eps[0:132]= 1.22220e-06 ... 9.89467e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:132]= 3.27743e+11 ... 1.30475e+18 molec/cm^2 | eps[0:132]= 1.14332e-06 ... 9.86100e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:132]= 3.71980e+11 ... 1.48088e+18 molec/cm^2 | eps[0:132]= 1.18975e-06 ... 9.88196e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:132]= 4.20133e+11 ... 1.67258e+18 molec/cm^2 | eps[0:132]= 1.22951e-06 ... 9.89733e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:132]= 4.23028e+11 ... 1.68411e+18 molec/cm^2 | eps[0:132]= 1.15138e-06 ... 9.86489e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:132]= 4.79291e+11 ... 1.90809e+18 molec/cm^2 | eps[0:132]= 1.23474e-06 ... 9.89919e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:132]= 4.87538e+11 ... 1.94092e+18 molec/cm^2 | eps[0:132]= 1.22620e-06 ... 9.89613e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:132]= 4.46224e+11 ... 1.77645e+18 molec/cm^2 | eps[0:132]= 1.13115e-06 ... 9.85489e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:132]= 4.62974e+11 ... 1.84312e+18 molec/cm^2 | eps[0:132]= 1.21740e-06 ... 9.89288e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:132]= 4.33134e+11 ... 1.72433e+18 molec/cm^2 | eps[0:132]= 1.21315e-06 ... 9.89127e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:131]= 4.09873e+11 ... 1.45430e+18 molec/cm^2 | eps[0:131]= 1.24685e-06 ... 9.84432e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:132]= 3.50059e+11 ... 1.39362e+18 molec/cm^2 | eps[0:132]= 1.17864e-06 ... 9.87726e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:131]= 3.36924e+11 ... 1.19545e+18 molec/cm^2 | eps[0:131]= 1.24447e-06 ... 9.84315e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:132]= 2.90516e+11 ... 1.15657e+18 molec/cm^2 | eps[0:132]= 1.17452e-06 ... 9.87546e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:131]= 2.82821e+11 ... 1.00356e+18 molec/cm^2 | eps[0:131]= 1.25297e-06 ... 9.84730e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:132]= 2.46799e+11 ... 9.82500e+17 molec/cm^2 | eps[0:132]= 1.19518e-06 ... 9.88424e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:131]= 2.40971e+11 ... 8.55058e+17 molec/cm^2 | eps[0:131]= 1.24283e-06 ... 9.84260e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:132]= 2.09662e+11 ... 8.34759e+17 molec/cm^2 | eps[0:132]= 1.13687e-06 ... 9.85820e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:132]= 2.04584e+11 ... 8.14138e+17 molec/cm^2 | eps[0:132]= 1.15531e-06 ... 9.86713e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:132]= 1.99294e+11 ... 7.93391e+17 molec/cm^2 | eps[0:132]= 1.16159e-06 ... 9.86998e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:132]= 1.94177e+11 ... 7.72929e+17 molec/cm^2 | eps[0:132]= 1.16047e-06 ... 9.86936e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:132]= 1.89446e+11 ... 7.54098e+17 molec/cm^2 | eps[0:132]= 1.15502e-06 ... 9.86689e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:132]= 1.84442e+11 ... 7.34520e+17 molec/cm^2 | eps[0:132]= 1.13484e-06 ... 9.85712e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:132]= 1.78001e+11 ... 7.08632e+17 molec/cm^2 | eps[0:132]= 1.15461e-06 ... 9.86821e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:132]= 1.69269e+11 ... 6.73870e+17 molec/cm^2 | eps[0:132]= 1.14091e-06 ... 9.86350e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:132]= 1.75527e+11 ... 6.98782e+17 molec/cm^2 | eps[0:132]= 1.17905e-06 ... 9.88289e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:131]= 1.96229e+11 ... 6.96246e+17 molec/cm^2 | eps[0:131]= 1.25067e-06 ... 9.85502e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:132]= 1.90292e+11 ... 7.57567e+17 molec/cm^2 | eps[0:132]= 1.15245e-06 ... 9.87611e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:132]= 1.83880e+11 ... 7.32039e+17 molec/cm^2 | eps[0:132]= 1.15670e-06 ... 9.88220e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:132]= 1.59086e+11 ... 6.33335e+17 molec/cm^2 | eps[0:132]= 1.15746e-06 ... 9.88669e-01 Read emissivity table: ../data/boxcar_832.0000_CO2.tab Warning (jurassic.c, read_tbl_asc, l6028): Column density or emissivity out of range (7489 data points)! p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:130]= 3.13343e+23 ... 9.90963e+29 molec/cm^2 | eps[0:130]= 1.00212e-06 ... 1.94861e-02 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0:132]= 2.37610e+23 ... 9.46005e+29 molec/cm^2 | eps[0:132]= 1.23653e-06 ... 2.56110e-02 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0:136]= 1.42554e+23 ... 8.99213e+29 molec/cm^2 | eps[0:136]= 1.17664e-06 ... 3.35026e-02 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0:140]= 9.55570e+22 ... 9.55508e+29 molec/cm^2 | eps[0:140]= 1.20899e-06 ... 4.52905e-02 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0:143]= 6.39228e+22 ... 9.02958e+29 molec/cm^2 | eps[0:143]= 1.18333e-06 ... 5.65367e-02 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:147]= 4.25735e+22 ... 9.53084e+29 molec/cm^2 | eps[0:147]= 1.14839e-06 ... 7.36459e-02 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:150]= 2.81892e+22 ... 8.91302e+29 molec/cm^2 | eps[0:150]= 1.12654e-06 ... 9.20587e-02 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:154]= 1.85422e+22 ... 9.29435e+29 molec/cm^2 | eps[0:154]= 1.12441e-06 ... 1.22189e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:157]= 1.36212e+22 ... 9.64153e+29 molec/cm^2 | eps[0:157]= 1.23691e-06 ... 1.62274e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:161]= 8.85864e+21 ... 9.94301e+29 molec/cm^2 | eps[0:161]= 1.22656e-06 ... 2.19028e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:164]= 5.72600e+21 ... 9.07448e+29 molec/cm^2 | eps[0:164]= 1.21539e-06 ... 2.84226e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:168]= 3.67702e+21 ... 9.23705e+29 molec/cm^2 | eps[0:168]= 1.19924e-06 ... 3.89130e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:172]= 2.34719e+21 ... 9.34369e+29 molec/cm^2 | eps[0:172]= 1.17574e-06 ... 5.29239e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:176]= 1.49069e+21 ... 9.40561e+29 molec/cm^2 | eps[0:176]= 1.12235e-06 ... 6.92149e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:178]= 1.19226e+21 ... 9.47042e+29 molec/cm^2 | eps[0:178]= 1.24434e-06 ... 8.33352e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:180]= 9.56314e+20 ... 9.56314e+29 molec/cm^2 | eps[0:180]= 1.25646e-06 ... 9.24528e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:181]= 8.66976e+20 ... 9.72765e+29 molec/cm^2 | eps[0:181]= 1.25882e-06 ... 9.67361e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:181]= 8.90335e+20 ... 9.98970e+29 molec/cm^2 | eps[0:181]= 1.25159e-06 ... 9.84076e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:179]= 1.03646e+21 ... 9.23750e+29 molec/cm^2 | eps[0:179]= 1.25117e-06 ... 9.85188e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:178]= 1.22073e+21 ... 9.69662e+29 molec/cm^2 | eps[0:178]= 1.12232e-06 ... 9.86661e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:174]= 1.83085e+21 ... 9.17602e+29 molec/cm^2 | eps[0:174]= 1.15800e-06 ... 9.77258e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:170]= 3.11993e+21 ... 9.86615e+29 molec/cm^2 | eps[0:170]= 1.21897e-06 ... 9.66270e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:166]= 4.75916e+21 ... 9.49570e+29 molec/cm^2 | eps[0:166]= 1.16733e-06 ... 9.41630e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:162]= 7.29743e+21 ... 9.18698e+29 molec/cm^2 | eps[0:162]= 1.12460e-06 ... 9.09821e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:157]= 1.26340e+22 ... 8.94407e+29 molec/cm^2 | eps[0:157]= 1.20364e-06 ... 8.68746e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:154]= 1.96032e+22 ... 9.82500e+29 molec/cm^2 | eps[0:154]= 1.15297e-06 ... 8.48439e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:150]= 3.03391e+22 ... 9.59387e+29 molec/cm^2 | eps[0:150]= 1.24804e-06 ... 8.28651e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:148]= 3.72886e+22 ... 9.36700e+29 molec/cm^2 | eps[0:148]= 1.15206e-06 ... 8.24810e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:146]= 4.57858e+22 ... 9.13607e+29 molec/cm^2 | eps[0:146]= 1.14139e-06 ... 8.36896e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:145]= 5.61687e+22 ... 9.98864e+29 molec/cm^2 | eps[0:145]= 1.19998e-06 ... 8.85509e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:144]= 6.14042e+22 ... 9.73155e+29 molec/cm^2 | eps[0:144]= 1.17050e-06 ... 9.11960e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:143]= 6.72179e+22 ... 9.49521e+29 molec/cm^2 | eps[0:143]= 1.15638e-06 ... 9.35750e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:142]= 7.34281e+22 ... 9.24258e+29 molec/cm^2 | eps[0:142]= 1.22204e-06 ... 9.61781e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:143]= 6.31569e+22 ... 8.92168e+29 molec/cm^2 | eps[0:143]= 1.20138e-06 ... 9.87726e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:141]= 4.25180e+22 ... 4.77063e+29 molec/cm^2 | eps[0:141]= 1.16513e-06 ... 9.85972e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:140]= 1.96944e+22 ... 1.96943e+29 molec/cm^2 | eps[0:140]= 1.14718e-06 ... 9.89083e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:138]= 6.20518e+21 ... 4.92908e+28 molec/cm^2 | eps[0:138]= 1.18256e-06 ... 9.87733e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:137]= 1.69598e+21 ... 1.20074e+28 molec/cm^2 | eps[0:137]= 1.17004e-06 ... 9.89175e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:136]= 5.81480e+20 ... 3.66913e+27 molec/cm^2 | eps[0:136]= 1.14665e-06 ... 9.89706e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:134]= 2.82901e+20 ... 1.41786e+27 molec/cm^2 | eps[0:134]= 1.22784e-06 ... 9.88358e-01 Read emissivity table: ../data/boxcar_832.0000_H2O.tab Warning (jurassic.c, read_tbl_asc, l6028): Column density or emissivity out of range (6231 data points)! p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0: 81]= 8.83246e+25 ... 9.90963e+29 molec/cm^2 | eps[0: 81]= 1.06317e-06 ... 1.16684e-02 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0: 84]= 5.96901e+25 ... 9.46005e+29 molec/cm^2 | eps[0: 84]= 1.16289e-06 ... 1.76202e-02 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0: 87]= 4.01641e+25 ... 8.99213e+29 molec/cm^2 | eps[0: 87]= 1.25814e-06 ... 2.59391e-02 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0: 92]= 2.40028e+25 ... 9.55508e+29 molec/cm^2 | eps[0: 92]= 1.19463e-06 ... 4.14064e-02 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0: 95]= 1.60567e+25 ... 9.02958e+29 molec/cm^2 | eps[0: 95]= 1.24447e-06 ... 5.79418e-02 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:100]= 9.53108e+24 ... 9.53084e+29 molec/cm^2 | eps[0:100]= 1.14953e-06 ... 8.92416e-02 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:103]= 6.31091e+24 ... 8.91302e+29 molec/cm^2 | eps[0:103]= 1.19820e-06 ... 1.22586e-01 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:108]= 3.69989e+24 ... 9.29435e+29 molec/cm^2 | eps[0:108]= 1.12711e-06 ... 1.85000e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:112]= 2.42231e+24 ... 9.64153e+29 molec/cm^2 | eps[0:112]= 1.18171e-06 ... 2.71774e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:116]= 1.57554e+24 ... 9.94301e+29 molec/cm^2 | eps[0:116]= 1.25631e-06 ... 3.87640e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:120]= 9.07448e+23 ... 9.07448e+29 molec/cm^2 | eps[0:120]= 1.20044e-06 ... 4.89583e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:125]= 5.19438e+23 ... 9.23705e+29 molec/cm^2 | eps[0:125]= 1.15543e-06 ... 6.41427e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:129]= 3.31527e+23 ... 9.34369e+29 molec/cm^2 | eps[0:129]= 1.25547e-06 ... 7.87978e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:134]= 1.87667e+23 ... 9.40561e+29 molec/cm^2 | eps[0:134]= 1.19754e-06 ... 9.00985e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:138]= 1.19226e+23 ... 9.47042e+29 molec/cm^2 | eps[0:138]= 1.18506e-06 ... 9.64936e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:140]= 8.52320e+22 ... 8.52314e+29 molec/cm^2 | eps[0:140]= 1.18986e-06 ... 9.84996e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:140]= 6.88672e+22 ... 6.88664e+29 molec/cm^2 | eps[0:140]= 1.17450e-06 ... 9.89154e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:138]= 6.30296e+22 ... 5.00672e+29 molec/cm^2 | eps[0:138]= 1.15794e-06 ... 9.85002e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:136]= 6.53964e+22 ... 4.12625e+29 molec/cm^2 | eps[0:136]= 1.19330e-06 ... 9.85632e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:134]= 6.86443e+22 ... 3.44051e+29 molec/cm^2 | eps[0:134]= 1.20049e-06 ... 9.84756e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:133]= 7.28925e+22 ... 3.25579e+29 molec/cm^2 | eps[0:133]= 1.24612e-06 ... 9.89458e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:132]= 6.98493e+22 ... 2.78068e+29 molec/cm^2 | eps[0:132]= 1.20904e-06 ... 9.87351e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:132]= 5.99062e+22 ... 2.38519e+29 molec/cm^2 | eps[0:132]= 1.12833e-06 ... 9.86140e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:131]= 5.79579e+22 ... 2.05656e+29 molec/cm^2 | eps[0:131]= 1.23138e-06 ... 9.85756e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:131]= 5.02997e+22 ... 1.78466e+29 molec/cm^2 | eps[0:131]= 1.22502e-06 ... 9.85995e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:131]= 4.38862e+22 ... 1.55693e+29 molec/cm^2 | eps[0:131]= 1.24270e-06 ... 9.87026e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:132]= 3.40411e+22 ... 1.35498e+29 molec/cm^2 | eps[0:132]= 1.17255e-06 ... 9.89961e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:132]= 2.63984e+22 ... 1.05094e+29 molec/cm^2 | eps[0:132]= 1.13485e-06 ... 9.88401e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:132]= 2.04518e+22 ... 8.14198e+28 molec/cm^2 | eps[0:132]= 1.12347e-06 ... 9.87885e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:132]= 1.58306e+22 ... 6.30225e+28 molec/cm^2 | eps[0:132]= 1.13229e-06 ... 9.88297e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:132]= 1.22517e+22 ... 4.87751e+28 molec/cm^2 | eps[0:132]= 1.15499e-06 ... 9.89286e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:131]= 9.49483e+21 ... 3.36887e+28 molec/cm^2 | eps[0:131]= 1.18372e-06 ... 9.84212e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:131]= 7.34260e+21 ... 2.60534e+28 molec/cm^2 | eps[0:131]= 1.23333e-06 ... 9.86704e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:131]= 5.01641e+21 ... 1.78001e+28 molec/cm^2 | eps[0:131]= 1.18606e-06 ... 9.84336e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:131]= 3.37722e+21 ... 1.19830e+28 molec/cm^2 | eps[0:131]= 1.19359e-06 ... 9.84725e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:132]= 1.96957e+21 ... 7.84100e+27 molec/cm^2 | eps[0:132]= 1.15440e-06 ... 9.89229e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:131]= 1.10348e+21 ... 3.91545e+27 molec/cm^2 | eps[0:131]= 1.20880e-06 ... 9.85448e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:132]= 5.36316e+20 ... 2.13508e+27 molec/cm^2 | eps[0:132]= 1.13151e-06 ... 9.88199e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:131]= 3.26990e+20 ... 1.16020e+27 molec/cm^2 | eps[0:131]= 1.23792e-06 ... 9.86877e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:131]= 2.00279e+20 ... 7.10615e+26 molec/cm^2 | eps[0:131]= 1.25051e-06 ... 9.87494e-01 Read emissivity table: ../data/boxcar_832.0000_O3.tab p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:230]= 1.76220e+18 ... 5.57253e+29 molec/cm^2 | eps[0:230]= 1.10137e-06 ... 9.89051e-01 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0:227]= 1.49938e+18 ... 3.35674e+29 molec/cm^2 | eps[0:227]= 1.16746e-06 ... 9.89576e-01 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0:224]= 1.27008e+18 ... 2.01271e+29 molec/cm^2 | eps[0:224]= 1.21922e-06 ... 9.89417e-01 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0:221]= 1.07213e+18 ... 1.20299e+29 molec/cm^2 | eps[0:221]= 1.24978e-06 ... 9.88439e-01 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0:218]= 9.02958e+17 ... 7.17226e+28 molec/cm^2 | eps[0:218]= 1.25205e-06 ... 9.86344e-01 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:216]= 7.57009e+17 ... 4.77682e+28 molec/cm^2 | eps[0:216]= 1.24690e-06 ... 9.88449e-01 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:213]= 6.30996e+17 ... 2.81892e+28 molec/cm^2 | eps[0:213]= 1.24429e-06 ... 9.85765e-01 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:211]= 5.22626e+17 ... 1.85422e+28 molec/cm^2 | eps[0:211]= 1.24739e-06 ... 9.87729e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:209]= 4.30739e+17 ... 1.21398e+28 molec/cm^2 | eps[0:209]= 1.23731e-06 ... 9.88941e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:207]= 3.52676e+17 ... 7.89530e+27 molec/cm^2 | eps[0:207]= 1.22930e-06 ... 9.89903e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:204]= 2.86961e+17 ... 4.54813e+27 molec/cm^2 | eps[0:204]= 1.21668e-06 ... 9.86192e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:202]= 2.32024e+17 ... 2.92115e+27 molec/cm^2 | eps[0:202]= 1.19747e-06 ... 9.86455e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:200]= 1.86432e+17 ... 1.86442e+27 molec/cm^2 | eps[0:200]= 1.17066e-06 ... 9.86168e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:199]= 1.49069e+17 ... 1.32858e+27 molec/cm^2 | eps[0:199]= 1.12698e-06 ... 9.89563e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:196]= 1.33773e+17 ... 8.44052e+26 molec/cm^2 | eps[0:196]= 1.17300e-06 ... 9.87173e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:194]= 1.20394e+17 ... 6.03392e+26 molec/cm^2 | eps[0:194]= 1.17156e-06 ... 9.87630e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:191]= 1.22465e+17 ... 4.34518e+26 molec/cm^2 | eps[0:191]= 1.24658e-06 ... 9.86229e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:190]= 1.12085e+17 ... 3.54451e+26 molec/cm^2 | eps[0:190]= 1.12414e-06 ... 9.87762e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:187]= 1.30485e+17 ... 2.92113e+26 molec/cm^2 | eps[0:187]= 1.22113e-06 ... 9.87862e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:185]= 1.36969e+17 ... 2.43569e+26 molec/cm^2 | eps[0:185]= 1.13242e-06 ... 9.86658e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:183]= 1.63171e+17 ... 2.30495e+26 molec/cm^2 | eps[0:183]= 1.13736e-06 ... 9.88973e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:179]= 2.20869e+17 ... 1.96851e+26 molec/cm^2 | eps[0:179]= 1.23473e-06 ... 9.85780e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:177]= 2.67622e+17 ... 1.89476e+26 molec/cm^2 | eps[0:177]= 1.20781e-06 ... 9.87859e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:174]= 3.25959e+17 ... 1.63357e+26 molec/cm^2 | eps[0:174]= 1.18726e-06 ... 9.85624e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:172]= 3.99521e+17 ... 1.59049e+26 molec/cm^2 | eps[0:172]= 1.16499e-06 ... 9.88304e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:169]= 4.92438e+17 ... 1.38787e+26 molec/cm^2 | eps[0:169]= 1.14806e-06 ... 9.86752e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:166]= 6.05323e+17 ... 1.20790e+26 molec/cm^2 | eps[0:166]= 1.19402e-06 ... 9.87298e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:164]= 6.63141e+17 ... 1.05094e+26 molec/cm^2 | eps[0:164]= 1.14197e-06 ... 9.89025e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:161]= 7.25673e+17 ... 8.14198e+25 molec/cm^2 | eps[0:161]= 1.12577e-06 ... 9.87501e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:158]= 7.93391e+17 ... 6.30225e+25 molec/cm^2 | eps[0:158]= 1.13734e-06 ... 9.86855e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:155]= 8.67282e+17 ... 4.87751e+25 molec/cm^2 | eps[0:155]= 1.16686e-06 ... 9.86827e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:152]= 9.49521e+17 ... 3.77994e+25 molec/cm^2 | eps[0:152]= 1.20069e-06 ... 9.86887e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:150]= 9.24258e+17 ... 2.92321e+25 molec/cm^2 | eps[0:150]= 1.12961e-06 ... 9.87708e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:147]= 8.92168e+17 ... 1.99721e+25 molec/cm^2 | eps[0:147]= 1.13234e-06 ... 9.85708e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:144]= 8.48352e+17 ... 1.34451e+25 molec/cm^2 | eps[0:144]= 1.23956e-06 ... 9.86823e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:142]= 6.22790e+17 ... 7.84100e+24 molec/cm^2 | eps[0:142]= 1.25036e-06 ... 9.88193e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:141]= 3.48949e+17 ... 3.91545e+24 molec/cm^2 | eps[0:141]= 1.17327e-06 ... 9.89741e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:138]= 2.13512e+17 ... 1.69598e+24 molec/cm^2 | eps[0:138]= 1.25656e-06 ... 9.86217e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:137]= 1.30177e+17 ... 9.21582e+23 molec/cm^2 | eps[0:137]= 1.19807e-06 ... 9.86834e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:136]= 8.94617e+16 ... 5.64460e+23 molec/cm^2 | eps[0:136]= 1.13850e-06 ... 9.86801e-01 Read emissivity table: ../data/boxcar_832.0000_F11.tab p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:132]= 1.97713e+12 ... 7.87120e+18 molec/cm^2 | eps[0:132]= 1.08245e-06 ... 9.85948e-01 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0:131]= 2.37610e+12 ... 8.43131e+18 molec/cm^2 | eps[0:131]= 1.21734e-06 ... 9.86085e-01 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0:131]= 2.53430e+12 ... 8.99213e+18 molec/cm^2 | eps[0:131]= 1.21712e-06 ... 9.86074e-01 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0:131]= 2.69281e+12 ... 9.55508e+18 molec/cm^2 | eps[0:131]= 1.21689e-06 ... 9.86063e-01 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0:131]= 2.85552e+12 ... 1.01304e+19 molec/cm^2 | eps[0:131]= 1.22038e-06 ... 9.86231e-01 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:131]= 3.01415e+12 ... 1.06944e+19 molec/cm^2 | eps[0:131]= 1.21785e-06 ... 9.86109e-01 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:131]= 3.16289e+12 ... 1.12219e+19 molec/cm^2 | eps[0:131]= 1.20370e-06 ... 9.85409e-01 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:131]= 3.29735e+12 ... 1.16979e+19 molec/cm^2 | eps[0:131]= 1.17585e-06 ... 9.83925e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:132]= 3.42148e+12 ... 1.36218e+19 molec/cm^2 | eps[0:132]= 1.14386e-06 ... 9.88939e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:131]= 3.95708e+12 ... 1.40384e+19 molec/cm^2 | eps[0:131]= 1.23459e-06 ... 9.86894e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:131]= 4.05343e+12 ... 1.43831e+19 molec/cm^2 | eps[0:131]= 1.17694e-06 ... 9.83986e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:131]= 4.62949e+12 ... 1.64314e+19 molec/cm^2 | eps[0:131]= 1.24806e-06 ... 9.87494e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:132]= 4.68294e+12 ... 1.86442e+19 molec/cm^2 | eps[0:132]= 1.16939e-06 ... 9.89986e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:131]= 5.28916e+12 ... 1.87667e+19 molec/cm^2 | eps[0:131]= 1.22161e-06 ... 9.86290e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:132]= 5.32561e+12 ... 2.12016e+19 molec/cm^2 | eps[0:132]= 1.15373e-06 ... 9.89356e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:131]= 6.03392e+12 ... 2.14092e+19 molec/cm^2 | eps[0:131]= 1.24565e-06 ... 9.87389e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:131]= 6.13771e+12 ... 2.17774e+19 molec/cm^2 | eps[0:131]= 1.24061e-06 ... 9.87166e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:132]= 5.61764e+12 ... 2.23642e+19 molec/cm^2 | eps[0:132]= 1.14337e-06 ... 9.88918e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:131]= 5.82845e+12 ... 2.06802e+19 molec/cm^2 | eps[0:131]= 1.22510e-06 ... 9.86455e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:131]= 5.45283e+12 ... 1.93473e+19 molec/cm^2 | eps[0:131]= 1.21160e-06 ... 9.85804e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:131]= 5.16000e+12 ... 1.83085e+19 molec/cm^2 | eps[0:131]= 1.23309e-06 ... 9.86826e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:132]= 4.40706e+12 ... 1.75447e+19 molec/cm^2 | eps[0:132]= 1.15151e-06 ... 9.89264e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:131]= 4.24169e+12 ... 1.50499e+19 molec/cm^2 | eps[0:131]= 1.20241e-06 ... 9.85344e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:132]= 3.65730e+12 ... 1.45604e+19 molec/cm^2 | eps[0:132]= 1.12209e-06 ... 9.87960e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:131]= 3.56093e+12 ... 1.26340e+19 molec/cm^2 | eps[0:131]= 1.18287e-06 ... 9.84313e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:131]= 3.48624e+12 ... 1.23687e+19 molec/cm^2 | eps[0:131]= 1.25149e-06 ... 9.87642e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:132]= 3.03386e+12 ... 1.20783e+19 molec/cm^2 | eps[0:132]= 1.15243e-06 ... 9.89302e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:131]= 2.96154e+12 ... 1.05094e+19 molec/cm^2 | eps[0:131]= 1.17660e-06 ... 9.83968e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:131]= 2.88850e+12 ... 1.02495e+19 molec/cm^2 | eps[0:131]= 1.18687e-06 ... 9.84530e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:131]= 2.81603e+12 ... 9.98864e+18 molec/cm^2 | eps[0:131]= 1.18559e-06 ... 9.84461e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:131]= 2.74283e+12 ... 9.73155e+18 molec/cm^2 | eps[0:131]= 1.17773e-06 ... 9.84041e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:131]= 2.67599e+12 ... 9.49521e+18 molec/cm^2 | eps[0:131]= 1.17146e-06 ... 9.83756e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:132]= 2.60532e+12 ... 1.03706e+19 molec/cm^2 | eps[0:132]= 1.16170e-06 ... 9.89761e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:131]= 2.51432e+12 ... 8.92168e+18 molec/cm^2 | eps[0:131]= 1.21174e-06 ... 9.85929e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:131]= 2.39098e+12 ... 8.48352e+18 molec/cm^2 | eps[0:131]= 1.23955e-06 ... 9.87255e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:131]= 2.20974e+12 ... 7.84046e+18 molec/cm^2 | eps[0:131]= 1.20327e-06 ... 9.85560e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:131]= 2.20173e+12 ... 7.81200e+18 molec/cm^2 | eps[0:131]= 1.21339e-06 ... 9.86088e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:131]= 2.13512e+12 ... 7.57567e+18 molec/cm^2 | eps[0:131]= 1.20216e-06 ... 9.85553e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:132]= 1.83880e+12 ... 7.32039e+18 molec/cm^2 | eps[0:132]= 1.12298e-06 ... 9.88217e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:132]= 1.59086e+12 ... 6.33335e+18 molec/cm^2 | eps[0:132]= 1.14551e-06 ... 9.89227e-01 Read emissivity table: ../data/boxcar_832.0000_CCl4.tab Initialize source function table... Number of data points: 1200 Read shape function: ../data/boxcar_792.0000.filt Number of data points: 2005 Range of x values: 791.4990 ... 792.5010 Range of y values: 0 ... 1 channel= 792.0000 cm^-1 | T= 100 ... 400 K | B= 6.65706e-05 ... 0.363752 W/(m^2 sr cm^-1) Read shape function: ../data/boxcar_832.0000.filt Number of data points: 2005 Range of x values: 831.4990 ... 832.5010 Range of y values: 0 ... 1 channel= 832.0000 cm^-1 | T= 100 ... 400 K | B= 4.34044e-05 ... 0.362203 W/(m^2 sr cm^-1) TASK = - DIRLIST = - OBSREF = data.ref/rad.tab Read atmospheric data: data/atm.tab Number of data points: 91 Time range: 0.00 ... 0.00 s Altitude range: 0 ... 90 km Longitude range: 0 ... 0 deg Latitude range: 0 ... 0 deg Pressure range: 1017 ... 0.00184003 hPa Temperature range: 181.43 ... 285.14 K Emitter CO2 range: 0.000367735 ... 0.000367735 ppv Emitter H2O range: 5.924e-07 ... 0.01166 ppv Emitter O3 range: 2.218e-08 ... 7.447e-06 ppv Emitter F11 range: 4.709e-22 ... 2.65e-10 ppv Emitter CCl4 range: 1e-14 ... 1.075e-10 ppv Extinction range (window 0): 0 ... 0 km^-1 Cloud layer: none Surface layer: none Read observation data: data/obs.tab Number of ray paths: 66 Time range: 0.00 ... 0.00 s Observer altitude range: 780 ... 780 km Observer longitude range: 0 ... 0 deg Observer latitude range: 0 ... 0 deg View point altitude range: 3 ... 68 km View point longitude range: 0 ... 0 deg View point latitude range: 25.7915 ... 26.9643 deg Tangent point altitude range: 0 ... 0 km Tangent point longitude range: 0 ... 0 deg Tangent point latitude range: 0 ... 0 deg Radiance (792.0000 cm^-1) range: 0 ... 0 W/(m^2 sr cm^-1) Radiance (832.0000 cm^-1) range: 0 ... 0 W/(m^2 sr cm^-1) Write observation data: data/rad_cga.tab Number of ray paths: 66 Time range: 0.00 ... 0.00 s Observer altitude range: 780 ... 780 km Observer longitude range: 0 ... 0 deg Observer latitude range: 0 ... 0 deg View point altitude range: 3 ... 68 km View point longitude range: 0 ... 0 deg View point latitude range: 25.7915 ... 26.9643 deg Tangent point altitude range: 1.48665 ... 68 km Tangent point longitude range: -2.77074e-08 ... 0 deg Tangent point latitude range: 25.7915 ... 27.4458 deg Radiance (792.0000 cm^-1) range: 4.83328e-05 ... 0.0434663 W/(m^2 sr cm^-1) Radiance (832.0000 cm^-1) range: 2.8233e-08 ... 0.076416 W/(m^2 sr cm^-1) Read observation data: data.ref/rad.tab Number of ray paths: 66 Time range: 0.00 ... 0.00 s Observer altitude range: 780 ... 780 km Observer longitude range: 0 ... 0 deg Observer latitude range: 0 ... 0 deg View point altitude range: 3 ... 68 km View point longitude range: 0 ... 0 deg View point latitude range: 25.7915 ... 26.9643 deg Tangent point altitude range: 1.48665 ... 68 km Tangent point longitude range: -2.77074e-08 ... 0 deg Tangent point latitude range: 25.7915 ... 27.4458 deg Radiance (792.0000 cm^-1) range: 4.91501e-05 ... 0.0429344 W/(m^2 sr cm^-1) Radiance (832.0000 cm^-1) range: 2.86906e-08 ... 0.0763938 W/(m^2 sr cm^-1) EVAL: nu= 792.0000 cm^-1 | MRE= -0.104537 % | SDRE= 1.57633 % | MinRE= -2.00826 % | MaxRE= 2.61466 % EVAL: nu= 832.0000 cm^-1 | MRE= -0.00720234 % | SDRE= 1.17898 % | MinRE= -1.6073 % | MaxRE= 2.41141 % Juelich Rapid Spectral Simulation Code (JURASSIC) (executable: ../../src/formod | version: v1.14-10-gdc1110 | compiled: Jan 10 2026, 04:36:06) NG = 5 EMITTER[0] = CO2 EMITTER[1] = H2O EMITTER[2] = O3 EMITTER[3] = F11 EMITTER[4] = CCl4 ND = 2 NU[0] = 792.0000 NU[1] = 832.0000 NW = 1 WINDOW[0] = 0 WINDOW[1] = 0 NCL = 0 NSF = 0 SFTYPE = 2 SFSZA = -999 TBLBASE = ../data/boxcar TBLFMT = 1 ATMFMT = 1 OBSFMT = 1 HYDZ = -999 CTM_CO2 = 1 CTM_H2O = 1 CTM_N2 = 1 CTM_O2 = 1 REFRAC = 1 RAYDS = 10 RAYDZ = 0.1 FOV = fov.tab Read shape function: fov.tab Number of data points: 4 Range of x values: -2.0000 ... 2.0000 Range of y values: 0 ... 1 RETP_ZMIN = -100 RETP_ZMAX = 88 RETT_ZMIN = -100 RETT_ZMAX = 88 RETQ_ZMIN[0] = -100 RETQ_ZMAX[0] = 88 RETQ_ZMIN[1] = -100 RETQ_ZMAX[1] = 88 RETQ_ZMIN[2] = -100 RETQ_ZMAX[2] = 88 RETQ_ZMIN[3] = -100 RETQ_ZMAX[3] = 88 RETQ_ZMIN[4] = -100 RETQ_ZMAX[4] = 88 RETK_ZMIN[0] = -100 RETK_ZMAX[0] = 88 RET_CLZ = 0 RET_CLDZ = 0 RET_CLK = 0 RET_SFT = 0 RET_SFEPS = 0 WRITE_BBT = 0 WRITE_MATRIX = 0 FORMOD = 1 RFMBIN = - RFMHIT = - RFMXSC[0] = - RFMXSC[1] = - RFMXSC[2] = - RFMXSC[3] = - RFMXSC[4] = - Read emissivity table: ../data/boxcar_792.0000_CO2.tab Warning (jurassic.c, read_tbl_asc, l6028): Column density or emissivity out of range (27 data points)! p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:224]= 6.25249e+18 ... 9.90963e+29 molec/cm^2 | eps[0:224]= 1.07561e-06 ... 9.26480e-01 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0:226]= 4.74137e+18 ... 9.46005e+29 molec/cm^2 | eps[0:226]= 1.14841e-06 ... 9.65584e-01 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0:228]= 3.57960e+18 ... 8.99213e+29 molec/cm^2 | eps[0:228]= 1.19947e-06 ... 9.88473e-01 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0:225]= 2.69321e+18 ... 4.78901e+29 molec/cm^2 | eps[0:225]= 1.21840e-06 ... 9.88776e-01 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0:222]= 2.02139e+18 ... 2.54565e+29 molec/cm^2 | eps[0:222]= 1.19531e-06 ... 9.88020e-01 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:220]= 1.51067e+18 ... 1.51056e+29 molec/cm^2 | eps[0:220]= 1.16420e-06 ... 9.89837e-01 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:217]= 1.12219e+18 ... 7.94483e+28 molec/cm^2 | eps[0:217]= 1.14061e-06 ... 9.88925e-01 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:214]= 8.28148e+17 ... 4.15112e+28 molec/cm^2 | eps[0:214]= 1.12902e-06 ... 9.88154e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:211]= 6.82716e+17 ... 2.42220e+28 molec/cm^2 | eps[0:211]= 1.23653e-06 ... 9.89760e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:208]= 4.98168e+17 ... 1.25136e+28 molec/cm^2 | eps[0:208]= 1.21418e-06 ... 9.88601e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:205]= 3.61262e+17 ... 6.42383e+27 molec/cm^2 | eps[0:205]= 1.18924e-06 ... 9.87154e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:203]= 2.60335e+17 ... 3.67702e+27 molec/cm^2 | eps[0:203]= 1.15888e-06 ... 9.88479e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:200]= 2.09180e+17 ... 2.09248e+27 molec/cm^2 | eps[0:200]= 1.25855e-06 ... 9.89420e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:198]= 1.49069e+17 ... 1.18410e+27 molec/cm^2 | eps[0:198]= 1.19321e-06 ... 9.89655e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:195]= 1.19226e+17 ... 6.70454e+26 molec/cm^2 | eps[0:195]= 1.19912e-06 ... 9.88199e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:193]= 9.56320e+16 ... 4.27170e+26 molec/cm^2 | eps[0:193]= 1.12935e-06 ... 9.87702e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:190]= 9.72769e+16 ... 3.07615e+26 molec/cm^2 | eps[0:190]= 1.23143e-06 ... 9.87737e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:188]= 9.98990e+16 ... 2.50932e+26 molec/cm^2 | eps[0:188]= 1.23605e-06 ... 9.88380e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:187]= 1.03647e+17 ... 2.32033e+26 molec/cm^2 | eps[0:187]= 1.15273e-06 ... 9.89854e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:184]= 1.36969e+17 ... 2.17081e+26 molec/cm^2 | eps[0:184]= 1.25872e-06 ... 9.89405e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:182]= 1.63171e+17 ... 2.05427e+26 molec/cm^2 | eps[0:182]= 1.15327e-06 ... 9.87290e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:180]= 2.47826e+17 ... 2.47826e+26 molec/cm^2 | eps[0:180]= 1.24802e-06 ... 9.89468e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:178]= 3.36924e+17 ... 2.67622e+26 molec/cm^2 | eps[0:178]= 1.22167e-06 ... 9.89253e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:176]= 4.60438e+17 ... 2.90516e+26 molec/cm^2 | eps[0:176]= 1.20176e-06 ... 9.89316e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:174]= 6.33201e+17 ... 3.17339e+26 molec/cm^2 | eps[0:174]= 1.17503e-06 ... 9.89361e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:172]= 8.75648e+17 ... 3.48624e+26 molec/cm^2 | eps[0:172]= 1.15283e-06 ... 9.89650e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:169]= 1.20783e+18 ... 3.40423e+26 molec/cm^2 | eps[0:169]= 1.23007e-06 ... 9.89541e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:166]= 1.48445e+18 ... 2.96154e+26 molec/cm^2 | eps[0:166]= 1.22736e-06 ... 9.87971e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:164]= 1.62451e+18 ... 2.57432e+26 molec/cm^2 | eps[0:164]= 1.14410e-06 ... 9.87784e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:161]= 1.99294e+18 ... 2.23608e+26 molec/cm^2 | eps[0:161]= 1.24350e-06 ... 9.88745e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:158]= 2.17863e+18 ... 1.73061e+26 molec/cm^2 | eps[0:158]= 1.23428e-06 ... 9.87382e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:156]= 2.38514e+18 ... 1.50482e+26 molec/cm^2 | eps[0:156]= 1.23044e-06 ... 9.89077e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:154]= 2.32208e+18 ... 1.16375e+26 molec/cm^2 | eps[0:154]= 1.13873e-06 ... 9.88715e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:151]= 2.24070e+18 ... 7.95100e+25 molec/cm^2 | eps[0:151]= 1.16703e-06 ... 9.87780e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:148]= 1.89897e+18 ... 4.77066e+25 molec/cm^2 | eps[0:148]= 1.22776e-06 ... 9.87095e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:147]= 1.10750e+18 ... 2.47942e+25 molec/cm^2 | eps[0:147]= 1.16338e-06 ... 9.89752e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:145]= 4.92904e+17 ... 8.76457e+24 molec/cm^2 | eps[0:145]= 1.13624e-06 ... 9.89848e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:142]= 2.13512e+17 ... 2.68883e+24 molec/cm^2 | eps[0:142]= 1.14929e-06 ... 9.86376e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:140]= 1.16021e+17 ... 1.16020e+24 molec/cm^2 | eps[0:140]= 1.21707e-06 ... 9.86532e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:139]= 7.10618e+16 ... 6.33335e+23 molec/cm^2 | eps[0:139]= 1.19215e-06 ... 9.86652e-01 Read emissivity table: ../data/boxcar_792.0000_H2O.tab Warning (jurassic.c, read_tbl_asc, l6028): Column density or emissivity out of range (239 data points)! p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:222]= 7.87142e+18 ... 9.90963e+29 molec/cm^2 | eps[0:222]= 1.04264e-06 ... 7.20753e-01 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0:222]= 7.51454e+18 ... 9.46005e+29 molec/cm^2 | eps[0:222]= 1.12574e-06 ... 8.04811e-01 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0:222]= 7.14235e+18 ... 8.99213e+29 molec/cm^2 | eps[0:222]= 1.20158e-06 ... 8.76829e-01 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0:224]= 6.02919e+18 ... 9.55508e+29 molec/cm^2 | eps[0:224]= 1.12848e-06 ... 9.45445e-01 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0:224]= 5.69718e+18 ... 9.02958e+29 molec/cm^2 | eps[0:224]= 1.17205e-06 ... 9.76100e-01 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:223]= 5.35963e+18 ... 7.57009e+29 molec/cm^2 | eps[0:223]= 1.21009e-06 ... 9.87852e-01 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:220]= 5.01286e+18 ... 5.01318e+29 molec/cm^2 | eps[0:220]= 1.24646e-06 ... 9.87399e-01 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:218]= 4.15112e+18 ... 3.29735e+29 molec/cm^2 | eps[0:218]= 1.14273e-06 ... 9.86732e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:215]= 3.83872e+18 ... 2.15881e+29 molec/cm^2 | eps[0:215]= 1.16538e-06 ... 9.85472e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:213]= 3.52685e+18 ... 1.57534e+29 molec/cm^2 | eps[0:213]= 1.18482e-06 ... 9.88880e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:210]= 3.21963e+18 ... 1.01818e+29 molec/cm^2 | eps[0:210]= 1.19765e-06 ... 9.87130e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:208]= 2.92115e+18 ... 7.33729e+28 molec/cm^2 | eps[0:208]= 1.20249e-06 ... 9.89574e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:205]= 2.63300e+18 ... 4.68297e+28 molec/cm^2 | eps[0:205]= 1.19858e-06 ... 9.87024e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:203]= 2.36272e+18 ... 3.33728e+28 molec/cm^2 | eps[0:203]= 1.18170e-06 ... 9.88524e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:201]= 2.12016e+18 ... 2.37886e+28 molec/cm^2 | eps[0:201]= 1.14293e-06 ... 9.88958e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:198]= 2.14092e+18 ... 1.70047e+28 molec/cm^2 | eps[0:198]= 1.21617e-06 ... 9.88350e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:196]= 1.94092e+18 ... 1.22453e+28 molec/cm^2 | eps[0:196]= 1.12778e-06 ... 9.86382e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:194]= 1.99321e+18 ... 9.98840e+27 molec/cm^2 | eps[0:194]= 1.14963e-06 ... 9.88177e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:192]= 2.06802e+18 ... 8.23341e+27 molec/cm^2 | eps[0:192]= 1.15213e-06 ... 9.88978e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:190]= 2.17080e+18 ... 6.86467e+27 molec/cm^2 | eps[0:190]= 1.13631e-06 ... 9.89066e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:187]= 2.58615e+18 ... 5.78966e+27 molec/cm^2 | eps[0:187]= 1.24172e-06 ... 9.88742e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:185]= 2.78065e+18 ... 4.94477e+27 molec/cm^2 | eps[0:185]= 1.19312e-06 ... 9.88050e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:183]= 3.00283e+18 ... 4.24160e+27 molec/cm^2 | eps[0:183]= 1.15424e-06 ... 9.88021e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:180]= 3.65739e+18 ... 3.65739e+27 molec/cm^2 | eps[0:180]= 1.25801e-06 ... 9.88498e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:178]= 3.99521e+18 ... 3.17351e+27 molec/cm^2 | eps[0:178]= 1.22332e-06 ... 9.89295e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:175]= 4.38863e+18 ... 2.46788e+27 molec/cm^2 | eps[0:175]= 1.19411e-06 ... 9.85928e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:173]= 4.80844e+18 ... 2.14786e+27 molec/cm^2 | eps[0:173]= 1.19695e-06 ... 9.88751e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:170]= 5.26719e+18 ... 1.66563e+27 molec/cm^2 | eps[0:170]= 1.21926e-06 ... 9.87716e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:168]= 5.13719e+18 ... 1.29049e+27 molec/cm^2 | eps[0:168]= 1.12419e-06 ... 9.87435e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:165]= 5.61691e+18 ... 9.98864e+26 molec/cm^2 | eps[0:165]= 1.17775e-06 ... 9.87790e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:162]= 6.14037e+18 ... 7.72929e+26 molec/cm^2 | eps[0:162]= 1.24388e-06 ... 9.88508e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:160]= 5.99083e+18 ... 5.99121e+26 molec/cm^2 | eps[0:160]= 1.17291e-06 ... 9.89248e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:156]= 6.54414e+18 ... 4.12915e+26 molec/cm^2 | eps[0:156]= 1.25618e-06 ... 9.85758e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:154]= 6.31604e+18 ... 3.16535e+26 molec/cm^2 | eps[0:154]= 1.23505e-06 ... 9.88278e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:152]= 5.35235e+18 ... 2.13096e+26 molec/cm^2 | eps[0:152]= 1.12618e-06 ... 9.87383e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:149]= 4.94691e+18 ... 1.39426e+26 molec/cm^2 | eps[0:149]= 1.23094e-06 ... 9.88911e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:147]= 3.48993e+18 ... 7.81205e+25 molec/cm^2 | eps[0:147]= 1.14050e-06 ... 9.88202e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:144]= 2.68883e+18 ... 4.26007e+25 molec/cm^2 | eps[0:144]= 1.17982e-06 ... 9.86858e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:142]= 2.06317e+18 ... 2.59733e+25 molec/cm^2 | eps[0:142]= 1.14758e-06 ... 9.87055e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:140]= 1.78498e+18 ... 1.78510e+25 molec/cm^2 | eps[0:140]= 1.18514e-06 ... 9.88840e-01 Read emissivity table: ../data/boxcar_792.0000_O3.tab p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:224]= 1.57055e+16 ... 2.48914e+27 molec/cm^2 | eps[0:224]= 1.10899e-06 ... 9.87532e-01 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0:221]= 1.49935e+16 ... 1.68228e+27 molec/cm^2 | eps[0:221]= 1.17701e-06 ... 9.88790e-01 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0:218]= 1.42508e+16 ... 1.13196e+27 molec/cm^2 | eps[0:218]= 1.23695e-06 ... 9.89504e-01 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0:216]= 1.20299e+16 ... 7.58980e+26 molec/cm^2 | eps[0:216]= 1.14590e-06 ... 9.89719e-01 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0:213]= 1.13673e+16 ... 5.07689e+26 molec/cm^2 | eps[0:213]= 1.17638e-06 ... 9.89427e-01 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:210]= 1.06939e+16 ... 3.38284e+26 molec/cm^2 | eps[0:210]= 1.20134e-06 ... 9.88843e-01 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:207]= 1.00020e+16 ... 2.23915e+26 molec/cm^2 | eps[0:207]= 1.22416e-06 ... 9.88036e-01 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:204]= 9.29311e+15 ... 1.47287e+26 molec/cm^2 | eps[0:204]= 1.24575e-06 ... 9.87006e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:202]= 8.59441e+15 ... 1.08197e+26 molec/cm^2 | eps[0:202]= 1.25824e-06 ... 9.89452e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:200]= 7.03681e+15 ... 7.03681e+25 molec/cm^2 | eps[0:200]= 1.12963e-06 ... 9.87890e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:198]= 6.42383e+15 ... 5.10295e+25 molec/cm^2 | eps[0:198]= 1.13220e-06 ... 9.89694e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:195]= 5.82834e+15 ... 3.27745e+25 molec/cm^2 | eps[0:195]= 1.12817e-06 ... 9.87500e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:192]= 5.89536e+15 ... 2.34704e+25 molec/cm^2 | eps[0:192]= 1.25336e-06 ... 9.88649e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:190]= 5.28845e+15 ... 1.67267e+25 molec/cm^2 | eps[0:190]= 1.22906e-06 ... 9.89258e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:188]= 4.74583e+15 ... 1.19229e+25 molec/cm^2 | eps[0:188]= 1.18440e-06 ... 9.89163e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:185]= 4.79324e+15 ... 8.52199e+24 molec/cm^2 | eps[0:185]= 1.25757e-06 ... 9.88360e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:183]= 4.34510e+15 ... 6.13814e+24 molec/cm^2 | eps[0:183]= 1.16530e-06 ... 9.86667e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:181]= 4.46224e+15 ... 5.00672e+24 molec/cm^2 | eps[0:181]= 1.18851e-06 ... 9.88092e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:179]= 4.62971e+15 ... 4.12623e+24 molec/cm^2 | eps[0:179]= 1.19322e-06 ... 9.88917e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:177]= 4.85981e+15 ... 3.44048e+24 molec/cm^2 | eps[0:177]= 1.18082e-06 ... 9.89318e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:175]= 5.16005e+15 ... 2.90171e+24 molec/cm^2 | eps[0:175]= 1.15616e-06 ... 9.89490e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:172]= 6.22509e+15 ... 2.47825e+24 molec/cm^2 | eps[0:172]= 1.25652e-06 ... 9.89470e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:170]= 6.72250e+15 ... 2.12584e+24 molec/cm^2 | eps[0:170]= 1.22703e-06 ... 9.89873e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:167]= 7.29743e+15 ... 1.63369e+24 molec/cm^2 | eps[0:167]= 1.20516e-06 ... 9.86863e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:165]= 7.97148e+15 ... 1.41754e+24 molec/cm^2 | eps[0:165]= 1.18768e-06 ... 9.87979e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:163]= 8.75642e+15 ... 1.23687e+24 molec/cm^2 | eps[0:163]= 1.17768e-06 ... 9.89380e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:160]= 9.59410e+15 ... 9.59387e+23 molec/cm^2 | eps[0:160]= 1.19820e-06 ... 9.87905e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:157]= 1.05094e+16 ... 7.43958e+23 molec/cm^2 | eps[0:157]= 1.23964e-06 ... 9.86975e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:155]= 1.02502e+16 ... 5.76398e+23 molec/cm^2 | eps[0:155]= 1.16208e-06 ... 9.86657e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:152]= 1.12071e+16 ... 4.46220e+23 molec/cm^2 | eps[0:152]= 1.24025e-06 ... 9.86784e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:150]= 1.09195e+16 ... 3.45322e+23 molec/cm^2 | eps[0:150]= 1.19337e-06 ... 9.87037e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:148]= 1.06534e+16 ... 2.67599e+23 molec/cm^2 | eps[0:148]= 1.15638e-06 ... 9.87022e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:146]= 1.03722e+16 ... 2.06948e+23 molec/cm^2 | eps[0:146]= 1.13817e-06 ... 9.86972e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:144]= 1.00094e+16 ... 1.58643e+23 molec/cm^2 | eps[0:144]= 1.15201e-06 ... 9.87491e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:142]= 9.51867e+15 ... 1.19833e+23 molec/cm^2 | eps[0:142]= 1.20509e-06 ... 9.88884e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:140]= 7.84100e+15 ... 7.84050e+22 molec/cm^2 | eps[0:140]= 1.18086e-06 ... 9.87338e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:138]= 6.20518e+15 ... 4.92908e+22 molec/cm^2 | eps[0:138]= 1.21048e-06 ... 9.86979e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:137]= 4.78014e+15 ... 3.38397e+22 molec/cm^2 | eps[0:137]= 1.22491e-06 ... 9.89904e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:136]= 3.66913e+15 ... 2.31491e+22 molec/cm^2 | eps[0:136]= 1.16764e-06 ... 9.89548e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:134]= 3.17414e+15 ... 1.59075e+22 molec/cm^2 | eps[0:134]= 1.18181e-06 ... 9.85714e-01 Read emissivity table: ../data/boxcar_792.0000_F11.tab Read emissivity table: ../data/boxcar_792.0000_CCl4.tab p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:132]= 1.39982e+11 ... 5.57253e+17 molec/cm^2 | eps[0:132]= 1.11846e-06 ... 9.84823e-01 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0:131]= 1.68251e+11 ... 5.96880e+17 molec/cm^2 | eps[0:131]= 1.24061e-06 ... 9.84123e-01 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0:132]= 1.79378e+11 ... 7.14184e+17 molec/cm^2 | eps[0:132]= 1.22462e-06 ... 9.89555e-01 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0:132]= 1.90724e+11 ... 7.58980e+17 molec/cm^2 | eps[0:132]= 1.21025e-06 ... 9.89015e-01 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0:132]= 2.02139e+11 ... 8.04771e+17 molec/cm^2 | eps[0:132]= 1.20142e-06 ... 9.88670e-01 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:132]= 2.13373e+11 ... 8.49420e+17 molec/cm^2 | eps[0:132]= 1.18708e-06 ... 9.88085e-01 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:132]= 2.23915e+11 ... 8.91302e+17 molec/cm^2 | eps[0:132]= 1.16139e-06 ... 9.86957e-01 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:132]= 2.33434e+11 ... 9.29435e+17 molec/cm^2 | eps[0:132]= 1.12250e-06 ... 9.85039e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:132]= 2.71778e+11 ... 1.08183e+18 molec/cm^2 | eps[0:132]= 1.21284e-06 ... 9.89115e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:132]= 2.80140e+11 ... 1.11533e+18 molec/cm^2 | eps[0:132]= 1.15458e-06 ... 9.86641e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:132]= 3.21974e+11 ... 1.28222e+18 molec/cm^2 | eps[0:132]= 1.22220e-06 ... 9.89467e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:132]= 3.27743e+11 ... 1.30475e+18 molec/cm^2 | eps[0:132]= 1.14332e-06 ... 9.86100e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:132]= 3.71980e+11 ... 1.48088e+18 molec/cm^2 | eps[0:132]= 1.18975e-06 ... 9.88196e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:132]= 4.20133e+11 ... 1.67258e+18 molec/cm^2 | eps[0:132]= 1.22951e-06 ... 9.89733e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:132]= 4.23028e+11 ... 1.68411e+18 molec/cm^2 | eps[0:132]= 1.15138e-06 ... 9.86489e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:132]= 4.79291e+11 ... 1.90809e+18 molec/cm^2 | eps[0:132]= 1.23474e-06 ... 9.89919e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:132]= 4.87538e+11 ... 1.94092e+18 molec/cm^2 | eps[0:132]= 1.22620e-06 ... 9.89613e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:132]= 4.46224e+11 ... 1.77645e+18 molec/cm^2 | eps[0:132]= 1.13115e-06 ... 9.85489e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:132]= 4.62974e+11 ... 1.84312e+18 molec/cm^2 | eps[0:132]= 1.21740e-06 ... 9.89288e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:132]= 4.33134e+11 ... 1.72433e+18 molec/cm^2 | eps[0:132]= 1.21315e-06 ... 9.89127e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:131]= 4.09873e+11 ... 1.45430e+18 molec/cm^2 | eps[0:131]= 1.24685e-06 ... 9.84432e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:132]= 3.50059e+11 ... 1.39362e+18 molec/cm^2 | eps[0:132]= 1.17864e-06 ... 9.87726e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:131]= 3.36924e+11 ... 1.19545e+18 molec/cm^2 | eps[0:131]= 1.24447e-06 ... 9.84315e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:132]= 2.90516e+11 ... 1.15657e+18 molec/cm^2 | eps[0:132]= 1.17452e-06 ... 9.87546e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:131]= 2.82821e+11 ... 1.00356e+18 molec/cm^2 | eps[0:131]= 1.25297e-06 ... 9.84730e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:132]= 2.46799e+11 ... 9.82500e+17 molec/cm^2 | eps[0:132]= 1.19518e-06 ... 9.88424e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:131]= 2.40971e+11 ... 8.55058e+17 molec/cm^2 | eps[0:131]= 1.24283e-06 ... 9.84260e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:132]= 2.09662e+11 ... 8.34759e+17 molec/cm^2 | eps[0:132]= 1.13687e-06 ... 9.85820e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:132]= 2.04584e+11 ... 8.14138e+17 molec/cm^2 | eps[0:132]= 1.15531e-06 ... 9.86713e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:132]= 1.99294e+11 ... 7.93391e+17 molec/cm^2 | eps[0:132]= 1.16159e-06 ... 9.86998e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:132]= 1.94177e+11 ... 7.72929e+17 molec/cm^2 | eps[0:132]= 1.16047e-06 ... 9.86936e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:132]= 1.89446e+11 ... 7.54098e+17 molec/cm^2 | eps[0:132]= 1.15502e-06 ... 9.86689e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:132]= 1.84442e+11 ... 7.34520e+17 molec/cm^2 | eps[0:132]= 1.13484e-06 ... 9.85712e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:132]= 1.78001e+11 ... 7.08632e+17 molec/cm^2 | eps[0:132]= 1.15461e-06 ... 9.86821e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:132]= 1.69269e+11 ... 6.73870e+17 molec/cm^2 | eps[0:132]= 1.14091e-06 ... 9.86350e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:132]= 1.75527e+11 ... 6.98782e+17 molec/cm^2 | eps[0:132]= 1.17905e-06 ... 9.88289e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:131]= 1.96229e+11 ... 6.96246e+17 molec/cm^2 | eps[0:131]= 1.25067e-06 ... 9.85502e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:132]= 1.90292e+11 ... 7.57567e+17 molec/cm^2 | eps[0:132]= 1.15245e-06 ... 9.87611e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:132]= 1.83880e+11 ... 7.32039e+17 molec/cm^2 | eps[0:132]= 1.15670e-06 ... 9.88220e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:132]= 1.59086e+11 ... 6.33335e+17 molec/cm^2 | eps[0:132]= 1.15746e-06 ... 9.88669e-01 Read emissivity table: ../data/boxcar_832.0000_CO2.tab Warning (jurassic.c, read_tbl_asc, l6028): Column density or emissivity out of range (7489 data points)! p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:130]= 3.13343e+23 ... 9.90963e+29 molec/cm^2 | eps[0:130]= 1.00212e-06 ... 1.94861e-02 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0:132]= 2.37610e+23 ... 9.46005e+29 molec/cm^2 | eps[0:132]= 1.23653e-06 ... 2.56110e-02 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0:136]= 1.42554e+23 ... 8.99213e+29 molec/cm^2 | eps[0:136]= 1.17664e-06 ... 3.35026e-02 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0:140]= 9.55570e+22 ... 9.55508e+29 molec/cm^2 | eps[0:140]= 1.20899e-06 ... 4.52905e-02 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0:143]= 6.39228e+22 ... 9.02958e+29 molec/cm^2 | eps[0:143]= 1.18333e-06 ... 5.65367e-02 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:147]= 4.25735e+22 ... 9.53084e+29 molec/cm^2 | eps[0:147]= 1.14839e-06 ... 7.36459e-02 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:150]= 2.81892e+22 ... 8.91302e+29 molec/cm^2 | eps[0:150]= 1.12654e-06 ... 9.20587e-02 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:154]= 1.85422e+22 ... 9.29435e+29 molec/cm^2 | eps[0:154]= 1.12441e-06 ... 1.22189e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:157]= 1.36212e+22 ... 9.64153e+29 molec/cm^2 | eps[0:157]= 1.23691e-06 ... 1.62274e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:161]= 8.85864e+21 ... 9.94301e+29 molec/cm^2 | eps[0:161]= 1.22656e-06 ... 2.19028e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:164]= 5.72600e+21 ... 9.07448e+29 molec/cm^2 | eps[0:164]= 1.21539e-06 ... 2.84226e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:168]= 3.67702e+21 ... 9.23705e+29 molec/cm^2 | eps[0:168]= 1.19924e-06 ... 3.89130e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:172]= 2.34719e+21 ... 9.34369e+29 molec/cm^2 | eps[0:172]= 1.17574e-06 ... 5.29239e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:176]= 1.49069e+21 ... 9.40561e+29 molec/cm^2 | eps[0:176]= 1.12235e-06 ... 6.92149e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:178]= 1.19226e+21 ... 9.47042e+29 molec/cm^2 | eps[0:178]= 1.24434e-06 ... 8.33352e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:180]= 9.56314e+20 ... 9.56314e+29 molec/cm^2 | eps[0:180]= 1.25646e-06 ... 9.24528e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:181]= 8.66976e+20 ... 9.72765e+29 molec/cm^2 | eps[0:181]= 1.25882e-06 ... 9.67361e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:181]= 8.90335e+20 ... 9.98970e+29 molec/cm^2 | eps[0:181]= 1.25159e-06 ... 9.84076e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:179]= 1.03646e+21 ... 9.23750e+29 molec/cm^2 | eps[0:179]= 1.25117e-06 ... 9.85188e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:178]= 1.22073e+21 ... 9.69662e+29 molec/cm^2 | eps[0:178]= 1.12232e-06 ... 9.86661e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:174]= 1.83085e+21 ... 9.17602e+29 molec/cm^2 | eps[0:174]= 1.15800e-06 ... 9.77258e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:170]= 3.11993e+21 ... 9.86615e+29 molec/cm^2 | eps[0:170]= 1.21897e-06 ... 9.66270e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:166]= 4.75916e+21 ... 9.49570e+29 molec/cm^2 | eps[0:166]= 1.16733e-06 ... 9.41630e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:162]= 7.29743e+21 ... 9.18698e+29 molec/cm^2 | eps[0:162]= 1.12460e-06 ... 9.09821e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:157]= 1.26340e+22 ... 8.94407e+29 molec/cm^2 | eps[0:157]= 1.20364e-06 ... 8.68746e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:154]= 1.96032e+22 ... 9.82500e+29 molec/cm^2 | eps[0:154]= 1.15297e-06 ... 8.48439e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:150]= 3.03391e+22 ... 9.59387e+29 molec/cm^2 | eps[0:150]= 1.24804e-06 ... 8.28651e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:148]= 3.72886e+22 ... 9.36700e+29 molec/cm^2 | eps[0:148]= 1.15206e-06 ... 8.24810e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:146]= 4.57858e+22 ... 9.13607e+29 molec/cm^2 | eps[0:146]= 1.14139e-06 ... 8.36896e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:145]= 5.61687e+22 ... 9.98864e+29 molec/cm^2 | eps[0:145]= 1.19998e-06 ... 8.85509e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:144]= 6.14042e+22 ... 9.73155e+29 molec/cm^2 | eps[0:144]= 1.17050e-06 ... 9.11960e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:143]= 6.72179e+22 ... 9.49521e+29 molec/cm^2 | eps[0:143]= 1.15638e-06 ... 9.35750e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:142]= 7.34281e+22 ... 9.24258e+29 molec/cm^2 | eps[0:142]= 1.22204e-06 ... 9.61781e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:143]= 6.31569e+22 ... 8.92168e+29 molec/cm^2 | eps[0:143]= 1.20138e-06 ... 9.87726e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:141]= 4.25180e+22 ... 4.77063e+29 molec/cm^2 | eps[0:141]= 1.16513e-06 ... 9.85972e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:140]= 1.96944e+22 ... 1.96943e+29 molec/cm^2 | eps[0:140]= 1.14718e-06 ... 9.89083e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:138]= 6.20518e+21 ... 4.92908e+28 molec/cm^2 | eps[0:138]= 1.18256e-06 ... 9.87733e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:137]= 1.69598e+21 ... 1.20074e+28 molec/cm^2 | eps[0:137]= 1.17004e-06 ... 9.89175e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:136]= 5.81480e+20 ... 3.66913e+27 molec/cm^2 | eps[0:136]= 1.14665e-06 ... 9.89706e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:134]= 2.82901e+20 ... 1.41786e+27 molec/cm^2 | eps[0:134]= 1.22784e-06 ... 9.88358e-01 Read emissivity table: ../data/boxcar_832.0000_H2O.tab Warning (jurassic.c, read_tbl_asc, l6028): Column density or emissivity out of range (6231 data points)! p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0: 81]= 8.83246e+25 ... 9.90963e+29 molec/cm^2 | eps[0: 81]= 1.06317e-06 ... 1.16684e-02 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0: 84]= 5.96901e+25 ... 9.46005e+29 molec/cm^2 | eps[0: 84]= 1.16289e-06 ... 1.76202e-02 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0: 87]= 4.01641e+25 ... 8.99213e+29 molec/cm^2 | eps[0: 87]= 1.25814e-06 ... 2.59391e-02 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0: 92]= 2.40028e+25 ... 9.55508e+29 molec/cm^2 | eps[0: 92]= 1.19463e-06 ... 4.14064e-02 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0: 95]= 1.60567e+25 ... 9.02958e+29 molec/cm^2 | eps[0: 95]= 1.24447e-06 ... 5.79418e-02 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:100]= 9.53108e+24 ... 9.53084e+29 molec/cm^2 | eps[0:100]= 1.14953e-06 ... 8.92416e-02 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:103]= 6.31091e+24 ... 8.91302e+29 molec/cm^2 | eps[0:103]= 1.19820e-06 ... 1.22586e-01 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:108]= 3.69989e+24 ... 9.29435e+29 molec/cm^2 | eps[0:108]= 1.12711e-06 ... 1.85000e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:112]= 2.42231e+24 ... 9.64153e+29 molec/cm^2 | eps[0:112]= 1.18171e-06 ... 2.71774e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:116]= 1.57554e+24 ... 9.94301e+29 molec/cm^2 | eps[0:116]= 1.25631e-06 ... 3.87640e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:120]= 9.07448e+23 ... 9.07448e+29 molec/cm^2 | eps[0:120]= 1.20044e-06 ... 4.89583e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:125]= 5.19438e+23 ... 9.23705e+29 molec/cm^2 | eps[0:125]= 1.15543e-06 ... 6.41427e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:129]= 3.31527e+23 ... 9.34369e+29 molec/cm^2 | eps[0:129]= 1.25547e-06 ... 7.87978e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:134]= 1.87667e+23 ... 9.40561e+29 molec/cm^2 | eps[0:134]= 1.19754e-06 ... 9.00985e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:138]= 1.19226e+23 ... 9.47042e+29 molec/cm^2 | eps[0:138]= 1.18506e-06 ... 9.64936e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:140]= 8.52320e+22 ... 8.52314e+29 molec/cm^2 | eps[0:140]= 1.18986e-06 ... 9.84996e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:140]= 6.88672e+22 ... 6.88664e+29 molec/cm^2 | eps[0:140]= 1.17450e-06 ... 9.89154e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:138]= 6.30296e+22 ... 5.00672e+29 molec/cm^2 | eps[0:138]= 1.15794e-06 ... 9.85002e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:136]= 6.53964e+22 ... 4.12625e+29 molec/cm^2 | eps[0:136]= 1.19330e-06 ... 9.85632e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:134]= 6.86443e+22 ... 3.44051e+29 molec/cm^2 | eps[0:134]= 1.20049e-06 ... 9.84756e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:133]= 7.28925e+22 ... 3.25579e+29 molec/cm^2 | eps[0:133]= 1.24612e-06 ... 9.89458e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:132]= 6.98493e+22 ... 2.78068e+29 molec/cm^2 | eps[0:132]= 1.20904e-06 ... 9.87351e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:132]= 5.99062e+22 ... 2.38519e+29 molec/cm^2 | eps[0:132]= 1.12833e-06 ... 9.86140e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:131]= 5.79579e+22 ... 2.05656e+29 molec/cm^2 | eps[0:131]= 1.23138e-06 ... 9.85756e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:131]= 5.02997e+22 ... 1.78466e+29 molec/cm^2 | eps[0:131]= 1.22502e-06 ... 9.85995e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:131]= 4.38862e+22 ... 1.55693e+29 molec/cm^2 | eps[0:131]= 1.24270e-06 ... 9.87026e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:132]= 3.40411e+22 ... 1.35498e+29 molec/cm^2 | eps[0:132]= 1.17255e-06 ... 9.89961e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:132]= 2.63984e+22 ... 1.05094e+29 molec/cm^2 | eps[0:132]= 1.13485e-06 ... 9.88401e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:132]= 2.04518e+22 ... 8.14198e+28 molec/cm^2 | eps[0:132]= 1.12347e-06 ... 9.87885e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:132]= 1.58306e+22 ... 6.30225e+28 molec/cm^2 | eps[0:132]= 1.13229e-06 ... 9.88297e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:132]= 1.22517e+22 ... 4.87751e+28 molec/cm^2 | eps[0:132]= 1.15499e-06 ... 9.89286e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:131]= 9.49483e+21 ... 3.36887e+28 molec/cm^2 | eps[0:131]= 1.18372e-06 ... 9.84212e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:131]= 7.34260e+21 ... 2.60534e+28 molec/cm^2 | eps[0:131]= 1.23333e-06 ... 9.86704e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:131]= 5.01641e+21 ... 1.78001e+28 molec/cm^2 | eps[0:131]= 1.18606e-06 ... 9.84336e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:131]= 3.37722e+21 ... 1.19830e+28 molec/cm^2 | eps[0:131]= 1.19359e-06 ... 9.84725e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:132]= 1.96957e+21 ... 7.84100e+27 molec/cm^2 | eps[0:132]= 1.15440e-06 ... 9.89229e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:131]= 1.10348e+21 ... 3.91545e+27 molec/cm^2 | eps[0:131]= 1.20880e-06 ... 9.85448e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:132]= 5.36316e+20 ... 2.13508e+27 molec/cm^2 | eps[0:132]= 1.13151e-06 ... 9.88199e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:131]= 3.26990e+20 ... 1.16020e+27 molec/cm^2 | eps[0:131]= 1.23792e-06 ... 9.86877e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:131]= 2.00279e+20 ... 7.10615e+26 molec/cm^2 | eps[0:131]= 1.25051e-06 ... 9.87494e-01 Read emissivity table: ../data/boxcar_832.0000_O3.tab p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:230]= 1.76220e+18 ... 5.57253e+29 molec/cm^2 | eps[0:230]= 1.10137e-06 ... 9.89051e-01 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0:227]= 1.49938e+18 ... 3.35674e+29 molec/cm^2 | eps[0:227]= 1.16746e-06 ... 9.89576e-01 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0:224]= 1.27008e+18 ... 2.01271e+29 molec/cm^2 | eps[0:224]= 1.21922e-06 ... 9.89417e-01 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0:221]= 1.07213e+18 ... 1.20299e+29 molec/cm^2 | eps[0:221]= 1.24978e-06 ... 9.88439e-01 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0:218]= 9.02958e+17 ... 7.17226e+28 molec/cm^2 | eps[0:218]= 1.25205e-06 ... 9.86344e-01 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:216]= 7.57009e+17 ... 4.77682e+28 molec/cm^2 | eps[0:216]= 1.24690e-06 ... 9.88449e-01 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:213]= 6.30996e+17 ... 2.81892e+28 molec/cm^2 | eps[0:213]= 1.24429e-06 ... 9.85765e-01 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:211]= 5.22626e+17 ... 1.85422e+28 molec/cm^2 | eps[0:211]= 1.24739e-06 ... 9.87729e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:209]= 4.30739e+17 ... 1.21398e+28 molec/cm^2 | eps[0:209]= 1.23731e-06 ... 9.88941e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:207]= 3.52676e+17 ... 7.89530e+27 molec/cm^2 | eps[0:207]= 1.22930e-06 ... 9.89903e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:204]= 2.86961e+17 ... 4.54813e+27 molec/cm^2 | eps[0:204]= 1.21668e-06 ... 9.86192e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:202]= 2.32024e+17 ... 2.92115e+27 molec/cm^2 | eps[0:202]= 1.19747e-06 ... 9.86455e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:200]= 1.86432e+17 ... 1.86442e+27 molec/cm^2 | eps[0:200]= 1.17066e-06 ... 9.86168e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:199]= 1.49069e+17 ... 1.32858e+27 molec/cm^2 | eps[0:199]= 1.12698e-06 ... 9.89563e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:196]= 1.33773e+17 ... 8.44052e+26 molec/cm^2 | eps[0:196]= 1.17300e-06 ... 9.87173e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:194]= 1.20394e+17 ... 6.03392e+26 molec/cm^2 | eps[0:194]= 1.17156e-06 ... 9.87630e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:191]= 1.22465e+17 ... 4.34518e+26 molec/cm^2 | eps[0:191]= 1.24658e-06 ... 9.86229e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:190]= 1.12085e+17 ... 3.54451e+26 molec/cm^2 | eps[0:190]= 1.12414e-06 ... 9.87762e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:187]= 1.30485e+17 ... 2.92113e+26 molec/cm^2 | eps[0:187]= 1.22113e-06 ... 9.87862e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:185]= 1.36969e+17 ... 2.43569e+26 molec/cm^2 | eps[0:185]= 1.13242e-06 ... 9.86658e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:183]= 1.63171e+17 ... 2.30495e+26 molec/cm^2 | eps[0:183]= 1.13736e-06 ... 9.88973e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:179]= 2.20869e+17 ... 1.96851e+26 molec/cm^2 | eps[0:179]= 1.23473e-06 ... 9.85780e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:177]= 2.67622e+17 ... 1.89476e+26 molec/cm^2 | eps[0:177]= 1.20781e-06 ... 9.87859e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:174]= 3.25959e+17 ... 1.63357e+26 molec/cm^2 | eps[0:174]= 1.18726e-06 ... 9.85624e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:172]= 3.99521e+17 ... 1.59049e+26 molec/cm^2 | eps[0:172]= 1.16499e-06 ... 9.88304e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:169]= 4.92438e+17 ... 1.38787e+26 molec/cm^2 | eps[0:169]= 1.14806e-06 ... 9.86752e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:166]= 6.05323e+17 ... 1.20790e+26 molec/cm^2 | eps[0:166]= 1.19402e-06 ... 9.87298e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:164]= 6.63141e+17 ... 1.05094e+26 molec/cm^2 | eps[0:164]= 1.14197e-06 ... 9.89025e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:161]= 7.25673e+17 ... 8.14198e+25 molec/cm^2 | eps[0:161]= 1.12577e-06 ... 9.87501e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:158]= 7.93391e+17 ... 6.30225e+25 molec/cm^2 | eps[0:158]= 1.13734e-06 ... 9.86855e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:155]= 8.67282e+17 ... 4.87751e+25 molec/cm^2 | eps[0:155]= 1.16686e-06 ... 9.86827e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:152]= 9.49521e+17 ... 3.77994e+25 molec/cm^2 | eps[0:152]= 1.20069e-06 ... 9.86887e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:150]= 9.24258e+17 ... 2.92321e+25 molec/cm^2 | eps[0:150]= 1.12961e-06 ... 9.87708e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:147]= 8.92168e+17 ... 1.99721e+25 molec/cm^2 | eps[0:147]= 1.13234e-06 ... 9.85708e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:144]= 8.48352e+17 ... 1.34451e+25 molec/cm^2 | eps[0:144]= 1.23956e-06 ... 9.86823e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:142]= 6.22790e+17 ... 7.84100e+24 molec/cm^2 | eps[0:142]= 1.25036e-06 ... 9.88193e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:141]= 3.48949e+17 ... 3.91545e+24 molec/cm^2 | eps[0:141]= 1.17327e-06 ... 9.89741e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:138]= 2.13512e+17 ... 1.69598e+24 molec/cm^2 | eps[0:138]= 1.25656e-06 ... 9.86217e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:137]= 1.30177e+17 ... 9.21582e+23 molec/cm^2 | eps[0:137]= 1.19807e-06 ... 9.86834e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:136]= 8.94617e+16 ... 5.64460e+23 molec/cm^2 | eps[0:136]= 1.13850e-06 ... 9.86801e-01 Read emissivity table: ../data/boxcar_832.0000_F11.tab p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:132]= 1.97713e+12 ... 7.87120e+18 molec/cm^2 | eps[0:132]= 1.08245e-06 ... 9.85948e-01 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0:131]= 2.37610e+12 ... 8.43131e+18 molec/cm^2 | eps[0:131]= 1.21734e-06 ... 9.86085e-01 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0:131]= 2.53430e+12 ... 8.99213e+18 molec/cm^2 | eps[0:131]= 1.21712e-06 ... 9.86074e-01 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0:131]= 2.69281e+12 ... 9.55508e+18 molec/cm^2 | eps[0:131]= 1.21689e-06 ... 9.86063e-01 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0:131]= 2.85552e+12 ... 1.01304e+19 molec/cm^2 | eps[0:131]= 1.22038e-06 ... 9.86231e-01 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:131]= 3.01415e+12 ... 1.06944e+19 molec/cm^2 | eps[0:131]= 1.21785e-06 ... 9.86109e-01 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:131]= 3.16289e+12 ... 1.12219e+19 molec/cm^2 | eps[0:131]= 1.20370e-06 ... 9.85409e-01 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:131]= 3.29735e+12 ... 1.16979e+19 molec/cm^2 | eps[0:131]= 1.17585e-06 ... 9.83925e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:132]= 3.42148e+12 ... 1.36218e+19 molec/cm^2 | eps[0:132]= 1.14386e-06 ... 9.88939e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:131]= 3.95708e+12 ... 1.40384e+19 molec/cm^2 | eps[0:131]= 1.23459e-06 ... 9.86894e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:131]= 4.05343e+12 ... 1.43831e+19 molec/cm^2 | eps[0:131]= 1.17694e-06 ... 9.83986e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:131]= 4.62949e+12 ... 1.64314e+19 molec/cm^2 | eps[0:131]= 1.24806e-06 ... 9.87494e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:132]= 4.68294e+12 ... 1.86442e+19 molec/cm^2 | eps[0:132]= 1.16939e-06 ... 9.89986e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:131]= 5.28916e+12 ... 1.87667e+19 molec/cm^2 | eps[0:131]= 1.22161e-06 ... 9.86290e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:132]= 5.32561e+12 ... 2.12016e+19 molec/cm^2 | eps[0:132]= 1.15373e-06 ... 9.89356e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:131]= 6.03392e+12 ... 2.14092e+19 molec/cm^2 | eps[0:131]= 1.24565e-06 ... 9.87389e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:131]= 6.13771e+12 ... 2.17774e+19 molec/cm^2 | eps[0:131]= 1.24061e-06 ... 9.87166e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:132]= 5.61764e+12 ... 2.23642e+19 molec/cm^2 | eps[0:132]= 1.14337e-06 ... 9.88918e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:131]= 5.82845e+12 ... 2.06802e+19 molec/cm^2 | eps[0:131]= 1.22510e-06 ... 9.86455e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:131]= 5.45283e+12 ... 1.93473e+19 molec/cm^2 | eps[0:131]= 1.21160e-06 ... 9.85804e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:131]= 5.16000e+12 ... 1.83085e+19 molec/cm^2 | eps[0:131]= 1.23309e-06 ... 9.86826e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:132]= 4.40706e+12 ... 1.75447e+19 molec/cm^2 | eps[0:132]= 1.15151e-06 ... 9.89264e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:131]= 4.24169e+12 ... 1.50499e+19 molec/cm^2 | eps[0:131]= 1.20241e-06 ... 9.85344e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:132]= 3.65730e+12 ... 1.45604e+19 molec/cm^2 | eps[0:132]= 1.12209e-06 ... 9.87960e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:131]= 3.56093e+12 ... 1.26340e+19 molec/cm^2 | eps[0:131]= 1.18287e-06 ... 9.84313e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:131]= 3.48624e+12 ... 1.23687e+19 molec/cm^2 | eps[0:131]= 1.25149e-06 ... 9.87642e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:132]= 3.03386e+12 ... 1.20783e+19 molec/cm^2 | eps[0:132]= 1.15243e-06 ... 9.89302e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:131]= 2.96154e+12 ... 1.05094e+19 molec/cm^2 | eps[0:131]= 1.17660e-06 ... 9.83968e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:131]= 2.88850e+12 ... 1.02495e+19 molec/cm^2 | eps[0:131]= 1.18687e-06 ... 9.84530e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:131]= 2.81603e+12 ... 9.98864e+18 molec/cm^2 | eps[0:131]= 1.18559e-06 ... 9.84461e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:131]= 2.74283e+12 ... 9.73155e+18 molec/cm^2 | eps[0:131]= 1.17773e-06 ... 9.84041e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:131]= 2.67599e+12 ... 9.49521e+18 molec/cm^2 | eps[0:131]= 1.17146e-06 ... 9.83756e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:132]= 2.60532e+12 ... 1.03706e+19 molec/cm^2 | eps[0:132]= 1.16170e-06 ... 9.89761e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:131]= 2.51432e+12 ... 8.92168e+18 molec/cm^2 | eps[0:131]= 1.21174e-06 ... 9.85929e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:131]= 2.39098e+12 ... 8.48352e+18 molec/cm^2 | eps[0:131]= 1.23955e-06 ... 9.87255e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:131]= 2.20974e+12 ... 7.84046e+18 molec/cm^2 | eps[0:131]= 1.20327e-06 ... 9.85560e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:131]= 2.20173e+12 ... 7.81200e+18 molec/cm^2 | eps[0:131]= 1.21339e-06 ... 9.86088e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:131]= 2.13512e+12 ... 7.57567e+18 molec/cm^2 | eps[0:131]= 1.20216e-06 ... 9.85553e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:132]= 1.83880e+12 ... 7.32039e+18 molec/cm^2 | eps[0:132]= 1.12298e-06 ... 9.88217e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:132]= 1.59086e+12 ... 6.33335e+18 molec/cm^2 | eps[0:132]= 1.14551e-06 ... 9.89227e-01 Read emissivity table: ../data/boxcar_832.0000_CCl4.tab Initialize source function table... Number of data points: 1200 Read shape function: ../data/boxcar_792.0000.filt Number of data points: 2005 Range of x values: 791.4990 ... 792.5010 Range of y values: 0 ... 1 channel= 792.0000 cm^-1 | T= 100 ... 400 K | B= 6.65706e-05 ... 0.363752 W/(m^2 sr cm^-1) Read shape function: ../data/boxcar_832.0000.filt Number of data points: 2005 Range of x values: 831.4990 ... 832.5010 Range of y values: 0 ... 1 channel= 832.0000 cm^-1 | T= 100 ... 400 K | B= 4.34044e-05 ... 0.362203 W/(m^2 sr cm^-1) TASK = - DIRLIST = - OBSREF = data.ref/rad.tab Read atmospheric data: data/atm.tab Number of data points: 91 Time range: 0.00 ... 0.00 s Altitude range: 0 ... 90 km Longitude range: 0 ... 0 deg Latitude range: 0 ... 0 deg Pressure range: 1017 ... 0.00184003 hPa Temperature range: 181.43 ... 285.14 K Emitter CO2 range: 0.000367735 ... 0.000367735 ppv Emitter H2O range: 5.924e-07 ... 0.01166 ppv Emitter O3 range: 2.218e-08 ... 7.447e-06 ppv Emitter F11 range: 4.709e-22 ... 2.65e-10 ppv Emitter CCl4 range: 1e-14 ... 1.075e-10 ppv Extinction range (window 0): 0 ... 0 km^-1 Cloud layer: none Surface layer: none Read observation data: data/obs.tab Number of ray paths: 66 Time range: 0.00 ... 0.00 s Observer altitude range: 780 ... 780 km Observer longitude range: 0 ... 0 deg Observer latitude range: 0 ... 0 deg View point altitude range: 3 ... 68 km View point longitude range: 0 ... 0 deg View point latitude range: 25.7915 ... 26.9643 deg Tangent point altitude range: 0 ... 0 km Tangent point longitude range: 0 ... 0 deg Tangent point latitude range: 0 ... 0 deg Radiance (792.0000 cm^-1) range: 0 ... 0 W/(m^2 sr cm^-1) Radiance (832.0000 cm^-1) range: 0 ... 0 W/(m^2 sr cm^-1) Write observation data: data/rad_fov.tab Number of ray paths: 66 Time range: 0.00 ... 0.00 s Observer altitude range: 780 ... 780 km Observer longitude range: 0 ... 0 deg Observer latitude range: 0 ... 0 deg View point altitude range: 3 ... 68 km View point longitude range: 0 ... 0 deg View point latitude range: 25.7915 ... 26.9643 deg Tangent point altitude range: 1.48665 ... 68 km Tangent point longitude range: -2.77074e-08 ... 0 deg Tangent point latitude range: 25.7915 ... 27.4458 deg Radiance (792.0000 cm^-1) range: 4.98764e-05 ... 0.0429183 W/(m^2 sr cm^-1) Radiance (832.0000 cm^-1) range: 2.95998e-08 ... 0.0745283 W/(m^2 sr cm^-1) Read observation data: data.ref/rad.tab Number of ray paths: 66 Time range: 0.00 ... 0.00 s Observer altitude range: 780 ... 780 km Observer longitude range: 0 ... 0 deg Observer latitude range: 0 ... 0 deg View point altitude range: 3 ... 68 km View point longitude range: 0 ... 0 deg View point latitude range: 25.7915 ... 26.9643 deg Tangent point altitude range: 1.48665 ... 68 km Tangent point longitude range: -2.77074e-08 ... 0 deg Tangent point latitude range: 25.7915 ... 27.4458 deg Radiance (792.0000 cm^-1) range: 4.91501e-05 ... 0.0429344 W/(m^2 sr cm^-1) Radiance (832.0000 cm^-1) range: 2.86906e-08 ... 0.0763938 W/(m^2 sr cm^-1) EVAL: nu= 792.0000 cm^-1 | MRE= 1.25354 % | SDRE= 1.96026 % | MinRE= -1.49114 % | MaxRE= 6.20209 % EVAL: nu= 832.0000 cm^-1 | MRE= 9.3398 % | SDRE= 19.2638 % | MinRE= -15.2644 % | MaxRE= 90.209 % Juelich Rapid Spectral Simulation Code (JURASSIC) (executable: ../../src/kernel | version: v1.14-10-gdc1110 | compiled: Jan 10 2026, 04:36:06) NG = 5 EMITTER[0] = CO2 EMITTER[1] = H2O EMITTER[2] = O3 EMITTER[3] = F11 EMITTER[4] = CCl4 ND = 2 NU[0] = 792.0000 NU[1] = 832.0000 NW = 1 WINDOW[0] = 0 WINDOW[1] = 0 NCL = 0 NSF = 0 SFTYPE = 2 SFSZA = -999 TBLBASE = ../data/boxcar TBLFMT = 1 ATMFMT = 1 OBSFMT = 1 HYDZ = -999 CTM_CO2 = 1 CTM_H2O = 1 CTM_N2 = 1 CTM_O2 = 1 REFRAC = 1 RAYDS = 10 RAYDZ = 0.1 FOV = - RETP_ZMIN = -100 RETP_ZMAX = 88 RETT_ZMIN = -100 RETT_ZMAX = 88 RETQ_ZMIN[0] = -100 RETQ_ZMAX[0] = 88 RETQ_ZMIN[1] = -100 RETQ_ZMAX[1] = 88 RETQ_ZMIN[2] = -100 RETQ_ZMAX[2] = 88 RETQ_ZMIN[3] = -100 RETQ_ZMAX[3] = 88 RETQ_ZMIN[4] = -100 RETQ_ZMAX[4] = 88 RETK_ZMIN[0] = -100 RETK_ZMAX[0] = 88 RET_CLZ = 0 RET_CLDZ = 0 RET_CLK = 0 RET_SFT = 0 RET_SFEPS = 0 WRITE_BBT = 0 WRITE_MATRIX = 0 FORMOD = 1 RFMBIN = - RFMHIT = - RFMXSC[0] = - RFMXSC[1] = - RFMXSC[2] = - RFMXSC[3] = - RFMXSC[4] = - Read emissivity table: ../data/boxcar_792.0000_CO2.tab Warning (jurassic.c, read_tbl_asc, l6028): Column density or emissivity out of range (27 data points)! p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:224]= 6.25249e+18 ... 9.90963e+29 molec/cm^2 | eps[0:224]= 1.07561e-06 ... 9.26480e-01 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0:226]= 4.74137e+18 ... 9.46005e+29 molec/cm^2 | eps[0:226]= 1.14841e-06 ... 9.65584e-01 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0:228]= 3.57960e+18 ... 8.99213e+29 molec/cm^2 | eps[0:228]= 1.19947e-06 ... 9.88473e-01 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0:225]= 2.69321e+18 ... 4.78901e+29 molec/cm^2 | eps[0:225]= 1.21840e-06 ... 9.88776e-01 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0:222]= 2.02139e+18 ... 2.54565e+29 molec/cm^2 | eps[0:222]= 1.19531e-06 ... 9.88020e-01 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:220]= 1.51067e+18 ... 1.51056e+29 molec/cm^2 | eps[0:220]= 1.16420e-06 ... 9.89837e-01 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:217]= 1.12219e+18 ... 7.94483e+28 molec/cm^2 | eps[0:217]= 1.14061e-06 ... 9.88925e-01 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:214]= 8.28148e+17 ... 4.15112e+28 molec/cm^2 | eps[0:214]= 1.12902e-06 ... 9.88154e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:211]= 6.82716e+17 ... 2.42220e+28 molec/cm^2 | eps[0:211]= 1.23653e-06 ... 9.89760e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:208]= 4.98168e+17 ... 1.25136e+28 molec/cm^2 | eps[0:208]= 1.21418e-06 ... 9.88601e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:205]= 3.61262e+17 ... 6.42383e+27 molec/cm^2 | eps[0:205]= 1.18924e-06 ... 9.87154e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:203]= 2.60335e+17 ... 3.67702e+27 molec/cm^2 | eps[0:203]= 1.15888e-06 ... 9.88479e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:200]= 2.09180e+17 ... 2.09248e+27 molec/cm^2 | eps[0:200]= 1.25855e-06 ... 9.89420e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:198]= 1.49069e+17 ... 1.18410e+27 molec/cm^2 | eps[0:198]= 1.19321e-06 ... 9.89655e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:195]= 1.19226e+17 ... 6.70454e+26 molec/cm^2 | eps[0:195]= 1.19912e-06 ... 9.88199e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:193]= 9.56320e+16 ... 4.27170e+26 molec/cm^2 | eps[0:193]= 1.12935e-06 ... 9.87702e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:190]= 9.72769e+16 ... 3.07615e+26 molec/cm^2 | eps[0:190]= 1.23143e-06 ... 9.87737e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:188]= 9.98990e+16 ... 2.50932e+26 molec/cm^2 | eps[0:188]= 1.23605e-06 ... 9.88380e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:187]= 1.03647e+17 ... 2.32033e+26 molec/cm^2 | eps[0:187]= 1.15273e-06 ... 9.89854e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:184]= 1.36969e+17 ... 2.17081e+26 molec/cm^2 | eps[0:184]= 1.25872e-06 ... 9.89405e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:182]= 1.63171e+17 ... 2.05427e+26 molec/cm^2 | eps[0:182]= 1.15327e-06 ... 9.87290e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:180]= 2.47826e+17 ... 2.47826e+26 molec/cm^2 | eps[0:180]= 1.24802e-06 ... 9.89468e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:178]= 3.36924e+17 ... 2.67622e+26 molec/cm^2 | eps[0:178]= 1.22167e-06 ... 9.89253e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:176]= 4.60438e+17 ... 2.90516e+26 molec/cm^2 | eps[0:176]= 1.20176e-06 ... 9.89316e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:174]= 6.33201e+17 ... 3.17339e+26 molec/cm^2 | eps[0:174]= 1.17503e-06 ... 9.89361e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:172]= 8.75648e+17 ... 3.48624e+26 molec/cm^2 | eps[0:172]= 1.15283e-06 ... 9.89650e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:169]= 1.20783e+18 ... 3.40423e+26 molec/cm^2 | eps[0:169]= 1.23007e-06 ... 9.89541e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:166]= 1.48445e+18 ... 2.96154e+26 molec/cm^2 | eps[0:166]= 1.22736e-06 ... 9.87971e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:164]= 1.62451e+18 ... 2.57432e+26 molec/cm^2 | eps[0:164]= 1.14410e-06 ... 9.87784e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:161]= 1.99294e+18 ... 2.23608e+26 molec/cm^2 | eps[0:161]= 1.24350e-06 ... 9.88745e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:158]= 2.17863e+18 ... 1.73061e+26 molec/cm^2 | eps[0:158]= 1.23428e-06 ... 9.87382e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:156]= 2.38514e+18 ... 1.50482e+26 molec/cm^2 | eps[0:156]= 1.23044e-06 ... 9.89077e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:154]= 2.32208e+18 ... 1.16375e+26 molec/cm^2 | eps[0:154]= 1.13873e-06 ... 9.88715e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:151]= 2.24070e+18 ... 7.95100e+25 molec/cm^2 | eps[0:151]= 1.16703e-06 ... 9.87780e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:148]= 1.89897e+18 ... 4.77066e+25 molec/cm^2 | eps[0:148]= 1.22776e-06 ... 9.87095e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:147]= 1.10750e+18 ... 2.47942e+25 molec/cm^2 | eps[0:147]= 1.16338e-06 ... 9.89752e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:145]= 4.92904e+17 ... 8.76457e+24 molec/cm^2 | eps[0:145]= 1.13624e-06 ... 9.89848e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:142]= 2.13512e+17 ... 2.68883e+24 molec/cm^2 | eps[0:142]= 1.14929e-06 ... 9.86376e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:140]= 1.16021e+17 ... 1.16020e+24 molec/cm^2 | eps[0:140]= 1.21707e-06 ... 9.86532e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:139]= 7.10618e+16 ... 6.33335e+23 molec/cm^2 | eps[0:139]= 1.19215e-06 ... 9.86652e-01 Read emissivity table: ../data/boxcar_792.0000_H2O.tab Warning (jurassic.c, read_tbl_asc, l6028): Column density or emissivity out of range (239 data points)! p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:222]= 7.87142e+18 ... 9.90963e+29 molec/cm^2 | eps[0:222]= 1.04264e-06 ... 7.20753e-01 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0:222]= 7.51454e+18 ... 9.46005e+29 molec/cm^2 | eps[0:222]= 1.12574e-06 ... 8.04811e-01 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0:222]= 7.14235e+18 ... 8.99213e+29 molec/cm^2 | eps[0:222]= 1.20158e-06 ... 8.76829e-01 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0:224]= 6.02919e+18 ... 9.55508e+29 molec/cm^2 | eps[0:224]= 1.12848e-06 ... 9.45445e-01 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0:224]= 5.69718e+18 ... 9.02958e+29 molec/cm^2 | eps[0:224]= 1.17205e-06 ... 9.76100e-01 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:223]= 5.35963e+18 ... 7.57009e+29 molec/cm^2 | eps[0:223]= 1.21009e-06 ... 9.87852e-01 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:220]= 5.01286e+18 ... 5.01318e+29 molec/cm^2 | eps[0:220]= 1.24646e-06 ... 9.87399e-01 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:218]= 4.15112e+18 ... 3.29735e+29 molec/cm^2 | eps[0:218]= 1.14273e-06 ... 9.86732e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:215]= 3.83872e+18 ... 2.15881e+29 molec/cm^2 | eps[0:215]= 1.16538e-06 ... 9.85472e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:213]= 3.52685e+18 ... 1.57534e+29 molec/cm^2 | eps[0:213]= 1.18482e-06 ... 9.88880e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:210]= 3.21963e+18 ... 1.01818e+29 molec/cm^2 | eps[0:210]= 1.19765e-06 ... 9.87130e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:208]= 2.92115e+18 ... 7.33729e+28 molec/cm^2 | eps[0:208]= 1.20249e-06 ... 9.89574e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:205]= 2.63300e+18 ... 4.68297e+28 molec/cm^2 | eps[0:205]= 1.19858e-06 ... 9.87024e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:203]= 2.36272e+18 ... 3.33728e+28 molec/cm^2 | eps[0:203]= 1.18170e-06 ... 9.88524e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:201]= 2.12016e+18 ... 2.37886e+28 molec/cm^2 | eps[0:201]= 1.14293e-06 ... 9.88958e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:198]= 2.14092e+18 ... 1.70047e+28 molec/cm^2 | eps[0:198]= 1.21617e-06 ... 9.88350e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:196]= 1.94092e+18 ... 1.22453e+28 molec/cm^2 | eps[0:196]= 1.12778e-06 ... 9.86382e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:194]= 1.99321e+18 ... 9.98840e+27 molec/cm^2 | eps[0:194]= 1.14963e-06 ... 9.88177e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:192]= 2.06802e+18 ... 8.23341e+27 molec/cm^2 | eps[0:192]= 1.15213e-06 ... 9.88978e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:190]= 2.17080e+18 ... 6.86467e+27 molec/cm^2 | eps[0:190]= 1.13631e-06 ... 9.89066e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:187]= 2.58615e+18 ... 5.78966e+27 molec/cm^2 | eps[0:187]= 1.24172e-06 ... 9.88742e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:185]= 2.78065e+18 ... 4.94477e+27 molec/cm^2 | eps[0:185]= 1.19312e-06 ... 9.88050e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:183]= 3.00283e+18 ... 4.24160e+27 molec/cm^2 | eps[0:183]= 1.15424e-06 ... 9.88021e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:180]= 3.65739e+18 ... 3.65739e+27 molec/cm^2 | eps[0:180]= 1.25801e-06 ... 9.88498e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:178]= 3.99521e+18 ... 3.17351e+27 molec/cm^2 | eps[0:178]= 1.22332e-06 ... 9.89295e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:175]= 4.38863e+18 ... 2.46788e+27 molec/cm^2 | eps[0:175]= 1.19411e-06 ... 9.85928e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:173]= 4.80844e+18 ... 2.14786e+27 molec/cm^2 | eps[0:173]= 1.19695e-06 ... 9.88751e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:170]= 5.26719e+18 ... 1.66563e+27 molec/cm^2 | eps[0:170]= 1.21926e-06 ... 9.87716e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:168]= 5.13719e+18 ... 1.29049e+27 molec/cm^2 | eps[0:168]= 1.12419e-06 ... 9.87435e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:165]= 5.61691e+18 ... 9.98864e+26 molec/cm^2 | eps[0:165]= 1.17775e-06 ... 9.87790e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:162]= 6.14037e+18 ... 7.72929e+26 molec/cm^2 | eps[0:162]= 1.24388e-06 ... 9.88508e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:160]= 5.99083e+18 ... 5.99121e+26 molec/cm^2 | eps[0:160]= 1.17291e-06 ... 9.89248e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:156]= 6.54414e+18 ... 4.12915e+26 molec/cm^2 | eps[0:156]= 1.25618e-06 ... 9.85758e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:154]= 6.31604e+18 ... 3.16535e+26 molec/cm^2 | eps[0:154]= 1.23505e-06 ... 9.88278e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:152]= 5.35235e+18 ... 2.13096e+26 molec/cm^2 | eps[0:152]= 1.12618e-06 ... 9.87383e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:149]= 4.94691e+18 ... 1.39426e+26 molec/cm^2 | eps[0:149]= 1.23094e-06 ... 9.88911e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:147]= 3.48993e+18 ... 7.81205e+25 molec/cm^2 | eps[0:147]= 1.14050e-06 ... 9.88202e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:144]= 2.68883e+18 ... 4.26007e+25 molec/cm^2 | eps[0:144]= 1.17982e-06 ... 9.86858e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:142]= 2.06317e+18 ... 2.59733e+25 molec/cm^2 | eps[0:142]= 1.14758e-06 ... 9.87055e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:140]= 1.78498e+18 ... 1.78510e+25 molec/cm^2 | eps[0:140]= 1.18514e-06 ... 9.88840e-01 Read emissivity table: ../data/boxcar_792.0000_O3.tab p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:224]= 1.57055e+16 ... 2.48914e+27 molec/cm^2 | eps[0:224]= 1.10899e-06 ... 9.87532e-01 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0:221]= 1.49935e+16 ... 1.68228e+27 molec/cm^2 | eps[0:221]= 1.17701e-06 ... 9.88790e-01 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0:218]= 1.42508e+16 ... 1.13196e+27 molec/cm^2 | eps[0:218]= 1.23695e-06 ... 9.89504e-01 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0:216]= 1.20299e+16 ... 7.58980e+26 molec/cm^2 | eps[0:216]= 1.14590e-06 ... 9.89719e-01 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0:213]= 1.13673e+16 ... 5.07689e+26 molec/cm^2 | eps[0:213]= 1.17638e-06 ... 9.89427e-01 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:210]= 1.06939e+16 ... 3.38284e+26 molec/cm^2 | eps[0:210]= 1.20134e-06 ... 9.88843e-01 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:207]= 1.00020e+16 ... 2.23915e+26 molec/cm^2 | eps[0:207]= 1.22416e-06 ... 9.88036e-01 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:204]= 9.29311e+15 ... 1.47287e+26 molec/cm^2 | eps[0:204]= 1.24575e-06 ... 9.87006e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:202]= 8.59441e+15 ... 1.08197e+26 molec/cm^2 | eps[0:202]= 1.25824e-06 ... 9.89452e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:200]= 7.03681e+15 ... 7.03681e+25 molec/cm^2 | eps[0:200]= 1.12963e-06 ... 9.87890e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:198]= 6.42383e+15 ... 5.10295e+25 molec/cm^2 | eps[0:198]= 1.13220e-06 ... 9.89694e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:195]= 5.82834e+15 ... 3.27745e+25 molec/cm^2 | eps[0:195]= 1.12817e-06 ... 9.87500e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:192]= 5.89536e+15 ... 2.34704e+25 molec/cm^2 | eps[0:192]= 1.25336e-06 ... 9.88649e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:190]= 5.28845e+15 ... 1.67267e+25 molec/cm^2 | eps[0:190]= 1.22906e-06 ... 9.89258e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:188]= 4.74583e+15 ... 1.19229e+25 molec/cm^2 | eps[0:188]= 1.18440e-06 ... 9.89163e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:185]= 4.79324e+15 ... 8.52199e+24 molec/cm^2 | eps[0:185]= 1.25757e-06 ... 9.88360e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:183]= 4.34510e+15 ... 6.13814e+24 molec/cm^2 | eps[0:183]= 1.16530e-06 ... 9.86667e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:181]= 4.46224e+15 ... 5.00672e+24 molec/cm^2 | eps[0:181]= 1.18851e-06 ... 9.88092e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:179]= 4.62971e+15 ... 4.12623e+24 molec/cm^2 | eps[0:179]= 1.19322e-06 ... 9.88917e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:177]= 4.85981e+15 ... 3.44048e+24 molec/cm^2 | eps[0:177]= 1.18082e-06 ... 9.89318e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:175]= 5.16005e+15 ... 2.90171e+24 molec/cm^2 | eps[0:175]= 1.15616e-06 ... 9.89490e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:172]= 6.22509e+15 ... 2.47825e+24 molec/cm^2 | eps[0:172]= 1.25652e-06 ... 9.89470e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:170]= 6.72250e+15 ... 2.12584e+24 molec/cm^2 | eps[0:170]= 1.22703e-06 ... 9.89873e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:167]= 7.29743e+15 ... 1.63369e+24 molec/cm^2 | eps[0:167]= 1.20516e-06 ... 9.86863e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:165]= 7.97148e+15 ... 1.41754e+24 molec/cm^2 | eps[0:165]= 1.18768e-06 ... 9.87979e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:163]= 8.75642e+15 ... 1.23687e+24 molec/cm^2 | eps[0:163]= 1.17768e-06 ... 9.89380e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:160]= 9.59410e+15 ... 9.59387e+23 molec/cm^2 | eps[0:160]= 1.19820e-06 ... 9.87905e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:157]= 1.05094e+16 ... 7.43958e+23 molec/cm^2 | eps[0:157]= 1.23964e-06 ... 9.86975e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:155]= 1.02502e+16 ... 5.76398e+23 molec/cm^2 | eps[0:155]= 1.16208e-06 ... 9.86657e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:152]= 1.12071e+16 ... 4.46220e+23 molec/cm^2 | eps[0:152]= 1.24025e-06 ... 9.86784e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:150]= 1.09195e+16 ... 3.45322e+23 molec/cm^2 | eps[0:150]= 1.19337e-06 ... 9.87037e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:148]= 1.06534e+16 ... 2.67599e+23 molec/cm^2 | eps[0:148]= 1.15638e-06 ... 9.87022e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:146]= 1.03722e+16 ... 2.06948e+23 molec/cm^2 | eps[0:146]= 1.13817e-06 ... 9.86972e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:144]= 1.00094e+16 ... 1.58643e+23 molec/cm^2 | eps[0:144]= 1.15201e-06 ... 9.87491e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:142]= 9.51867e+15 ... 1.19833e+23 molec/cm^2 | eps[0:142]= 1.20509e-06 ... 9.88884e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:140]= 7.84100e+15 ... 7.84050e+22 molec/cm^2 | eps[0:140]= 1.18086e-06 ... 9.87338e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:138]= 6.20518e+15 ... 4.92908e+22 molec/cm^2 | eps[0:138]= 1.21048e-06 ... 9.86979e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:137]= 4.78014e+15 ... 3.38397e+22 molec/cm^2 | eps[0:137]= 1.22491e-06 ... 9.89904e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:136]= 3.66913e+15 ... 2.31491e+22 molec/cm^2 | eps[0:136]= 1.16764e-06 ... 9.89548e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:134]= 3.17414e+15 ... 1.59075e+22 molec/cm^2 | eps[0:134]= 1.18181e-06 ... 9.85714e-01 Read emissivity table: ../data/boxcar_792.0000_F11.tab Read emissivity table: ../data/boxcar_792.0000_CCl4.tab p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:132]= 1.39982e+11 ... 5.57253e+17 molec/cm^2 | eps[0:132]= 1.11846e-06 ... 9.84823e-01 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0:131]= 1.68251e+11 ... 5.96880e+17 molec/cm^2 | eps[0:131]= 1.24061e-06 ... 9.84123e-01 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0:132]= 1.79378e+11 ... 7.14184e+17 molec/cm^2 | eps[0:132]= 1.22462e-06 ... 9.89555e-01 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0:132]= 1.90724e+11 ... 7.58980e+17 molec/cm^2 | eps[0:132]= 1.21025e-06 ... 9.89015e-01 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0:132]= 2.02139e+11 ... 8.04771e+17 molec/cm^2 | eps[0:132]= 1.20142e-06 ... 9.88670e-01 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:132]= 2.13373e+11 ... 8.49420e+17 molec/cm^2 | eps[0:132]= 1.18708e-06 ... 9.88085e-01 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:132]= 2.23915e+11 ... 8.91302e+17 molec/cm^2 | eps[0:132]= 1.16139e-06 ... 9.86957e-01 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:132]= 2.33434e+11 ... 9.29435e+17 molec/cm^2 | eps[0:132]= 1.12250e-06 ... 9.85039e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:132]= 2.71778e+11 ... 1.08183e+18 molec/cm^2 | eps[0:132]= 1.21284e-06 ... 9.89115e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:132]= 2.80140e+11 ... 1.11533e+18 molec/cm^2 | eps[0:132]= 1.15458e-06 ... 9.86641e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:132]= 3.21974e+11 ... 1.28222e+18 molec/cm^2 | eps[0:132]= 1.22220e-06 ... 9.89467e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:132]= 3.27743e+11 ... 1.30475e+18 molec/cm^2 | eps[0:132]= 1.14332e-06 ... 9.86100e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:132]= 3.71980e+11 ... 1.48088e+18 molec/cm^2 | eps[0:132]= 1.18975e-06 ... 9.88196e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:132]= 4.20133e+11 ... 1.67258e+18 molec/cm^2 | eps[0:132]= 1.22951e-06 ... 9.89733e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:132]= 4.23028e+11 ... 1.68411e+18 molec/cm^2 | eps[0:132]= 1.15138e-06 ... 9.86489e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:132]= 4.79291e+11 ... 1.90809e+18 molec/cm^2 | eps[0:132]= 1.23474e-06 ... 9.89919e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:132]= 4.87538e+11 ... 1.94092e+18 molec/cm^2 | eps[0:132]= 1.22620e-06 ... 9.89613e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:132]= 4.46224e+11 ... 1.77645e+18 molec/cm^2 | eps[0:132]= 1.13115e-06 ... 9.85489e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:132]= 4.62974e+11 ... 1.84312e+18 molec/cm^2 | eps[0:132]= 1.21740e-06 ... 9.89288e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:132]= 4.33134e+11 ... 1.72433e+18 molec/cm^2 | eps[0:132]= 1.21315e-06 ... 9.89127e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:131]= 4.09873e+11 ... 1.45430e+18 molec/cm^2 | eps[0:131]= 1.24685e-06 ... 9.84432e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:132]= 3.50059e+11 ... 1.39362e+18 molec/cm^2 | eps[0:132]= 1.17864e-06 ... 9.87726e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:131]= 3.36924e+11 ... 1.19545e+18 molec/cm^2 | eps[0:131]= 1.24447e-06 ... 9.84315e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:132]= 2.90516e+11 ... 1.15657e+18 molec/cm^2 | eps[0:132]= 1.17452e-06 ... 9.87546e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:131]= 2.82821e+11 ... 1.00356e+18 molec/cm^2 | eps[0:131]= 1.25297e-06 ... 9.84730e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:132]= 2.46799e+11 ... 9.82500e+17 molec/cm^2 | eps[0:132]= 1.19518e-06 ... 9.88424e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:131]= 2.40971e+11 ... 8.55058e+17 molec/cm^2 | eps[0:131]= 1.24283e-06 ... 9.84260e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:132]= 2.09662e+11 ... 8.34759e+17 molec/cm^2 | eps[0:132]= 1.13687e-06 ... 9.85820e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:132]= 2.04584e+11 ... 8.14138e+17 molec/cm^2 | eps[0:132]= 1.15531e-06 ... 9.86713e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:132]= 1.99294e+11 ... 7.93391e+17 molec/cm^2 | eps[0:132]= 1.16159e-06 ... 9.86998e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:132]= 1.94177e+11 ... 7.72929e+17 molec/cm^2 | eps[0:132]= 1.16047e-06 ... 9.86936e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:132]= 1.89446e+11 ... 7.54098e+17 molec/cm^2 | eps[0:132]= 1.15502e-06 ... 9.86689e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:132]= 1.84442e+11 ... 7.34520e+17 molec/cm^2 | eps[0:132]= 1.13484e-06 ... 9.85712e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:132]= 1.78001e+11 ... 7.08632e+17 molec/cm^2 | eps[0:132]= 1.15461e-06 ... 9.86821e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:132]= 1.69269e+11 ... 6.73870e+17 molec/cm^2 | eps[0:132]= 1.14091e-06 ... 9.86350e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:132]= 1.75527e+11 ... 6.98782e+17 molec/cm^2 | eps[0:132]= 1.17905e-06 ... 9.88289e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:131]= 1.96229e+11 ... 6.96246e+17 molec/cm^2 | eps[0:131]= 1.25067e-06 ... 9.85502e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:132]= 1.90292e+11 ... 7.57567e+17 molec/cm^2 | eps[0:132]= 1.15245e-06 ... 9.87611e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:132]= 1.83880e+11 ... 7.32039e+17 molec/cm^2 | eps[0:132]= 1.15670e-06 ... 9.88220e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:132]= 1.59086e+11 ... 6.33335e+17 molec/cm^2 | eps[0:132]= 1.15746e-06 ... 9.88669e-01 Read emissivity table: ../data/boxcar_832.0000_CO2.tab Warning (jurassic.c, read_tbl_asc, l6028): Column density or emissivity out of range (7489 data points)! p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:130]= 3.13343e+23 ... 9.90963e+29 molec/cm^2 | eps[0:130]= 1.00212e-06 ... 1.94861e-02 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0:132]= 2.37610e+23 ... 9.46005e+29 molec/cm^2 | eps[0:132]= 1.23653e-06 ... 2.56110e-02 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0:136]= 1.42554e+23 ... 8.99213e+29 molec/cm^2 | eps[0:136]= 1.17664e-06 ... 3.35026e-02 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0:140]= 9.55570e+22 ... 9.55508e+29 molec/cm^2 | eps[0:140]= 1.20899e-06 ... 4.52905e-02 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0:143]= 6.39228e+22 ... 9.02958e+29 molec/cm^2 | eps[0:143]= 1.18333e-06 ... 5.65367e-02 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:147]= 4.25735e+22 ... 9.53084e+29 molec/cm^2 | eps[0:147]= 1.14839e-06 ... 7.36459e-02 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:150]= 2.81892e+22 ... 8.91302e+29 molec/cm^2 | eps[0:150]= 1.12654e-06 ... 9.20587e-02 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:154]= 1.85422e+22 ... 9.29435e+29 molec/cm^2 | eps[0:154]= 1.12441e-06 ... 1.22189e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:157]= 1.36212e+22 ... 9.64153e+29 molec/cm^2 | eps[0:157]= 1.23691e-06 ... 1.62274e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:161]= 8.85864e+21 ... 9.94301e+29 molec/cm^2 | eps[0:161]= 1.22656e-06 ... 2.19028e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:164]= 5.72600e+21 ... 9.07448e+29 molec/cm^2 | eps[0:164]= 1.21539e-06 ... 2.84226e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:168]= 3.67702e+21 ... 9.23705e+29 molec/cm^2 | eps[0:168]= 1.19924e-06 ... 3.89130e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:172]= 2.34719e+21 ... 9.34369e+29 molec/cm^2 | eps[0:172]= 1.17574e-06 ... 5.29239e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:176]= 1.49069e+21 ... 9.40561e+29 molec/cm^2 | eps[0:176]= 1.12235e-06 ... 6.92149e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:178]= 1.19226e+21 ... 9.47042e+29 molec/cm^2 | eps[0:178]= 1.24434e-06 ... 8.33352e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:180]= 9.56314e+20 ... 9.56314e+29 molec/cm^2 | eps[0:180]= 1.25646e-06 ... 9.24528e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:181]= 8.66976e+20 ... 9.72765e+29 molec/cm^2 | eps[0:181]= 1.25882e-06 ... 9.67361e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:181]= 8.90335e+20 ... 9.98970e+29 molec/cm^2 | eps[0:181]= 1.25159e-06 ... 9.84076e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:179]= 1.03646e+21 ... 9.23750e+29 molec/cm^2 | eps[0:179]= 1.25117e-06 ... 9.85188e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:178]= 1.22073e+21 ... 9.69662e+29 molec/cm^2 | eps[0:178]= 1.12232e-06 ... 9.86661e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:174]= 1.83085e+21 ... 9.17602e+29 molec/cm^2 | eps[0:174]= 1.15800e-06 ... 9.77258e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:170]= 3.11993e+21 ... 9.86615e+29 molec/cm^2 | eps[0:170]= 1.21897e-06 ... 9.66270e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:166]= 4.75916e+21 ... 9.49570e+29 molec/cm^2 | eps[0:166]= 1.16733e-06 ... 9.41630e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:162]= 7.29743e+21 ... 9.18698e+29 molec/cm^2 | eps[0:162]= 1.12460e-06 ... 9.09821e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:157]= 1.26340e+22 ... 8.94407e+29 molec/cm^2 | eps[0:157]= 1.20364e-06 ... 8.68746e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:154]= 1.96032e+22 ... 9.82500e+29 molec/cm^2 | eps[0:154]= 1.15297e-06 ... 8.48439e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:150]= 3.03391e+22 ... 9.59387e+29 molec/cm^2 | eps[0:150]= 1.24804e-06 ... 8.28651e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:148]= 3.72886e+22 ... 9.36700e+29 molec/cm^2 | eps[0:148]= 1.15206e-06 ... 8.24810e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:146]= 4.57858e+22 ... 9.13607e+29 molec/cm^2 | eps[0:146]= 1.14139e-06 ... 8.36896e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:145]= 5.61687e+22 ... 9.98864e+29 molec/cm^2 | eps[0:145]= 1.19998e-06 ... 8.85509e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:144]= 6.14042e+22 ... 9.73155e+29 molec/cm^2 | eps[0:144]= 1.17050e-06 ... 9.11960e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:143]= 6.72179e+22 ... 9.49521e+29 molec/cm^2 | eps[0:143]= 1.15638e-06 ... 9.35750e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:142]= 7.34281e+22 ... 9.24258e+29 molec/cm^2 | eps[0:142]= 1.22204e-06 ... 9.61781e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:143]= 6.31569e+22 ... 8.92168e+29 molec/cm^2 | eps[0:143]= 1.20138e-06 ... 9.87726e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:141]= 4.25180e+22 ... 4.77063e+29 molec/cm^2 | eps[0:141]= 1.16513e-06 ... 9.85972e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:140]= 1.96944e+22 ... 1.96943e+29 molec/cm^2 | eps[0:140]= 1.14718e-06 ... 9.89083e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:138]= 6.20518e+21 ... 4.92908e+28 molec/cm^2 | eps[0:138]= 1.18256e-06 ... 9.87733e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:137]= 1.69598e+21 ... 1.20074e+28 molec/cm^2 | eps[0:137]= 1.17004e-06 ... 9.89175e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:136]= 5.81480e+20 ... 3.66913e+27 molec/cm^2 | eps[0:136]= 1.14665e-06 ... 9.89706e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:134]= 2.82901e+20 ... 1.41786e+27 molec/cm^2 | eps[0:134]= 1.22784e-06 ... 9.88358e-01 Read emissivity table: ../data/boxcar_832.0000_H2O.tab Warning (jurassic.c, read_tbl_asc, l6028): Column density or emissivity out of range (6231 data points)! p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0: 81]= 8.83246e+25 ... 9.90963e+29 molec/cm^2 | eps[0: 81]= 1.06317e-06 ... 1.16684e-02 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0: 84]= 5.96901e+25 ... 9.46005e+29 molec/cm^2 | eps[0: 84]= 1.16289e-06 ... 1.76202e-02 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0: 87]= 4.01641e+25 ... 8.99213e+29 molec/cm^2 | eps[0: 87]= 1.25814e-06 ... 2.59391e-02 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0: 92]= 2.40028e+25 ... 9.55508e+29 molec/cm^2 | eps[0: 92]= 1.19463e-06 ... 4.14064e-02 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0: 95]= 1.60567e+25 ... 9.02958e+29 molec/cm^2 | eps[0: 95]= 1.24447e-06 ... 5.79418e-02 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:100]= 9.53108e+24 ... 9.53084e+29 molec/cm^2 | eps[0:100]= 1.14953e-06 ... 8.92416e-02 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:103]= 6.31091e+24 ... 8.91302e+29 molec/cm^2 | eps[0:103]= 1.19820e-06 ... 1.22586e-01 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:108]= 3.69989e+24 ... 9.29435e+29 molec/cm^2 | eps[0:108]= 1.12711e-06 ... 1.85000e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:112]= 2.42231e+24 ... 9.64153e+29 molec/cm^2 | eps[0:112]= 1.18171e-06 ... 2.71774e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:116]= 1.57554e+24 ... 9.94301e+29 molec/cm^2 | eps[0:116]= 1.25631e-06 ... 3.87640e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:120]= 9.07448e+23 ... 9.07448e+29 molec/cm^2 | eps[0:120]= 1.20044e-06 ... 4.89583e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:125]= 5.19438e+23 ... 9.23705e+29 molec/cm^2 | eps[0:125]= 1.15543e-06 ... 6.41427e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:129]= 3.31527e+23 ... 9.34369e+29 molec/cm^2 | eps[0:129]= 1.25547e-06 ... 7.87978e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:134]= 1.87667e+23 ... 9.40561e+29 molec/cm^2 | eps[0:134]= 1.19754e-06 ... 9.00985e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:138]= 1.19226e+23 ... 9.47042e+29 molec/cm^2 | eps[0:138]= 1.18506e-06 ... 9.64936e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:140]= 8.52320e+22 ... 8.52314e+29 molec/cm^2 | eps[0:140]= 1.18986e-06 ... 9.84996e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:140]= 6.88672e+22 ... 6.88664e+29 molec/cm^2 | eps[0:140]= 1.17450e-06 ... 9.89154e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:138]= 6.30296e+22 ... 5.00672e+29 molec/cm^2 | eps[0:138]= 1.15794e-06 ... 9.85002e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:136]= 6.53964e+22 ... 4.12625e+29 molec/cm^2 | eps[0:136]= 1.19330e-06 ... 9.85632e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:134]= 6.86443e+22 ... 3.44051e+29 molec/cm^2 | eps[0:134]= 1.20049e-06 ... 9.84756e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:133]= 7.28925e+22 ... 3.25579e+29 molec/cm^2 | eps[0:133]= 1.24612e-06 ... 9.89458e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:132]= 6.98493e+22 ... 2.78068e+29 molec/cm^2 | eps[0:132]= 1.20904e-06 ... 9.87351e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:132]= 5.99062e+22 ... 2.38519e+29 molec/cm^2 | eps[0:132]= 1.12833e-06 ... 9.86140e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:131]= 5.79579e+22 ... 2.05656e+29 molec/cm^2 | eps[0:131]= 1.23138e-06 ... 9.85756e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:131]= 5.02997e+22 ... 1.78466e+29 molec/cm^2 | eps[0:131]= 1.22502e-06 ... 9.85995e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:131]= 4.38862e+22 ... 1.55693e+29 molec/cm^2 | eps[0:131]= 1.24270e-06 ... 9.87026e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:132]= 3.40411e+22 ... 1.35498e+29 molec/cm^2 | eps[0:132]= 1.17255e-06 ... 9.89961e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:132]= 2.63984e+22 ... 1.05094e+29 molec/cm^2 | eps[0:132]= 1.13485e-06 ... 9.88401e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:132]= 2.04518e+22 ... 8.14198e+28 molec/cm^2 | eps[0:132]= 1.12347e-06 ... 9.87885e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:132]= 1.58306e+22 ... 6.30225e+28 molec/cm^2 | eps[0:132]= 1.13229e-06 ... 9.88297e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:132]= 1.22517e+22 ... 4.87751e+28 molec/cm^2 | eps[0:132]= 1.15499e-06 ... 9.89286e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:131]= 9.49483e+21 ... 3.36887e+28 molec/cm^2 | eps[0:131]= 1.18372e-06 ... 9.84212e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:131]= 7.34260e+21 ... 2.60534e+28 molec/cm^2 | eps[0:131]= 1.23333e-06 ... 9.86704e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:131]= 5.01641e+21 ... 1.78001e+28 molec/cm^2 | eps[0:131]= 1.18606e-06 ... 9.84336e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:131]= 3.37722e+21 ... 1.19830e+28 molec/cm^2 | eps[0:131]= 1.19359e-06 ... 9.84725e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:132]= 1.96957e+21 ... 7.84100e+27 molec/cm^2 | eps[0:132]= 1.15440e-06 ... 9.89229e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:131]= 1.10348e+21 ... 3.91545e+27 molec/cm^2 | eps[0:131]= 1.20880e-06 ... 9.85448e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:132]= 5.36316e+20 ... 2.13508e+27 molec/cm^2 | eps[0:132]= 1.13151e-06 ... 9.88199e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:131]= 3.26990e+20 ... 1.16020e+27 molec/cm^2 | eps[0:131]= 1.23792e-06 ... 9.86877e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:131]= 2.00279e+20 ... 7.10615e+26 molec/cm^2 | eps[0:131]= 1.25051e-06 ... 9.87494e-01 Read emissivity table: ../data/boxcar_832.0000_O3.tab p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:230]= 1.76220e+18 ... 5.57253e+29 molec/cm^2 | eps[0:230]= 1.10137e-06 ... 9.89051e-01 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0:227]= 1.49938e+18 ... 3.35674e+29 molec/cm^2 | eps[0:227]= 1.16746e-06 ... 9.89576e-01 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0:224]= 1.27008e+18 ... 2.01271e+29 molec/cm^2 | eps[0:224]= 1.21922e-06 ... 9.89417e-01 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0:221]= 1.07213e+18 ... 1.20299e+29 molec/cm^2 | eps[0:221]= 1.24978e-06 ... 9.88439e-01 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0:218]= 9.02958e+17 ... 7.17226e+28 molec/cm^2 | eps[0:218]= 1.25205e-06 ... 9.86344e-01 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:216]= 7.57009e+17 ... 4.77682e+28 molec/cm^2 | eps[0:216]= 1.24690e-06 ... 9.88449e-01 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:213]= 6.30996e+17 ... 2.81892e+28 molec/cm^2 | eps[0:213]= 1.24429e-06 ... 9.85765e-01 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:211]= 5.22626e+17 ... 1.85422e+28 molec/cm^2 | eps[0:211]= 1.24739e-06 ... 9.87729e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:209]= 4.30739e+17 ... 1.21398e+28 molec/cm^2 | eps[0:209]= 1.23731e-06 ... 9.88941e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:207]= 3.52676e+17 ... 7.89530e+27 molec/cm^2 | eps[0:207]= 1.22930e-06 ... 9.89903e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:204]= 2.86961e+17 ... 4.54813e+27 molec/cm^2 | eps[0:204]= 1.21668e-06 ... 9.86192e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:202]= 2.32024e+17 ... 2.92115e+27 molec/cm^2 | eps[0:202]= 1.19747e-06 ... 9.86455e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:200]= 1.86432e+17 ... 1.86442e+27 molec/cm^2 | eps[0:200]= 1.17066e-06 ... 9.86168e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:199]= 1.49069e+17 ... 1.32858e+27 molec/cm^2 | eps[0:199]= 1.12698e-06 ... 9.89563e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:196]= 1.33773e+17 ... 8.44052e+26 molec/cm^2 | eps[0:196]= 1.17300e-06 ... 9.87173e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:194]= 1.20394e+17 ... 6.03392e+26 molec/cm^2 | eps[0:194]= 1.17156e-06 ... 9.87630e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:191]= 1.22465e+17 ... 4.34518e+26 molec/cm^2 | eps[0:191]= 1.24658e-06 ... 9.86229e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:190]= 1.12085e+17 ... 3.54451e+26 molec/cm^2 | eps[0:190]= 1.12414e-06 ... 9.87762e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:187]= 1.30485e+17 ... 2.92113e+26 molec/cm^2 | eps[0:187]= 1.22113e-06 ... 9.87862e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:185]= 1.36969e+17 ... 2.43569e+26 molec/cm^2 | eps[0:185]= 1.13242e-06 ... 9.86658e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:183]= 1.63171e+17 ... 2.30495e+26 molec/cm^2 | eps[0:183]= 1.13736e-06 ... 9.88973e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:179]= 2.20869e+17 ... 1.96851e+26 molec/cm^2 | eps[0:179]= 1.23473e-06 ... 9.85780e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:177]= 2.67622e+17 ... 1.89476e+26 molec/cm^2 | eps[0:177]= 1.20781e-06 ... 9.87859e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:174]= 3.25959e+17 ... 1.63357e+26 molec/cm^2 | eps[0:174]= 1.18726e-06 ... 9.85624e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:172]= 3.99521e+17 ... 1.59049e+26 molec/cm^2 | eps[0:172]= 1.16499e-06 ... 9.88304e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:169]= 4.92438e+17 ... 1.38787e+26 molec/cm^2 | eps[0:169]= 1.14806e-06 ... 9.86752e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:166]= 6.05323e+17 ... 1.20790e+26 molec/cm^2 | eps[0:166]= 1.19402e-06 ... 9.87298e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:164]= 6.63141e+17 ... 1.05094e+26 molec/cm^2 | eps[0:164]= 1.14197e-06 ... 9.89025e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:161]= 7.25673e+17 ... 8.14198e+25 molec/cm^2 | eps[0:161]= 1.12577e-06 ... 9.87501e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:158]= 7.93391e+17 ... 6.30225e+25 molec/cm^2 | eps[0:158]= 1.13734e-06 ... 9.86855e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:155]= 8.67282e+17 ... 4.87751e+25 molec/cm^2 | eps[0:155]= 1.16686e-06 ... 9.86827e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:152]= 9.49521e+17 ... 3.77994e+25 molec/cm^2 | eps[0:152]= 1.20069e-06 ... 9.86887e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:150]= 9.24258e+17 ... 2.92321e+25 molec/cm^2 | eps[0:150]= 1.12961e-06 ... 9.87708e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:147]= 8.92168e+17 ... 1.99721e+25 molec/cm^2 | eps[0:147]= 1.13234e-06 ... 9.85708e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:144]= 8.48352e+17 ... 1.34451e+25 molec/cm^2 | eps[0:144]= 1.23956e-06 ... 9.86823e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:142]= 6.22790e+17 ... 7.84100e+24 molec/cm^2 | eps[0:142]= 1.25036e-06 ... 9.88193e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:141]= 3.48949e+17 ... 3.91545e+24 molec/cm^2 | eps[0:141]= 1.17327e-06 ... 9.89741e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:138]= 2.13512e+17 ... 1.69598e+24 molec/cm^2 | eps[0:138]= 1.25656e-06 ... 9.86217e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:137]= 1.30177e+17 ... 9.21582e+23 molec/cm^2 | eps[0:137]= 1.19807e-06 ... 9.86834e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:136]= 8.94617e+16 ... 5.64460e+23 molec/cm^2 | eps[0:136]= 1.13850e-06 ... 9.86801e-01 Read emissivity table: ../data/boxcar_832.0000_F11.tab p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:132]= 1.97713e+12 ... 7.87120e+18 molec/cm^2 | eps[0:132]= 1.08245e-06 ... 9.85948e-01 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0:131]= 2.37610e+12 ... 8.43131e+18 molec/cm^2 | eps[0:131]= 1.21734e-06 ... 9.86085e-01 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0:131]= 2.53430e+12 ... 8.99213e+18 molec/cm^2 | eps[0:131]= 1.21712e-06 ... 9.86074e-01 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0:131]= 2.69281e+12 ... 9.55508e+18 molec/cm^2 | eps[0:131]= 1.21689e-06 ... 9.86063e-01 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0:131]= 2.85552e+12 ... 1.01304e+19 molec/cm^2 | eps[0:131]= 1.22038e-06 ... 9.86231e-01 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:131]= 3.01415e+12 ... 1.06944e+19 molec/cm^2 | eps[0:131]= 1.21785e-06 ... 9.86109e-01 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:131]= 3.16289e+12 ... 1.12219e+19 molec/cm^2 | eps[0:131]= 1.20370e-06 ... 9.85409e-01 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:131]= 3.29735e+12 ... 1.16979e+19 molec/cm^2 | eps[0:131]= 1.17585e-06 ... 9.83925e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:132]= 3.42148e+12 ... 1.36218e+19 molec/cm^2 | eps[0:132]= 1.14386e-06 ... 9.88939e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:131]= 3.95708e+12 ... 1.40384e+19 molec/cm^2 | eps[0:131]= 1.23459e-06 ... 9.86894e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:131]= 4.05343e+12 ... 1.43831e+19 molec/cm^2 | eps[0:131]= 1.17694e-06 ... 9.83986e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:131]= 4.62949e+12 ... 1.64314e+19 molec/cm^2 | eps[0:131]= 1.24806e-06 ... 9.87494e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:132]= 4.68294e+12 ... 1.86442e+19 molec/cm^2 | eps[0:132]= 1.16939e-06 ... 9.89986e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:131]= 5.28916e+12 ... 1.87667e+19 molec/cm^2 | eps[0:131]= 1.22161e-06 ... 9.86290e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:132]= 5.32561e+12 ... 2.12016e+19 molec/cm^2 | eps[0:132]= 1.15373e-06 ... 9.89356e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:131]= 6.03392e+12 ... 2.14092e+19 molec/cm^2 | eps[0:131]= 1.24565e-06 ... 9.87389e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:131]= 6.13771e+12 ... 2.17774e+19 molec/cm^2 | eps[0:131]= 1.24061e-06 ... 9.87166e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:132]= 5.61764e+12 ... 2.23642e+19 molec/cm^2 | eps[0:132]= 1.14337e-06 ... 9.88918e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:131]= 5.82845e+12 ... 2.06802e+19 molec/cm^2 | eps[0:131]= 1.22510e-06 ... 9.86455e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:131]= 5.45283e+12 ... 1.93473e+19 molec/cm^2 | eps[0:131]= 1.21160e-06 ... 9.85804e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:131]= 5.16000e+12 ... 1.83085e+19 molec/cm^2 | eps[0:131]= 1.23309e-06 ... 9.86826e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:132]= 4.40706e+12 ... 1.75447e+19 molec/cm^2 | eps[0:132]= 1.15151e-06 ... 9.89264e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:131]= 4.24169e+12 ... 1.50499e+19 molec/cm^2 | eps[0:131]= 1.20241e-06 ... 9.85344e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:132]= 3.65730e+12 ... 1.45604e+19 molec/cm^2 | eps[0:132]= 1.12209e-06 ... 9.87960e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:131]= 3.56093e+12 ... 1.26340e+19 molec/cm^2 | eps[0:131]= 1.18287e-06 ... 9.84313e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:131]= 3.48624e+12 ... 1.23687e+19 molec/cm^2 | eps[0:131]= 1.25149e-06 ... 9.87642e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:132]= 3.03386e+12 ... 1.20783e+19 molec/cm^2 | eps[0:132]= 1.15243e-06 ... 9.89302e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:131]= 2.96154e+12 ... 1.05094e+19 molec/cm^2 | eps[0:131]= 1.17660e-06 ... 9.83968e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:131]= 2.88850e+12 ... 1.02495e+19 molec/cm^2 | eps[0:131]= 1.18687e-06 ... 9.84530e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:131]= 2.81603e+12 ... 9.98864e+18 molec/cm^2 | eps[0:131]= 1.18559e-06 ... 9.84461e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:131]= 2.74283e+12 ... 9.73155e+18 molec/cm^2 | eps[0:131]= 1.17773e-06 ... 9.84041e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:131]= 2.67599e+12 ... 9.49521e+18 molec/cm^2 | eps[0:131]= 1.17146e-06 ... 9.83756e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:132]= 2.60532e+12 ... 1.03706e+19 molec/cm^2 | eps[0:132]= 1.16170e-06 ... 9.89761e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:131]= 2.51432e+12 ... 8.92168e+18 molec/cm^2 | eps[0:131]= 1.21174e-06 ... 9.85929e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:131]= 2.39098e+12 ... 8.48352e+18 molec/cm^2 | eps[0:131]= 1.23955e-06 ... 9.87255e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:131]= 2.20974e+12 ... 7.84046e+18 molec/cm^2 | eps[0:131]= 1.20327e-06 ... 9.85560e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:131]= 2.20173e+12 ... 7.81200e+18 molec/cm^2 | eps[0:131]= 1.21339e-06 ... 9.86088e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:131]= 2.13512e+12 ... 7.57567e+18 molec/cm^2 | eps[0:131]= 1.20216e-06 ... 9.85553e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:132]= 1.83880e+12 ... 7.32039e+18 molec/cm^2 | eps[0:132]= 1.12298e-06 ... 9.88217e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:132]= 1.59086e+12 ... 6.33335e+18 molec/cm^2 | eps[0:132]= 1.14551e-06 ... 9.89227e-01 Read emissivity table: ../data/boxcar_832.0000_CCl4.tab Initialize source function table... Number of data points: 1200 Read shape function: ../data/boxcar_792.0000.filt Number of data points: 2005 Range of x values: 791.4990 ... 792.5010 Range of y values: 0 ... 1 channel= 792.0000 cm^-1 | T= 100 ... 400 K | B= 6.65706e-05 ... 0.363752 W/(m^2 sr cm^-1) Read shape function: ../data/boxcar_832.0000.filt Number of data points: 2005 Range of x values: 831.4990 ... 832.5010 Range of y values: 0 ... 1 channel= 832.0000 cm^-1 | T= 100 ... 400 K | B= 4.34044e-05 ... 0.362203 W/(m^2 sr cm^-1) DIRLIST = - Read observation data: data/obs.tab Number of ray paths: 66 Time range: 0.00 ... 0.00 s Observer altitude range: 780 ... 780 km Observer longitude range: 0 ... 0 deg Observer latitude range: 0 ... 0 deg View point altitude range: 3 ... 68 km View point longitude range: 0 ... 0 deg View point latitude range: 25.7915 ... 26.9643 deg Tangent point altitude range: 0 ... 0 km Tangent point longitude range: 0 ... 0 deg Tangent point latitude range: 0 ... 0 deg Radiance (792.0000 cm^-1) range: 0 ... 0 W/(m^2 sr cm^-1) Radiance (832.0000 cm^-1) range: 0 ... 0 W/(m^2 sr cm^-1) Read atmospheric data: data/atm.tab Number of data points: 91 Time range: 0.00 ... 0.00 s Altitude range: 0 ... 90 km Longitude range: 0 ... 0 deg Latitude range: 0 ... 0 deg Pressure range: 1017 ... 0.00184003 hPa Temperature range: 181.43 ... 285.14 K Emitter CO2 range: 0.000367735 ... 0.000367735 ppv Emitter H2O range: 5.924e-07 ... 0.01166 ppv Emitter O3 range: 2.218e-08 ... 7.447e-06 ppv Emitter F11 range: 4.709e-22 ... 2.65e-10 ppv Emitter CCl4 range: 1e-14 ... 1.075e-10 ppv Extinction range (window 0): 0 ... 0 km^-1 Cloud layer: none Surface layer: none Write matrix: data/kernel.tab Juelich Rapid Spectral Simulation Code (JURASSIC) (executable: ../../src/raytrace | version: v1.14-10-gdc1110 | compiled: Jan 10 2026, 04:36:06) NG = 5 EMITTER[0] = CO2 EMITTER[1] = H2O EMITTER[2] = O3 EMITTER[3] = F11 EMITTER[4] = CCl4 ND = 2 NU[0] = 792.0000 NU[1] = 832.0000 NW = 1 WINDOW[0] = 0 WINDOW[1] = 0 NCL = 0 NSF = 0 SFTYPE = 2 SFSZA = -999 TBLBASE = ../data/boxcar TBLFMT = 1 ATMFMT = 1 OBSFMT = 1 HYDZ = -999 CTM_CO2 = 1 CTM_H2O = 1 CTM_N2 = 1 CTM_O2 = 1 REFRAC = 1 RAYDS = 10 RAYDZ = 0.1 FOV = - RETP_ZMIN = -100 RETP_ZMAX = 88 RETT_ZMIN = -100 RETT_ZMAX = 88 RETQ_ZMIN[0] = -100 RETQ_ZMAX[0] = 88 RETQ_ZMIN[1] = -100 RETQ_ZMAX[1] = 88 RETQ_ZMIN[2] = -100 RETQ_ZMAX[2] = 88 RETQ_ZMIN[3] = -100 RETQ_ZMAX[3] = 88 RETQ_ZMIN[4] = -100 RETQ_ZMAX[4] = 88 RETK_ZMIN[0] = -100 RETK_ZMAX[0] = 88 RET_CLZ = 0 RET_CLDZ = 0 RET_CLK = 0 RET_SFT = 0 RET_SFEPS = 0 WRITE_BBT = 0 WRITE_MATRIX = 0 FORMOD = 1 RFMBIN = - RFMHIT = - RFMXSC[0] = - RFMXSC[1] = - RFMXSC[2] = - RFMXSC[3] = - RFMXSC[4] = - LOSBASE = data/los Read observation data: data/obs.tab Number of ray paths: 66 Time range: 0.00 ... 0.00 s Observer altitude range: 780 ... 780 km Observer longitude range: 0 ... 0 deg Observer latitude range: 0 ... 0 deg View point altitude range: 3 ... 68 km View point longitude range: 0 ... 0 deg View point latitude range: 25.7915 ... 26.9643 deg Tangent point altitude range: 0 ... 0 km Tangent point longitude range: 0 ... 0 deg Tangent point latitude range: 0 ... 0 deg Radiance (792.0000 cm^-1) range: 0 ... 0 W/(m^2 sr cm^-1) Radiance (832.0000 cm^-1) range: 0 ... 0 W/(m^2 sr cm^-1) Read atmospheric data: data/atm.tab Number of data points: 91 Time range: 0.00 ... 0.00 s Altitude range: 0 ... 90 km Longitude range: 0 ... 0 deg Latitude range: 0 ... 0 deg Pressure range: 1017 ... 0.00184003 hPa Temperature range: 181.43 ... 285.14 K Emitter CO2 range: 0.000367735 ... 0.000367735 ppv Emitter H2O range: 5.924e-07 ... 0.01166 ppv Emitter O3 range: 2.218e-08 ... 7.447e-06 ppv Emitter F11 range: 4.709e-22 ... 2.65e-10 ppv Emitter CCl4 range: 1e-14 ... 1.075e-10 ppv Extinction range (window 0): 0 ... 0 km^-1 Cloud layer: none Surface layer: none Write raytrace data: data/raytrace.tab Write LOS data: data/los.0.tab Write LOS data: data/los.1.tab Write LOS data: data/los.2.tab Write LOS data: data/los.3.tab Write LOS data: data/los.4.tab Write LOS data: data/los.5.tab Write LOS data: data/los.6.tab Write LOS data: data/los.7.tab Write LOS data: data/los.8.tab Write LOS data: data/los.9.tab Write LOS data: data/los.10.tab Write LOS data: data/los.11.tab Write LOS data: data/los.12.tab Write LOS data: data/los.13.tab Write LOS data: data/los.14.tab Write LOS data: data/los.15.tab Write LOS data: data/los.16.tab Write LOS data: data/los.17.tab Write LOS data: data/los.18.tab Write LOS data: data/los.19.tab Write LOS data: data/los.20.tab Write LOS data: data/los.21.tab Write LOS data: data/los.22.tab Write LOS data: data/los.23.tab Write LOS data: data/los.24.tab Write LOS data: data/los.25.tab Write LOS data: data/los.26.tab Write LOS data: data/los.27.tab Write LOS data: data/los.28.tab Write LOS data: data/los.29.tab Write LOS data: data/los.30.tab Write LOS data: data/los.31.tab Write LOS data: data/los.32.tab Write LOS data: data/los.33.tab Write LOS data: data/los.34.tab Write LOS data: data/los.35.tab Write LOS data: data/los.36.tab Write LOS data: data/los.37.tab Write LOS data: data/los.38.tab Write LOS data: data/los.39.tab Write LOS data: data/los.40.tab Write LOS data: data/los.41.tab Write LOS data: data/los.42.tab Write LOS data: data/los.43.tab Write LOS data: data/los.44.tab Write LOS data: data/los.45.tab Write LOS data: data/los.46.tab Write LOS data: data/los.47.tab Write LOS data: data/los.48.tab Write LOS data: data/los.49.tab Write LOS data: data/los.50.tab Write LOS data: data/los.51.tab Write LOS data: data/los.52.tab Write LOS data: data/los.53.tab Write LOS data: data/los.54.tab Write LOS data: data/los.55.tab Write LOS data: data/los.56.tab Write LOS data: data/los.57.tab Write LOS data: data/los.58.tab Write LOS data: data/los.59.tab Write LOS data: data/los.60.tab Write LOS data: data/los.61.tab Write LOS data: data/los.62.tab Write LOS data: data/los.63.tab Write LOS data: data/los.64.tab Write LOS data: data/los.65.tab Juelich Rapid Spectral Simulation Code (JURASSIC) (executable: ../../src/hydrostatic | version: v1.14-10-gdc1110 | compiled: Jan 10 2026, 04:36:06) NG = 5 EMITTER[0] = CO2 EMITTER[1] = H2O EMITTER[2] = O3 EMITTER[3] = F11 EMITTER[4] = CCl4 ND = 2 NU[0] = 792.0000 NU[1] = 832.0000 NW = 1 WINDOW[0] = 0 WINDOW[1] = 0 NCL = 0 NSF = 0 SFTYPE = 2 SFSZA = -999 TBLBASE = ../data/boxcar TBLFMT = 1 ATMFMT = 1 OBSFMT = 1 HYDZ = 0.0 CTM_CO2 = 1 CTM_H2O = 1 CTM_N2 = 1 CTM_O2 = 1 REFRAC = 1 RAYDS = 10 RAYDZ = 0.1 FOV = - RETP_ZMIN = -100 RETP_ZMAX = 88 RETT_ZMIN = -100 RETT_ZMAX = 88 RETQ_ZMIN[0] = -100 RETQ_ZMAX[0] = 88 RETQ_ZMIN[1] = -100 RETQ_ZMAX[1] = 88 RETQ_ZMIN[2] = -100 RETQ_ZMAX[2] = 88 RETQ_ZMIN[3] = -100 RETQ_ZMAX[3] = 88 RETQ_ZMIN[4] = -100 RETQ_ZMAX[4] = 88 RETK_ZMIN[0] = -100 RETK_ZMAX[0] = 88 RET_CLZ = 0 RET_CLDZ = 0 RET_CLK = 0 RET_SFT = 0 RET_SFEPS = 0 WRITE_BBT = 0 WRITE_MATRIX = 0 FORMOD = 1 RFMBIN = - RFMHIT = - RFMXSC[0] = - RFMXSC[1] = - RFMXSC[2] = - RFMXSC[3] = - RFMXSC[4] = - Read atmospheric data: data/atm.tab Number of data points: 91 Time range: 0.00 ... 0.00 s Altitude range: 0 ... 90 km Longitude range: 0 ... 0 deg Latitude range: 0 ... 0 deg Pressure range: 1017 ... 0.00184003 hPa Temperature range: 181.43 ... 285.14 K Emitter CO2 range: 0.000367735 ... 0.000367735 ppv Emitter H2O range: 5.924e-07 ... 0.01166 ppv Emitter O3 range: 2.218e-08 ... 7.447e-06 ppv Emitter F11 range: 4.709e-22 ... 2.65e-10 ppv Emitter CCl4 range: 1e-14 ... 1.075e-10 ppv Extinction range (window 0): 0 ... 0 km^-1 Cloud layer: none Surface layer: none Write atmospheric data: data/atm_hyd.tab Number of data points: 91 Time range: 0.00 ... 0.00 s Altitude range: 0 ... 90 km Longitude range: 0 ... 0 deg Latitude range: 0 ... 0 deg Pressure range: 1017 ... 0.00151877 hPa Temperature range: 181.43 ... 285.14 K Emitter CO2 range: 0.000367735 ... 0.000367735 ppv Emitter H2O range: 5.924e-07 ... 0.01166 ppv Emitter O3 range: 2.218e-08 ... 7.447e-06 ppv Emitter F11 range: 4.709e-22 ... 2.65e-10 ppv Emitter CCl4 range: 1e-14 ... 1.075e-10 ppv Extinction range (window 0): 0 ... 0 km^-1 Cloud layer: none Surface layer: none Juelich Rapid Spectral Simulation Code (JURASSIC) (executable: ../../src/atmfmt | version: v1.14-10-gdc1110 | compiled: Jan 10 2026, 04:36:06) NG = 5 EMITTER[0] = CO2 EMITTER[1] = H2O EMITTER[2] = O3 EMITTER[3] = F11 EMITTER[4] = CCl4 ND = 2 NU[0] = 792.0000 NU[1] = 832.0000 NW = 1 WINDOW[0] = 0 WINDOW[1] = 0 NCL = 0 NSF = 0 SFTYPE = 2 SFSZA = -999 TBLBASE = ../data/boxcar TBLFMT = 1 ATMFMT = 1 OBSFMT = 1 HYDZ = -999 CTM_CO2 = 1 CTM_H2O = 1 CTM_N2 = 1 CTM_O2 = 1 REFRAC = 1 RAYDS = 10 RAYDZ = 0.1 FOV = - RETP_ZMIN = -100 RETP_ZMAX = 88 RETT_ZMIN = -100 RETT_ZMAX = 88 RETQ_ZMIN[0] = -100 RETQ_ZMAX[0] = 88 RETQ_ZMIN[1] = -100 RETQ_ZMAX[1] = 88 RETQ_ZMIN[2] = -100 RETQ_ZMAX[2] = 88 RETQ_ZMIN[3] = -100 RETQ_ZMAX[3] = 88 RETQ_ZMIN[4] = -100 RETQ_ZMAX[4] = 88 RETK_ZMIN[0] = -100 RETK_ZMAX[0] = 88 RET_CLZ = 0 RET_CLDZ = 0 RET_CLK = 0 RET_SFT = 0 RET_SFEPS = 0 WRITE_BBT = 0 WRITE_MATRIX = 0 FORMOD = 1 RFMBIN = - RFMHIT = - RFMXSC[0] = - RFMXSC[1] = - RFMXSC[2] = - RFMXSC[3] = - RFMXSC[4] = - Read atmospheric data: data/atm.tab Number of data points: 91 Time range: 0.00 ... 0.00 s Altitude range: 0 ... 90 km Longitude range: 0 ... 0 deg Latitude range: 0 ... 0 deg Pressure range: 1017 ... 0.00184003 hPa Temperature range: 181.43 ... 285.14 K Emitter CO2 range: 0.000367735 ... 0.000367735 ppv Emitter H2O range: 5.924e-07 ... 0.01166 ppv Emitter O3 range: 2.218e-08 ... 7.447e-06 ppv Emitter F11 range: 4.709e-22 ... 2.65e-10 ppv Emitter CCl4 range: 1e-14 ... 1.075e-10 ppv Extinction range (window 0): 0 ... 0 km^-1 Cloud layer: none Surface layer: none Write atmospheric data: data/atm.bin Number of data points: 91 Time range: 0.00 ... 0.00 s Altitude range: 0 ... 90 km Longitude range: 0 ... 0 deg Latitude range: 0 ... 0 deg Pressure range: 1017 ... 0.00184003 hPa Temperature range: 181.43 ... 285.14 K Emitter CO2 range: 0.000367735 ... 0.000367735 ppv Emitter H2O range: 5.924e-07 ... 0.01166 ppv Emitter O3 range: 2.218e-08 ... 7.447e-06 ppv Emitter F11 range: 4.709e-22 ... 2.65e-10 ppv Emitter CCl4 range: 1e-14 ... 1.075e-10 ppv Extinction range (window 0): 0 ... 0 km^-1 Cloud layer: none Surface layer: none Juelich Rapid Spectral Simulation Code (JURASSIC) (executable: ../../src/atmfmt | version: v1.14-10-gdc1110 | compiled: Jan 10 2026, 04:36:06) NG = 5 EMITTER[0] = CO2 EMITTER[1] = H2O EMITTER[2] = O3 EMITTER[3] = F11 EMITTER[4] = CCl4 ND = 2 NU[0] = 792.0000 NU[1] = 832.0000 NW = 1 WINDOW[0] = 0 WINDOW[1] = 0 NCL = 0 NSF = 0 SFTYPE = 2 SFSZA = -999 TBLBASE = ../data/boxcar TBLFMT = 1 ATMFMT = 1 OBSFMT = 1 HYDZ = -999 CTM_CO2 = 1 CTM_H2O = 1 CTM_N2 = 1 CTM_O2 = 1 REFRAC = 1 RAYDS = 10 RAYDZ = 0.1 FOV = - RETP_ZMIN = -100 RETP_ZMAX = 88 RETT_ZMIN = -100 RETT_ZMAX = 88 RETQ_ZMIN[0] = -100 RETQ_ZMAX[0] = 88 RETQ_ZMIN[1] = -100 RETQ_ZMAX[1] = 88 RETQ_ZMIN[2] = -100 RETQ_ZMAX[2] = 88 RETQ_ZMIN[3] = -100 RETQ_ZMAX[3] = 88 RETQ_ZMIN[4] = -100 RETQ_ZMAX[4] = 88 RETK_ZMIN[0] = -100 RETK_ZMAX[0] = 88 RET_CLZ = 0 RET_CLDZ = 0 RET_CLK = 0 RET_SFT = 0 RET_SFEPS = 0 WRITE_BBT = 0 WRITE_MATRIX = 0 FORMOD = 1 RFMBIN = - RFMHIT = - RFMXSC[0] = - RFMXSC[1] = - RFMXSC[2] = - RFMXSC[3] = - RFMXSC[4] = - Read atmospheric data: data/atm.bin Number of data points: 91 Time range: 0.00 ... 0.00 s Altitude range: 0 ... 90 km Longitude range: 0 ... 0 deg Latitude range: 0 ... 0 deg Pressure range: 1017 ... 0.00184003 hPa Temperature range: 181.43 ... 285.14 K Emitter CO2 range: 0.000367735 ... 0.000367735 ppv Emitter H2O range: 5.924e-07 ... 0.01166 ppv Emitter O3 range: 2.218e-08 ... 7.447e-06 ppv Emitter F11 range: 4.709e-22 ... 2.65e-10 ppv Emitter CCl4 range: 1e-14 ... 1.075e-10 ppv Extinction range (window 0): 0 ... 0 km^-1 Cloud layer: none Surface layer: none Write atmospheric data: data/atm_from_bin.tab Number of data points: 91 Time range: 0.00 ... 0.00 s Altitude range: 0 ... 90 km Longitude range: 0 ... 0 deg Latitude range: 0 ... 0 deg Pressure range: 1017 ... 0.00184003 hPa Temperature range: 181.43 ... 285.14 K Emitter CO2 range: 0.000367735 ... 0.000367735 ppv Emitter H2O range: 5.924e-07 ... 0.01166 ppv Emitter O3 range: 2.218e-08 ... 7.447e-06 ppv Emitter F11 range: 4.709e-22 ... 2.65e-10 ppv Emitter CCl4 range: 1e-14 ... 1.075e-10 ppv Extinction range (window 0): 0 ... 0 km^-1 Cloud layer: none Surface layer: none Juelich Rapid Spectral Simulation Code (JURASSIC) (executable: ../../src/obsfmt | version: v1.14-10-gdc1110 | compiled: Jan 10 2026, 04:36:06) NG = 5 EMITTER[0] = CO2 EMITTER[1] = H2O EMITTER[2] = O3 EMITTER[3] = F11 EMITTER[4] = CCl4 ND = 2 NU[0] = 792.0000 NU[1] = 832.0000 NW = 1 WINDOW[0] = 0 WINDOW[1] = 0 NCL = 0 NSF = 0 SFTYPE = 2 SFSZA = -999 TBLBASE = ../data/boxcar TBLFMT = 1 ATMFMT = 1 OBSFMT = 1 HYDZ = -999 CTM_CO2 = 1 CTM_H2O = 1 CTM_N2 = 1 CTM_O2 = 1 REFRAC = 1 RAYDS = 10 RAYDZ = 0.1 FOV = - RETP_ZMIN = -100 RETP_ZMAX = 88 RETT_ZMIN = -100 RETT_ZMAX = 88 RETQ_ZMIN[0] = -100 RETQ_ZMAX[0] = 88 RETQ_ZMIN[1] = -100 RETQ_ZMAX[1] = 88 RETQ_ZMIN[2] = -100 RETQ_ZMAX[2] = 88 RETQ_ZMIN[3] = -100 RETQ_ZMAX[3] = 88 RETQ_ZMIN[4] = -100 RETQ_ZMAX[4] = 88 RETK_ZMIN[0] = -100 RETK_ZMAX[0] = 88 RET_CLZ = 0 RET_CLDZ = 0 RET_CLK = 0 RET_SFT = 0 RET_SFEPS = 0 WRITE_BBT = 0 WRITE_MATRIX = 0 FORMOD = 1 RFMBIN = - RFMHIT = - RFMXSC[0] = - RFMXSC[1] = - RFMXSC[2] = - RFMXSC[3] = - RFMXSC[4] = - Read observation data: data/rad.tab Number of ray paths: 66 Time range: 0.00 ... 0.00 s Observer altitude range: 780 ... 780 km Observer longitude range: 0 ... 0 deg Observer latitude range: 0 ... 0 deg View point altitude range: 3 ... 68 km View point longitude range: 0 ... 0 deg View point latitude range: 25.7915 ... 26.9643 deg Tangent point altitude range: 1.48665 ... 68 km Tangent point longitude range: -2.77074e-08 ... 0 deg Tangent point latitude range: 25.7915 ... 27.4458 deg Radiance (792.0000 cm^-1) range: 4.91501e-05 ... 0.0429344 W/(m^2 sr cm^-1) Radiance (832.0000 cm^-1) range: 2.86906e-08 ... 0.0763938 W/(m^2 sr cm^-1) Write observation data: data/rad.bin Number of ray paths: 66 Time range: 0.00 ... 0.00 s Observer altitude range: 780 ... 780 km Observer longitude range: 0 ... 0 deg Observer latitude range: 0 ... 0 deg View point altitude range: 3 ... 68 km View point longitude range: 0 ... 0 deg View point latitude range: 25.7915 ... 26.9643 deg Tangent point altitude range: 1.48665 ... 68 km Tangent point longitude range: -2.77074e-08 ... 0 deg Tangent point latitude range: 25.7915 ... 27.4458 deg Radiance (792.0000 cm^-1) range: 4.91501e-05 ... 0.0429344 W/(m^2 sr cm^-1) Radiance (832.0000 cm^-1) range: 2.86906e-08 ... 0.0763938 W/(m^2 sr cm^-1) Juelich Rapid Spectral Simulation Code (JURASSIC) (executable: ../../src/obsfmt | version: v1.14-10-gdc1110 | compiled: Jan 10 2026, 04:36:06) NG = 5 EMITTER[0] = CO2 EMITTER[1] = H2O EMITTER[2] = O3 EMITTER[3] = F11 EMITTER[4] = CCl4 ND = 2 NU[0] = 792.0000 NU[1] = 832.0000 NW = 1 WINDOW[0] = 0 WINDOW[1] = 0 NCL = 0 NSF = 0 SFTYPE = 2 SFSZA = -999 TBLBASE = ../data/boxcar TBLFMT = 1 ATMFMT = 1 OBSFMT = 1 HYDZ = -999 CTM_CO2 = 1 CTM_H2O = 1 CTM_N2 = 1 CTM_O2 = 1 REFRAC = 1 RAYDS = 10 RAYDZ = 0.1 FOV = - RETP_ZMIN = -100 RETP_ZMAX = 88 RETT_ZMIN = -100 RETT_ZMAX = 88 RETQ_ZMIN[0] = -100 RETQ_ZMAX[0] = 88 RETQ_ZMIN[1] = -100 RETQ_ZMAX[1] = 88 RETQ_ZMIN[2] = -100 RETQ_ZMAX[2] = 88 RETQ_ZMIN[3] = -100 RETQ_ZMAX[3] = 88 RETQ_ZMIN[4] = -100 RETQ_ZMAX[4] = 88 RETK_ZMIN[0] = -100 RETK_ZMAX[0] = 88 RET_CLZ = 0 RET_CLDZ = 0 RET_CLK = 0 RET_SFT = 0 RET_SFEPS = 0 WRITE_BBT = 0 WRITE_MATRIX = 0 FORMOD = 1 RFMBIN = - RFMHIT = - RFMXSC[0] = - RFMXSC[1] = - RFMXSC[2] = - RFMXSC[3] = - RFMXSC[4] = - Read observation data: data/rad.bin Number of ray paths: 66 Time range: 0.00 ... 0.00 s Observer altitude range: 780 ... 780 km Observer longitude range: 0 ... 0 deg Observer latitude range: 0 ... 0 deg View point altitude range: 3 ... 68 km View point longitude range: 0 ... 0 deg View point latitude range: 25.7915 ... 26.9643 deg Tangent point altitude range: 1.48665 ... 68 km Tangent point longitude range: -2.77074e-08 ... 0 deg Tangent point latitude range: 25.7915 ... 27.4458 deg Radiance (792.0000 cm^-1) range: 4.91501e-05 ... 0.0429344 W/(m^2 sr cm^-1) Radiance (832.0000 cm^-1) range: 2.86906e-08 ... 0.0763938 W/(m^2 sr cm^-1) Write observation data: data/rad_from_bin.tab Number of ray paths: 66 Time range: 0.00 ... 0.00 s Observer altitude range: 780 ... 780 km Observer longitude range: 0 ... 0 deg Observer latitude range: 0 ... 0 deg View point altitude range: 3 ... 68 km View point longitude range: 0 ... 0 deg View point latitude range: 25.7915 ... 26.9643 deg Tangent point altitude range: 1.48665 ... 68 km Tangent point longitude range: -2.77074e-08 ... 0 deg Tangent point latitude range: 25.7915 ... 27.4458 deg Radiance (792.0000 cm^-1) range: 4.91501e-05 ... 0.0429344 W/(m^2 sr cm^-1) Radiance (832.0000 cm^-1) range: 2.86906e-08 ... 0.0763938 W/(m^2 sr cm^-1) Compare results... Files data/atm.tab and data.ref/atm.tab are identical Files data/atm_from_bin.tab and data.ref/atm_from_bin.tab are identical Files data/atm_hyd.tab and data.ref/atm_hyd.tab are identical Files data/kernel.tab and data.ref/kernel.tab are identical Files data/los.0.tab and data.ref/los.0.tab are identical Files data/los.1.tab and data.ref/los.1.tab are identical Files data/los.10.tab and data.ref/los.10.tab are identical Files data/los.11.tab and data.ref/los.11.tab are identical Files data/los.12.tab and data.ref/los.12.tab are identical Files data/los.13.tab and data.ref/los.13.tab are identical Files data/los.14.tab and data.ref/los.14.tab are identical Files data/los.15.tab and data.ref/los.15.tab are identical Files data/los.16.tab and data.ref/los.16.tab are identical Files data/los.17.tab and data.ref/los.17.tab are identical Files data/los.18.tab and data.ref/los.18.tab are identical Files data/los.19.tab and data.ref/los.19.tab are identical Files data/los.2.tab and data.ref/los.2.tab are identical Files data/los.20.tab and data.ref/los.20.tab are identical Files data/los.21.tab and data.ref/los.21.tab are identical Files data/los.22.tab and data.ref/los.22.tab are identical Files data/los.23.tab and data.ref/los.23.tab are identical Files data/los.24.tab and data.ref/los.24.tab are identical Files data/los.25.tab and data.ref/los.25.tab are identical Files data/los.26.tab and data.ref/los.26.tab are identical Files data/los.27.tab and data.ref/los.27.tab are identical Files data/los.28.tab and data.ref/los.28.tab are identical Files data/los.29.tab and data.ref/los.29.tab are identical Files data/los.3.tab and data.ref/los.3.tab are identical Files data/los.30.tab and data.ref/los.30.tab are identical Files data/los.31.tab and data.ref/los.31.tab are identical Files data/los.32.tab and data.ref/los.32.tab are identical Files data/los.33.tab and data.ref/los.33.tab are identical Files data/los.34.tab and data.ref/los.34.tab are identical Files data/los.35.tab and data.ref/los.35.tab are identical Files data/los.36.tab and data.ref/los.36.tab are identical Files data/los.37.tab and data.ref/los.37.tab are identical Files data/los.38.tab and data.ref/los.38.tab are identical Files data/los.39.tab and data.ref/los.39.tab are identical Files data/los.4.tab and data.ref/los.4.tab are identical Files data/los.40.tab and data.ref/los.40.tab are identical Files data/los.41.tab and data.ref/los.41.tab are identical Files data/los.42.tab and data.ref/los.42.tab are identical Files data/los.43.tab and data.ref/los.43.tab are identical Files data/los.44.tab and data.ref/los.44.tab are identical Files data/los.45.tab and data.ref/los.45.tab are identical Files data/los.46.tab and data.ref/los.46.tab are identical Files data/los.47.tab and data.ref/los.47.tab are identical Files data/los.48.tab and data.ref/los.48.tab are identical Files data/los.49.tab and data.ref/los.49.tab are identical Files data/los.5.tab and data.ref/los.5.tab are identical Files data/los.50.tab and data.ref/los.50.tab are identical Files data/los.51.tab and data.ref/los.51.tab are identical Files data/los.52.tab and data.ref/los.52.tab are identical Files data/los.53.tab and data.ref/los.53.tab are identical Files data/los.54.tab and data.ref/los.54.tab are identical Files data/los.55.tab and data.ref/los.55.tab are identical Files data/los.56.tab and data.ref/los.56.tab are identical Files data/los.57.tab and data.ref/los.57.tab are identical Files data/los.58.tab and data.ref/los.58.tab are identical Files data/los.59.tab and data.ref/los.59.tab are identical Files data/los.6.tab and data.ref/los.6.tab are identical Files data/los.60.tab and data.ref/los.60.tab are identical Files data/los.61.tab and data.ref/los.61.tab are identical Files data/los.62.tab and data.ref/los.62.tab are identical Files data/los.63.tab and data.ref/los.63.tab are identical Files data/los.64.tab and data.ref/los.64.tab are identical Files data/los.65.tab and data.ref/los.65.tab are identical Files data/los.7.tab and data.ref/los.7.tab are identical Files data/los.8.tab and data.ref/los.8.tab are identical Files data/los.9.tab and data.ref/los.9.tab are identical Files data/obs.tab and data.ref/obs.tab are identical Files data/rad.tab and data.ref/rad.tab are identical Files data/rad_cga.tab and data.ref/rad_cga.tab are identical Files data/rad_fov.tab and data.ref/rad_fov.tab are identical Files data/rad_from_bin.tab and data.ref/rad_from_bin.tab are identical Files data/raytrace.tab and data.ref/raytrace.tab are identical \n===== Test "limb_test" passed! ===== \n===== Running "nadir_test" ... ===== Juelich Rapid Spectral Simulation Code (JURASSIC) (executable: ../../src/climatology | version: v1.14-10-gdc1110 | compiled: Jan 10 2026, 04:36:06) NG = 1 EMITTER[0] = CO2 ND = 3 NU[0] = 667.7820 NU[1] = 668.5410 NU[2] = 669.8110 NW = 1 WINDOW[0] = 0 WINDOW[1] = 0 WINDOW[2] = 0 NCL = 0 NSF = 0 SFTYPE = 2 SFSZA = -999 TBLBASE = ../data/airs TBLFMT = 1 ATMFMT = 1 OBSFMT = 1 HYDZ = -999 CTM_CO2 = 1 CTM_H2O = 1 CTM_N2 = 1 CTM_O2 = 1 REFRAC = 1 RAYDS = 10 RAYDZ = 0.1 FOV = - RETP_ZMIN = -100 RETP_ZMAX = 88 RETT_ZMIN = -100 RETT_ZMAX = 88 RETQ_ZMIN[0] = -100 RETQ_ZMAX[0] = 88 RETK_ZMIN[0] = -100 RETK_ZMAX[0] = 88 RET_CLZ = 0 RET_CLDZ = 0 RET_CLK = 0 RET_SFT = 0 RET_SFEPS = 0 WRITE_BBT = 1 WRITE_MATRIX = 0 FORMOD = 1 RFMBIN = - RFMHIT = - RFMXSC[0] = - T0 = 0 T1 = 0 DT = 1 Z0 = 0 Z1 = 90 DZ = 1 CLZ = 0 CLDZ = 0 SFT = 0 Write atmospheric data: data/atm.tab Number of data points: 91 Time range: 0.00 ... 0.00 s Altitude range: 0 ... 90 km Longitude range: 0 ... 0 deg Latitude range: 0 ... 0 deg Pressure range: 1017 ... 0.00184003 hPa Temperature range: 181.43 ... 285.14 K Emitter CO2 range: 0.000367735 ... 0.000367735 ppv Extinction range (window 0): 0 ... 0 km^-1 Cloud layer: none Surface layer: none Juelich Rapid Spectral Simulation Code (JURASSIC) (executable: ../../src/nadir | version: v1.14-10-gdc1110 | compiled: Jan 10 2026, 04:36:06) NG = 1 EMITTER[0] = CO2 ND = 3 NU[0] = 667.7820 NU[1] = 668.5410 NU[2] = 669.8110 NW = 1 WINDOW[0] = 0 WINDOW[1] = 0 WINDOW[2] = 0 NCL = 0 NSF = 0 SFTYPE = 2 SFSZA = -999 TBLBASE = ../data/airs TBLFMT = 1 ATMFMT = 1 OBSFMT = 1 HYDZ = -999 CTM_CO2 = 1 CTM_H2O = 1 CTM_N2 = 1 CTM_O2 = 1 REFRAC = 1 RAYDS = 10 RAYDZ = 0.1 FOV = - RETP_ZMIN = -100 RETP_ZMAX = 88 RETT_ZMIN = -100 RETT_ZMAX = 88 RETQ_ZMIN[0] = -100 RETQ_ZMAX[0] = 88 RETK_ZMIN[0] = -100 RETK_ZMAX[0] = 88 RET_CLZ = 0 RET_CLDZ = 0 RET_CLK = 0 RET_SFT = 0 RET_SFEPS = 0 WRITE_BBT = 1 WRITE_MATRIX = 0 FORMOD = 1 RFMBIN = - RFMHIT = - RFMXSC[0] = - T0 = 0 T1 = 0 DT = 1 OBSZ = 700 LAT0 = -8.01 LAT1 = 8.01 DLAT = 0.18 Write observation data: data/obs.tab Number of ray paths: 90 Time range: 0.00 ... 0.00 s Observer altitude range: 700 ... 700 km Observer longitude range: 0 ... 0 deg Observer latitude range: 0 ... 0 deg View point altitude range: 0 ... 0 km View point longitude range: 0 ... 0 deg View point latitude range: -8.01 ... 8.01 deg Tangent point altitude range: 0 ... 0 km Tangent point longitude range: 0 ... 0 deg Tangent point latitude range: 0 ... 0 deg Brightness temperature (667.7820 cm^-1) range: 0 ... 0 K Brightness temperature (668.5410 cm^-1) range: 0 ... 0 K Brightness temperature (669.8110 cm^-1) range: 0 ... 0 K Transmittance (667.7820 cm^-1) range: 0 ... 0 Transmittance (668.5410 cm^-1) range: 0 ... 0 Transmittance (669.8110 cm^-1) range: 0 ... 0 Juelich Rapid Spectral Simulation Code (JURASSIC) (executable: ../../src/formod | version: v1.14-10-gdc1110 | compiled: Jan 10 2026, 04:36:06) NG = 1 EMITTER[0] = CO2 ND = 3 NU[0] = 667.7820 NU[1] = 668.5410 NU[2] = 669.8110 NW = 1 WINDOW[0] = 0 WINDOW[1] = 0 WINDOW[2] = 0 NCL = 0 NSF = 0 SFTYPE = 2 SFSZA = -999 TBLBASE = ../data/airs TBLFMT = 1 ATMFMT = 1 OBSFMT = 1 HYDZ = -999 CTM_CO2 = 1 CTM_H2O = 1 CTM_N2 = 1 CTM_O2 = 1 REFRAC = 1 RAYDS = 10 RAYDZ = 0.1 FOV = - RETP_ZMIN = -100 RETP_ZMAX = 88 RETT_ZMIN = -100 RETT_ZMAX = 88 RETQ_ZMIN[0] = -100 RETQ_ZMAX[0] = 88 RETK_ZMIN[0] = -100 RETK_ZMAX[0] = 88 RET_CLZ = 0 RET_CLDZ = 0 RET_CLK = 0 RET_SFT = 0 RET_SFEPS = 0 WRITE_BBT = 1 WRITE_MATRIX = 0 FORMOD = 1 RFMBIN = - RFMHIT = - RFMXSC[0] = - Read emissivity table: ../data/airs_667.7820_CO2.tab p[ 0]= 4.47183e-03 hPa | T[0:28]= 123.46 ... 263.46 K | u[0:179]= 2.94351e+13 ... 2.62345e+22 molec/cm^2 | eps[0:179]= 1.24004e-04 ... 9.30995e-01 p[ 1]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:179]= 6.25238e+13 ... 5.57253e+22 molec/cm^2 | eps[0:179]= 2.67773e-04 ... 9.91747e-01 p[ 2]= 2.29699e-02 hPa | T[0:28]= 142.52 ... 282.52 K | u[0:179]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:179]= 3.83070e-04 ... 9.95724e-01 p[ 3]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 3.86147e-04 ... 9.97429e-01 p[ 4]= 1.04568e-01 hPa | T[0:28]= 159.53 ... 299.53 K | u[0:179]= 8.87007e+13 ... 7.90559e+22 molec/cm^2 | eps[0:179]= 3.88503e-04 ... 9.98697e-01 p[ 5]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:179]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:179]= 3.89787e-04 ... 9.99469e-01 p[ 6]= 3.22408e-01 hPa | T[0:28]= 177.81 ... 317.81 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 3.89875e-04 ... 9.99729e-01 p[ 7]= 4.21507e-01 hPa | T[0:28]= 183.28 ... 323.28 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 3.89579e-04 ... 9.99839e-01 p[ 8]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 3.89377e-04 ... 9.99879e-01 p[ 9]= 7.09875e-01 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:179]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:179]= 3.88613e-04 ... 9.99956e-01 p[10]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:179]= 8.87003e+13 ... 7.90555e+22 molec/cm^2 | eps[0:179]= 3.88462e-04 ... 9.99970e-01 p[11]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 3.88341e-04 ... 9.99988e-01 p[12]= 1.52519e+00 hPa | T[0:28]= 193.45 ... 333.45 K | u[0:179]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:179]= 3.88847e-04 ... 9.99998e-01 p[13]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:178]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:178]= 3.90060e-04 ... 1.00000e+00 p[14]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:175]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:175]= 3.90952e-04 ... 1.00000e+00 p[15]= 3.34337e+00 hPa | T[0:28]= 180.32 ... 320.32 K | u[0:174]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:174]= 3.91371e-04 ... 1.00000e+00 p[16]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:170]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:170]= 3.92085e-04 ... 1.00000e+00 p[17]= 5.80701e+00 hPa | T[0:28]= 169.42 ... 309.42 K | u[0:169]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:169]= 3.92151e-04 ... 1.00000e+00 p[18]= 7.72454e+00 hPa | T[0:28]= 164.51 ... 304.51 K | u[0:166]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:166]= 3.92029e-04 ... 1.00000e+00 p[19]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:162]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:162]= 3.91132e-04 ... 1.00000e+00 p[20]= 1.88445e+01 hPa | T[0:28]= 152.41 ... 292.41 K | u[0:158]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:158]= 3.89963e-04 ... 1.00000e+00 p[21]= 2.55956e+01 hPa | T[0:28]= 150.25 ... 290.25 K | u[0:155]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:155]= 3.89161e-04 ... 1.00000e+00 p[22]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:154]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:154]= 3.88751e-04 ... 1.00000e+00 p[23]= 4.75910e+01 hPa | T[0:28]= 147.45 ... 287.45 K | u[0:150]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:150]= 3.87417e-04 ... 1.00000e+00 p[24]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:148]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:148]= 3.86894e-04 ... 1.00000e+00 p[25]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:146]= 8.87003e+13 ... 7.90556e+22 molec/cm^2 | eps[0:146]= 3.85627e-04 ... 1.00000e+00 p[26]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:143]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:143]= 3.84144e-04 ... 1.00000e+00 p[27]= 1.22198e+02 hPa | T[0:28]= 145.68 ... 285.68 K | u[0:142]= 8.87003e+13 ... 7.90555e+22 molec/cm^2 | eps[0:142]= 3.83385e-04 ... 1.00000e+00 p[28]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:141]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:141]= 3.82546e-04 ... 1.00000e+00 p[29]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:138]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:138]= 3.80695e-04 ... 1.00000e+00 p[30]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:136]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:136]= 3.78392e-04 ... 1.00000e+00 p[31]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:134]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:134]= 3.74662e-04 ... 1.00000e+00 p[32]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:133]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:133]= 3.68103e-04 ... 1.00000e+00 p[33]= 5.41644e+02 hPa | T[0:28]= 186.55 ... 326.55 K | u[0:132]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:132]= 3.63786e-04 ... 1.00000e+00 p[34]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:132]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:132]= 3.58809e-04 ... 1.00000e+00 p[35]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:130]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:130]= 3.47547e-04 ... 1.00000e+00 Read emissivity table: ../data/airs_668.5410_CO2.tab p[ 0]= 4.47183e-03 hPa | T[0:28]= 123.46 ... 263.46 K | u[0:179]= 2.94351e+13 ... 2.62345e+22 molec/cm^2 | eps[0:179]= 5.59077e-06 ... 3.48585e-01 p[ 1]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:179]= 6.25238e+13 ... 5.57253e+22 molec/cm^2 | eps[0:179]= 1.49886e-05 ... 6.73587e-01 p[ 2]= 2.29699e-02 hPa | T[0:28]= 142.52 ... 282.52 K | u[0:179]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:179]= 2.50432e-05 ... 9.00355e-01 p[ 3]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 2.87411e-05 ... 9.76797e-01 p[ 4]= 1.04568e-01 hPa | T[0:28]= 159.53 ... 299.53 K | u[0:179]= 8.87007e+13 ... 7.90559e+22 molec/cm^2 | eps[0:179]= 3.32479e-05 ... 9.97027e-01 p[ 5]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:179]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:179]= 3.86846e-05 ... 9.99400e-01 p[ 6]= 3.22408e-01 hPa | T[0:28]= 177.81 ... 317.81 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 4.24358e-05 ... 9.99696e-01 p[ 7]= 4.21507e-01 hPa | T[0:28]= 183.28 ... 323.28 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 4.51935e-05 ... 9.99813e-01 p[ 8]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 4.63750e-05 ... 9.99858e-01 p[ 9]= 7.09875e-01 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:179]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:179]= 4.95765e-05 ... 9.99944e-01 p[10]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:179]= 8.87003e+13 ... 7.90555e+22 molec/cm^2 | eps[0:179]= 5.01801e-05 ... 9.99962e-01 p[11]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 5.08965e-05 ... 9.99984e-01 p[12]= 1.52519e+00 hPa | T[0:28]= 193.45 ... 333.45 K | u[0:179]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:179]= 5.03121e-05 ... 9.99997e-01 p[13]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:178]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:178]= 4.77618e-05 ... 1.00000e+00 p[14]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:176]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:176]= 4.53133e-05 ... 1.00000e+00 p[15]= 3.34337e+00 hPa | T[0:28]= 180.32 ... 320.32 K | u[0:174]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:174]= 4.38066e-05 ... 1.00000e+00 p[16]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:170]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:170]= 3.96275e-05 ... 1.00000e+00 p[17]= 5.80701e+00 hPa | T[0:28]= 169.42 ... 309.42 K | u[0:169]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:169]= 3.83774e-05 ... 1.00000e+00 p[18]= 7.72454e+00 hPa | T[0:28]= 164.51 ... 304.51 K | u[0:166]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:166]= 3.59600e-05 ... 1.00000e+00 p[19]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:162]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:162]= 3.24329e-05 ... 1.00000e+00 p[20]= 1.88445e+01 hPa | T[0:28]= 152.41 ... 292.41 K | u[0:158]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:158]= 3.02617e-05 ... 1.00000e+00 p[21]= 2.55956e+01 hPa | T[0:28]= 150.25 ... 290.25 K | u[0:155]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:155]= 2.93885e-05 ... 1.00000e+00 p[22]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:154]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:154]= 2.90835e-05 ... 1.00000e+00 p[23]= 4.75910e+01 hPa | T[0:28]= 147.45 ... 287.45 K | u[0:150]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:150]= 2.86062e-05 ... 1.00000e+00 p[24]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:148]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:148]= 2.85629e-05 ... 1.00000e+00 p[25]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:146]= 8.87003e+13 ... 7.90556e+22 molec/cm^2 | eps[0:146]= 2.86040e-05 ... 1.00000e+00 p[26]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:143]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:143]= 2.90721e-05 ... 1.00000e+00 p[27]= 1.22198e+02 hPa | T[0:28]= 145.68 ... 285.68 K | u[0:142]= 8.87003e+13 ... 7.90555e+22 molec/cm^2 | eps[0:142]= 2.96255e-05 ... 1.00000e+00 p[28]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:140]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:140]= 3.03634e-05 ... 1.00000e+00 p[29]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:138]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:138]= 3.27855e-05 ... 1.00000e+00 p[30]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:136]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:136]= 3.71081e-05 ... 1.00000e+00 p[31]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:134]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:134]= 4.39238e-05 ... 1.00000e+00 p[32]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:132]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:132]= 5.21594e-05 ... 1.00000e+00 p[33]= 5.41644e+02 hPa | T[0:28]= 186.55 ... 326.55 K | u[0:132]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:132]= 5.59696e-05 ... 1.00000e+00 p[34]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:131]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:131]= 5.98886e-05 ... 1.00000e+00 p[35]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:129]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:129]= 6.64894e-05 ... 1.00000e+00 Read emissivity table: ../data/airs_669.8110_CO2.tab p[ 0]= 4.47183e-03 hPa | T[0:28]= 123.46 ... 263.46 K | u[0:179]= 2.94351e+13 ... 2.62345e+22 molec/cm^2 | eps[0:179]= 9.79356e-06 ... 2.68170e-01 p[ 1]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:179]= 6.25238e+13 ... 5.57253e+22 molec/cm^2 | eps[0:179]= 1.92339e-05 ... 4.69754e-01 p[ 2]= 2.29699e-02 hPa | T[0:28]= 142.52 ... 282.52 K | u[0:179]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:179]= 2.57867e-05 ... 6.62572e-01 p[ 3]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 2.45984e-05 ... 7.98736e-01 p[ 4]= 1.04568e-01 hPa | T[0:28]= 159.53 ... 299.53 K | u[0:179]= 8.87007e+13 ... 7.90559e+22 molec/cm^2 | eps[0:179]= 2.33816e-05 ... 9.12474e-01 p[ 5]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:179]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:179]= 2.21753e-05 ... 9.77674e-01 p[ 6]= 3.22408e-01 hPa | T[0:28]= 177.81 ... 317.81 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 2.14797e-05 ... 9.93091e-01 p[ 7]= 4.21507e-01 hPa | T[0:28]= 183.28 ... 323.28 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 2.10308e-05 ... 9.97281e-01 p[ 8]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 2.08539e-05 ... 9.98344e-01 p[ 9]= 7.09875e-01 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:179]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:179]= 2.04184e-05 ... 9.99638e-01 p[10]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:179]= 8.87003e+13 ... 7.90555e+22 molec/cm^2 | eps[0:179]= 2.03438e-05 ... 9.99781e-01 p[11]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 2.02592e-05 ... 9.99922e-01 p[12]= 1.52519e+00 hPa | T[0:28]= 193.45 ... 333.45 K | u[0:179]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:179]= 2.03348e-05 ... 9.99988e-01 p[13]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 2.06745e-05 ... 9.99999e-01 p[14]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:178]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:178]= 2.10377e-05 ... 1.00000e+00 p[15]= 3.34337e+00 hPa | T[0:28]= 180.32 ... 320.32 K | u[0:176]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:176]= 2.12800e-05 ... 1.00000e+00 p[16]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:172]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:172]= 2.20340e-05 ... 1.00000e+00 p[17]= 5.80701e+00 hPa | T[0:28]= 169.42 ... 309.42 K | u[0:171]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:171]= 2.22842e-05 ... 1.00000e+00 p[18]= 7.72454e+00 hPa | T[0:28]= 164.51 ... 304.51 K | u[0:168]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:168]= 2.28024e-05 ... 1.00000e+00 p[19]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:164]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:164]= 2.36478e-05 ... 1.00000e+00 p[20]= 1.88445e+01 hPa | T[0:28]= 152.41 ... 292.41 K | u[0:160]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:160]= 2.42230e-05 ... 1.00000e+00 p[21]= 2.55956e+01 hPa | T[0:28]= 150.25 ... 290.25 K | u[0:157]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:157]= 2.44621e-05 ... 1.00000e+00 p[22]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:156]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:156]= 2.45444e-05 ... 1.00000e+00 p[23]= 4.75910e+01 hPa | T[0:28]= 147.45 ... 287.45 K | u[0:152]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:152]= 2.46551e-05 ... 1.00000e+00 p[24]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:150]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:150]= 2.46538e-05 ... 1.00000e+00 p[25]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:148]= 8.87003e+13 ... 7.90556e+22 molec/cm^2 | eps[0:148]= 2.46060e-05 ... 1.00000e+00 p[26]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:145]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:145]= 2.44171e-05 ... 1.00000e+00 p[27]= 1.22198e+02 hPa | T[0:28]= 145.68 ... 285.68 K | u[0:144]= 8.87003e+13 ... 7.90555e+22 molec/cm^2 | eps[0:144]= 2.42214e-05 ... 1.00000e+00 p[28]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:142]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:142]= 2.39705e-05 ... 1.00000e+00 p[29]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:140]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:140]= 2.32093e-05 ... 1.00000e+00 p[30]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:138]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:138]= 2.20268e-05 ... 1.00000e+00 p[31]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:136]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:136]= 2.05247e-05 ... 1.00000e+00 p[32]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:134]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:134]= 1.91746e-05 ... 1.00000e+00 p[33]= 5.41644e+02 hPa | T[0:28]= 186.55 ... 326.55 K | u[0:133]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:133]= 1.86894e-05 ... 1.00000e+00 p[34]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:132]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:132]= 1.82841e-05 ... 1.00000e+00 p[35]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:131]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:131]= 1.77875e-05 ... 1.00000e+00 Initialize source function table... Number of data points: 1200 Read shape function: ../data/airs_667.7820.filt Number of data points: 1999 Range of x values: 663.3764 ... 672.1876 Range of y values: 0.000123185 ... 0.999992 channel= 667.7820 cm^-1 | T= 100 ... 400 K | B= 0.000238354 ... 0.353089 W/(m^2 sr cm^-1) Read shape function: ../data/airs_668.5410.filt Number of data points: 1999 Range of x values: 664.1244 ... 672.9586 Range of y values: 0.000123197 ... 1 channel= 668.5410 cm^-1 | T= 100 ... 400 K | B= 0.000236569 ... 0.353233 W/(m^2 sr cm^-1) Read shape function: ../data/airs_669.8110.filt Number of data points: 2000 Range of x values: 665.3744 ... 674.2510 Range of y values: 0.000122192 ... 0.999995 channel= 669.8110 cm^-1 | T= 100 ... 400 K | B= 0.000233614 ... 0.353471 W/(m^2 sr cm^-1) TASK = time DIRLIST = - OBSREF = data.ref/rad.tab Read atmospheric data: data/atm.tab Number of data points: 91 Time range: 0.00 ... 0.00 s Altitude range: 0 ... 90 km Longitude range: 0 ... 0 deg Latitude range: 0 ... 0 deg Pressure range: 1017 ... 0.00184003 hPa Temperature range: 181.43 ... 285.14 K Emitter CO2 range: 0.000367735 ... 0.000367735 ppv Extinction range (window 0): 0 ... 0 km^-1 Cloud layer: none Surface layer: none Read observation data: data/obs.tab Number of ray paths: 90 Time range: 0.00 ... 0.00 s Observer altitude range: 700 ... 700 km Observer longitude range: 0 ... 0 deg Observer latitude range: 0 ... 0 deg View point altitude range: 0 ... 0 km View point longitude range: 0 ... 0 deg View point latitude range: -8.01 ... 8.01 deg Tangent point altitude range: 0 ... 0 km Tangent point longitude range: 0 ... 0 deg Tangent point latitude range: 0 ... 0 deg Brightness temperature (667.7820 cm^-1) range: 0 ... 0 K Brightness temperature (668.5410 cm^-1) range: 0 ... 0 K Brightness temperature (669.8110 cm^-1) range: 0 ... 0 K Transmittance (667.7820 cm^-1) range: 0 ... 0 Transmittance (668.5410 cm^-1) range: 0 ... 0 Transmittance (669.8110 cm^-1) range: 0 ... 0 Write observation data: data/rad.tab Number of ray paths: 90 Time range: 0.00 ... 0.00 s Observer altitude range: 700 ... 700 km Observer longitude range: 0 ... 0 deg Observer latitude range: 0 ... 0 deg View point altitude range: 0 ... 0 km View point longitude range: 0 ... 0 deg View point latitude range: -8.01 ... 8.01 deg Tangent point altitude range: -2.16924e-08 ... -9.09495e-13 km Tangent point longitude range: -1.11911e-10 ... -3.25518e-11 deg Tangent point latitude range: -8.00989 ... 8.00989 deg Brightness temperature (667.7820 cm^-1) range: 250.875 ... 251.618 K Brightness temperature (668.5410 cm^-1) range: 243.627 ... 246.725 K Brightness temperature (669.8110 cm^-1) range: 232.44 ... 235.673 K Transmittance (667.7820 cm^-1) range: 8.43639e-07 ... 9.26207e-07 Transmittance (668.5410 cm^-1) range: 8.44153e-07 ... 9.26619e-07 Transmittance (669.8110 cm^-1) range: 8.46143e-07 ... 9.28952e-07 Read observation data: data.ref/rad.tab Number of ray paths: 90 Time range: 0.00 ... 0.00 s Observer altitude range: 700 ... 700 km Observer longitude range: 0 ... 0 deg Observer latitude range: 0 ... 0 deg View point altitude range: 0 ... 0 km View point longitude range: 0 ... 0 deg View point latitude range: -8.01 ... 8.01 deg Tangent point altitude range: -2.16924e-08 ... -9.09495e-13 km Tangent point longitude range: -1.11911e-10 ... -3.25518e-11 deg Tangent point latitude range: -8.00989 ... 8.00989 deg Brightness temperature (667.7820 cm^-1) range: 250.875 ... 251.618 K Brightness temperature (668.5410 cm^-1) range: 243.627 ... 246.725 K Brightness temperature (669.8110 cm^-1) range: 232.44 ... 235.673 K Transmittance (667.7820 cm^-1) range: 8.43639e-07 ... 9.26207e-07 Transmittance (668.5410 cm^-1) range: 8.44153e-07 ... 9.26619e-07 Transmittance (669.8110 cm^-1) range: 8.46143e-07 ... 9.28952e-07 EVAL: nu= 667.7820 cm^-1 | MRE= -1.90587e-05 % | SDRE= 0.000116652 % | MinRE= -0.000194331 % | MaxRE= 0.000189533 % EVAL: nu= 668.5410 cm^-1 | MRE= 2.17907e-06 % | SDRE= 0.000106606 % | MinRE= -0.000201981 % | MaxRE= 0.000202259 % EVAL: nu= 669.8110 cm^-1 | MRE= -7.05891e-06 % | SDRE= 0.000129352 % | MinRE= -0.000210794 % | MaxRE= 0.00020038 % RUNTIME: mean= 0.110485 s | stddev= 0.000426642 s | min= 0.109611 s | max= 0.111723 s Juelich Rapid Spectral Simulation Code (JURASSIC) (executable: ../../src/formod | version: v1.14-10-gdc1110 | compiled: Jan 10 2026, 04:36:06) NG = 1 EMITTER[0] = CO2 ND = 3 NU[0] = 667.7820 NU[1] = 668.5410 NU[2] = 669.8110 NW = 1 WINDOW[0] = 0 WINDOW[1] = 0 WINDOW[2] = 0 NCL = 0 NSF = 0 SFTYPE = 2 SFSZA = -999 TBLBASE = ../data/airs TBLFMT = 1 ATMFMT = 1 OBSFMT = 1 HYDZ = -999 CTM_CO2 = 1 CTM_H2O = 1 CTM_N2 = 1 CTM_O2 = 1 REFRAC = 1 RAYDS = 10 RAYDZ = 0.1 FOV = - RETP_ZMIN = -100 RETP_ZMAX = 88 RETT_ZMIN = -100 RETT_ZMAX = 88 RETQ_ZMIN[0] = -100 RETQ_ZMAX[0] = 88 RETK_ZMIN[0] = -100 RETK_ZMAX[0] = 88 RET_CLZ = 0 RET_CLDZ = 0 RET_CLK = 0 RET_SFT = 0 RET_SFEPS = 0 WRITE_BBT = 1 WRITE_MATRIX = 0 FORMOD = 0 RFMBIN = - RFMHIT = - RFMXSC[0] = - Read emissivity table: ../data/airs_667.7820_CO2.tab p[ 0]= 4.47183e-03 hPa | T[0:28]= 123.46 ... 263.46 K | u[0:179]= 2.94351e+13 ... 2.62345e+22 molec/cm^2 | eps[0:179]= 1.24004e-04 ... 9.30995e-01 p[ 1]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:179]= 6.25238e+13 ... 5.57253e+22 molec/cm^2 | eps[0:179]= 2.67773e-04 ... 9.91747e-01 p[ 2]= 2.29699e-02 hPa | T[0:28]= 142.52 ... 282.52 K | u[0:179]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:179]= 3.83070e-04 ... 9.95724e-01 p[ 3]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 3.86147e-04 ... 9.97429e-01 p[ 4]= 1.04568e-01 hPa | T[0:28]= 159.53 ... 299.53 K | u[0:179]= 8.87007e+13 ... 7.90559e+22 molec/cm^2 | eps[0:179]= 3.88503e-04 ... 9.98697e-01 p[ 5]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:179]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:179]= 3.89787e-04 ... 9.99469e-01 p[ 6]= 3.22408e-01 hPa | T[0:28]= 177.81 ... 317.81 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 3.89875e-04 ... 9.99729e-01 p[ 7]= 4.21507e-01 hPa | T[0:28]= 183.28 ... 323.28 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 3.89579e-04 ... 9.99839e-01 p[ 8]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 3.89377e-04 ... 9.99879e-01 p[ 9]= 7.09875e-01 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:179]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:179]= 3.88613e-04 ... 9.99956e-01 p[10]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:179]= 8.87003e+13 ... 7.90555e+22 molec/cm^2 | eps[0:179]= 3.88462e-04 ... 9.99970e-01 p[11]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 3.88341e-04 ... 9.99988e-01 p[12]= 1.52519e+00 hPa | T[0:28]= 193.45 ... 333.45 K | u[0:179]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:179]= 3.88847e-04 ... 9.99998e-01 p[13]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:178]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:178]= 3.90060e-04 ... 1.00000e+00 p[14]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:175]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:175]= 3.90952e-04 ... 1.00000e+00 p[15]= 3.34337e+00 hPa | T[0:28]= 180.32 ... 320.32 K | u[0:174]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:174]= 3.91371e-04 ... 1.00000e+00 p[16]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:170]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:170]= 3.92085e-04 ... 1.00000e+00 p[17]= 5.80701e+00 hPa | T[0:28]= 169.42 ... 309.42 K | u[0:169]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:169]= 3.92151e-04 ... 1.00000e+00 p[18]= 7.72454e+00 hPa | T[0:28]= 164.51 ... 304.51 K | u[0:166]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:166]= 3.92029e-04 ... 1.00000e+00 p[19]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:162]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:162]= 3.91132e-04 ... 1.00000e+00 p[20]= 1.88445e+01 hPa | T[0:28]= 152.41 ... 292.41 K | u[0:158]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:158]= 3.89963e-04 ... 1.00000e+00 p[21]= 2.55956e+01 hPa | T[0:28]= 150.25 ... 290.25 K | u[0:155]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:155]= 3.89161e-04 ... 1.00000e+00 p[22]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:154]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:154]= 3.88751e-04 ... 1.00000e+00 p[23]= 4.75910e+01 hPa | T[0:28]= 147.45 ... 287.45 K | u[0:150]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:150]= 3.87417e-04 ... 1.00000e+00 p[24]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:148]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:148]= 3.86894e-04 ... 1.00000e+00 p[25]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:146]= 8.87003e+13 ... 7.90556e+22 molec/cm^2 | eps[0:146]= 3.85627e-04 ... 1.00000e+00 p[26]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:143]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:143]= 3.84144e-04 ... 1.00000e+00 p[27]= 1.22198e+02 hPa | T[0:28]= 145.68 ... 285.68 K | u[0:142]= 8.87003e+13 ... 7.90555e+22 molec/cm^2 | eps[0:142]= 3.83385e-04 ... 1.00000e+00 p[28]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:141]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:141]= 3.82546e-04 ... 1.00000e+00 p[29]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:138]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:138]= 3.80695e-04 ... 1.00000e+00 p[30]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:136]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:136]= 3.78392e-04 ... 1.00000e+00 p[31]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:134]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:134]= 3.74662e-04 ... 1.00000e+00 p[32]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:133]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:133]= 3.68103e-04 ... 1.00000e+00 p[33]= 5.41644e+02 hPa | T[0:28]= 186.55 ... 326.55 K | u[0:132]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:132]= 3.63786e-04 ... 1.00000e+00 p[34]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:132]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:132]= 3.58809e-04 ... 1.00000e+00 p[35]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:130]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:130]= 3.47547e-04 ... 1.00000e+00 Read emissivity table: ../data/airs_668.5410_CO2.tab p[ 0]= 4.47183e-03 hPa | T[0:28]= 123.46 ... 263.46 K | u[0:179]= 2.94351e+13 ... 2.62345e+22 molec/cm^2 | eps[0:179]= 5.59077e-06 ... 3.48585e-01 p[ 1]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:179]= 6.25238e+13 ... 5.57253e+22 molec/cm^2 | eps[0:179]= 1.49886e-05 ... 6.73587e-01 p[ 2]= 2.29699e-02 hPa | T[0:28]= 142.52 ... 282.52 K | u[0:179]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:179]= 2.50432e-05 ... 9.00355e-01 p[ 3]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 2.87411e-05 ... 9.76797e-01 p[ 4]= 1.04568e-01 hPa | T[0:28]= 159.53 ... 299.53 K | u[0:179]= 8.87007e+13 ... 7.90559e+22 molec/cm^2 | eps[0:179]= 3.32479e-05 ... 9.97027e-01 p[ 5]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:179]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:179]= 3.86846e-05 ... 9.99400e-01 p[ 6]= 3.22408e-01 hPa | T[0:28]= 177.81 ... 317.81 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 4.24358e-05 ... 9.99696e-01 p[ 7]= 4.21507e-01 hPa | T[0:28]= 183.28 ... 323.28 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 4.51935e-05 ... 9.99813e-01 p[ 8]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 4.63750e-05 ... 9.99858e-01 p[ 9]= 7.09875e-01 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:179]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:179]= 4.95765e-05 ... 9.99944e-01 p[10]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:179]= 8.87003e+13 ... 7.90555e+22 molec/cm^2 | eps[0:179]= 5.01801e-05 ... 9.99962e-01 p[11]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 5.08965e-05 ... 9.99984e-01 p[12]= 1.52519e+00 hPa | T[0:28]= 193.45 ... 333.45 K | u[0:179]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:179]= 5.03121e-05 ... 9.99997e-01 p[13]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:178]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:178]= 4.77618e-05 ... 1.00000e+00 p[14]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:176]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:176]= 4.53133e-05 ... 1.00000e+00 p[15]= 3.34337e+00 hPa | T[0:28]= 180.32 ... 320.32 K | u[0:174]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:174]= 4.38066e-05 ... 1.00000e+00 p[16]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:170]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:170]= 3.96275e-05 ... 1.00000e+00 p[17]= 5.80701e+00 hPa | T[0:28]= 169.42 ... 309.42 K | u[0:169]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:169]= 3.83774e-05 ... 1.00000e+00 p[18]= 7.72454e+00 hPa | T[0:28]= 164.51 ... 304.51 K | u[0:166]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:166]= 3.59600e-05 ... 1.00000e+00 p[19]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:162]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:162]= 3.24329e-05 ... 1.00000e+00 p[20]= 1.88445e+01 hPa | T[0:28]= 152.41 ... 292.41 K | u[0:158]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:158]= 3.02617e-05 ... 1.00000e+00 p[21]= 2.55956e+01 hPa | T[0:28]= 150.25 ... 290.25 K | u[0:155]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:155]= 2.93885e-05 ... 1.00000e+00 p[22]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:154]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:154]= 2.90835e-05 ... 1.00000e+00 p[23]= 4.75910e+01 hPa | T[0:28]= 147.45 ... 287.45 K | u[0:150]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:150]= 2.86062e-05 ... 1.00000e+00 p[24]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:148]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:148]= 2.85629e-05 ... 1.00000e+00 p[25]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:146]= 8.87003e+13 ... 7.90556e+22 molec/cm^2 | eps[0:146]= 2.86040e-05 ... 1.00000e+00 p[26]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:143]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:143]= 2.90721e-05 ... 1.00000e+00 p[27]= 1.22198e+02 hPa | T[0:28]= 145.68 ... 285.68 K | u[0:142]= 8.87003e+13 ... 7.90555e+22 molec/cm^2 | eps[0:142]= 2.96255e-05 ... 1.00000e+00 p[28]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:140]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:140]= 3.03634e-05 ... 1.00000e+00 p[29]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:138]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:138]= 3.27855e-05 ... 1.00000e+00 p[30]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:136]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:136]= 3.71081e-05 ... 1.00000e+00 p[31]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:134]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:134]= 4.39238e-05 ... 1.00000e+00 p[32]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:132]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:132]= 5.21594e-05 ... 1.00000e+00 p[33]= 5.41644e+02 hPa | T[0:28]= 186.55 ... 326.55 K | u[0:132]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:132]= 5.59696e-05 ... 1.00000e+00 p[34]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:131]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:131]= 5.98886e-05 ... 1.00000e+00 p[35]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:129]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:129]= 6.64894e-05 ... 1.00000e+00 Read emissivity table: ../data/airs_669.8110_CO2.tab p[ 0]= 4.47183e-03 hPa | T[0:28]= 123.46 ... 263.46 K | u[0:179]= 2.94351e+13 ... 2.62345e+22 molec/cm^2 | eps[0:179]= 9.79356e-06 ... 2.68170e-01 p[ 1]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:179]= 6.25238e+13 ... 5.57253e+22 molec/cm^2 | eps[0:179]= 1.92339e-05 ... 4.69754e-01 p[ 2]= 2.29699e-02 hPa | T[0:28]= 142.52 ... 282.52 K | u[0:179]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:179]= 2.57867e-05 ... 6.62572e-01 p[ 3]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 2.45984e-05 ... 7.98736e-01 p[ 4]= 1.04568e-01 hPa | T[0:28]= 159.53 ... 299.53 K | u[0:179]= 8.87007e+13 ... 7.90559e+22 molec/cm^2 | eps[0:179]= 2.33816e-05 ... 9.12474e-01 p[ 5]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:179]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:179]= 2.21753e-05 ... 9.77674e-01 p[ 6]= 3.22408e-01 hPa | T[0:28]= 177.81 ... 317.81 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 2.14797e-05 ... 9.93091e-01 p[ 7]= 4.21507e-01 hPa | T[0:28]= 183.28 ... 323.28 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 2.10308e-05 ... 9.97281e-01 p[ 8]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 2.08539e-05 ... 9.98344e-01 p[ 9]= 7.09875e-01 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:179]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:179]= 2.04184e-05 ... 9.99638e-01 p[10]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:179]= 8.87003e+13 ... 7.90555e+22 molec/cm^2 | eps[0:179]= 2.03438e-05 ... 9.99781e-01 p[11]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 2.02592e-05 ... 9.99922e-01 p[12]= 1.52519e+00 hPa | T[0:28]= 193.45 ... 333.45 K | u[0:179]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:179]= 2.03348e-05 ... 9.99988e-01 p[13]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 2.06745e-05 ... 9.99999e-01 p[14]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:178]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:178]= 2.10377e-05 ... 1.00000e+00 p[15]= 3.34337e+00 hPa | T[0:28]= 180.32 ... 320.32 K | u[0:176]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:176]= 2.12800e-05 ... 1.00000e+00 p[16]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:172]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:172]= 2.20340e-05 ... 1.00000e+00 p[17]= 5.80701e+00 hPa | T[0:28]= 169.42 ... 309.42 K | u[0:171]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:171]= 2.22842e-05 ... 1.00000e+00 p[18]= 7.72454e+00 hPa | T[0:28]= 164.51 ... 304.51 K | u[0:168]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:168]= 2.28024e-05 ... 1.00000e+00 p[19]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:164]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:164]= 2.36478e-05 ... 1.00000e+00 p[20]= 1.88445e+01 hPa | T[0:28]= 152.41 ... 292.41 K | u[0:160]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:160]= 2.42230e-05 ... 1.00000e+00 p[21]= 2.55956e+01 hPa | T[0:28]= 150.25 ... 290.25 K | u[0:157]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:157]= 2.44621e-05 ... 1.00000e+00 p[22]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:156]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:156]= 2.45444e-05 ... 1.00000e+00 p[23]= 4.75910e+01 hPa | T[0:28]= 147.45 ... 287.45 K | u[0:152]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:152]= 2.46551e-05 ... 1.00000e+00 p[24]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:150]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:150]= 2.46538e-05 ... 1.00000e+00 p[25]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:148]= 8.87003e+13 ... 7.90556e+22 molec/cm^2 | eps[0:148]= 2.46060e-05 ... 1.00000e+00 p[26]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:145]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:145]= 2.44171e-05 ... 1.00000e+00 p[27]= 1.22198e+02 hPa | T[0:28]= 145.68 ... 285.68 K | u[0:144]= 8.87003e+13 ... 7.90555e+22 molec/cm^2 | eps[0:144]= 2.42214e-05 ... 1.00000e+00 p[28]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:142]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:142]= 2.39705e-05 ... 1.00000e+00 p[29]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:140]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:140]= 2.32093e-05 ... 1.00000e+00 p[30]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:138]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:138]= 2.20268e-05 ... 1.00000e+00 p[31]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:136]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:136]= 2.05247e-05 ... 1.00000e+00 p[32]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:134]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:134]= 1.91746e-05 ... 1.00000e+00 p[33]= 5.41644e+02 hPa | T[0:28]= 186.55 ... 326.55 K | u[0:133]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:133]= 1.86894e-05 ... 1.00000e+00 p[34]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:132]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:132]= 1.82841e-05 ... 1.00000e+00 p[35]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:131]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:131]= 1.77875e-05 ... 1.00000e+00 Initialize source function table... Number of data points: 1200 Read shape function: ../data/airs_667.7820.filt Number of data points: 1999 Range of x values: 663.3764 ... 672.1876 Range of y values: 0.000123185 ... 0.999992 channel= 667.7820 cm^-1 | T= 100 ... 400 K | B= 0.000238354 ... 0.353089 W/(m^2 sr cm^-1) Read shape function: ../data/airs_668.5410.filt Number of data points: 1999 Range of x values: 664.1244 ... 672.9586 Range of y values: 0.000123197 ... 1 channel= 668.5410 cm^-1 | T= 100 ... 400 K | B= 0.000236569 ... 0.353233 W/(m^2 sr cm^-1) Read shape function: ../data/airs_669.8110.filt Number of data points: 2000 Range of x values: 665.3744 ... 674.2510 Range of y values: 0.000122192 ... 0.999995 channel= 669.8110 cm^-1 | T= 100 ... 400 K | B= 0.000233614 ... 0.353471 W/(m^2 sr cm^-1) TASK = - DIRLIST = - OBSREF = data.ref/rad.tab Read atmospheric data: data/atm.tab Number of data points: 91 Time range: 0.00 ... 0.00 s Altitude range: 0 ... 90 km Longitude range: 0 ... 0 deg Latitude range: 0 ... 0 deg Pressure range: 1017 ... 0.00184003 hPa Temperature range: 181.43 ... 285.14 K Emitter CO2 range: 0.000367735 ... 0.000367735 ppv Extinction range (window 0): 0 ... 0 km^-1 Cloud layer: none Surface layer: none Read observation data: data/obs.tab Number of ray paths: 90 Time range: 0.00 ... 0.00 s Observer altitude range: 700 ... 700 km Observer longitude range: 0 ... 0 deg Observer latitude range: 0 ... 0 deg View point altitude range: 0 ... 0 km View point longitude range: 0 ... 0 deg View point latitude range: -8.01 ... 8.01 deg Tangent point altitude range: 0 ... 0 km Tangent point longitude range: 0 ... 0 deg Tangent point latitude range: 0 ... 0 deg Brightness temperature (667.7820 cm^-1) range: 0 ... 0 K Brightness temperature (668.5410 cm^-1) range: 0 ... 0 K Brightness temperature (669.8110 cm^-1) range: 0 ... 0 K Transmittance (667.7820 cm^-1) range: 0 ... 0 Transmittance (668.5410 cm^-1) range: 0 ... 0 Transmittance (669.8110 cm^-1) range: 0 ... 0 Write observation data: data/rad_cga.tab Number of ray paths: 90 Time range: 0.00 ... 0.00 s Observer altitude range: 700 ... 700 km Observer longitude range: 0 ... 0 deg Observer latitude range: 0 ... 0 deg View point altitude range: 0 ... 0 km View point longitude range: 0 ... 0 deg View point latitude range: -8.01 ... 8.01 deg Tangent point altitude range: -2.16924e-08 ... -9.09495e-13 km Tangent point longitude range: -1.11911e-10 ... -3.25518e-11 deg Tangent point latitude range: -8.00989 ... 8.00989 deg Brightness temperature (667.7820 cm^-1) range: 250.943 ... 251.704 K Brightness temperature (668.5410 cm^-1) range: 243.582 ... 246.665 K Brightness temperature (669.8110 cm^-1) range: 232.494 ... 235.752 K Transmittance (667.7820 cm^-1) range: 8.21669e-07 ... 9.1187e-07 Transmittance (668.5410 cm^-1) range: 8.21055e-07 ... 9.11229e-07 Transmittance (669.8110 cm^-1) range: 8.21866e-07 ... 9.12144e-07 Read observation data: data.ref/rad.tab Number of ray paths: 90 Time range: 0.00 ... 0.00 s Observer altitude range: 700 ... 700 km Observer longitude range: 0 ... 0 deg Observer latitude range: 0 ... 0 deg View point altitude range: 0 ... 0 km View point longitude range: 0 ... 0 deg View point latitude range: -8.01 ... 8.01 deg Tangent point altitude range: -2.16924e-08 ... -9.09495e-13 km Tangent point longitude range: -1.11911e-10 ... -3.25518e-11 deg Tangent point latitude range: -8.00989 ... 8.00989 deg Brightness temperature (667.7820 cm^-1) range: 250.875 ... 251.618 K Brightness temperature (668.5410 cm^-1) range: 243.627 ... 246.725 K Brightness temperature (669.8110 cm^-1) range: 232.44 ... 235.673 K Transmittance (667.7820 cm^-1) range: 8.43639e-07 ... 9.26207e-07 Transmittance (668.5410 cm^-1) range: 8.44153e-07 ... 9.26619e-07 Transmittance (669.8110 cm^-1) range: 8.46143e-07 ... 9.28952e-07 EVAL: nu= 667.7820 cm^-1 | MRE= 0.0306502 % | SDRE= 0.00230501 % | MinRE= 0.027267 % | MaxRE= 0.0339831 % EVAL: nu= 668.5410 cm^-1 | MRE= -0.022699 % | SDRE= 0.00257412 % | MinRE= -0.0261054 % | MaxRE= -0.0182688 % EVAL: nu= 669.8110 cm^-1 | MRE= 0.0272235 % | SDRE= 0.00328227 % | MinRE= 0.0231285 % | MaxRE= 0.0335431 % Juelich Rapid Spectral Simulation Code (JURASSIC) (executable: ../../src/kernel | version: v1.14-10-gdc1110 | compiled: Jan 10 2026, 04:36:06) NG = 1 EMITTER[0] = CO2 ND = 3 NU[0] = 667.7820 NU[1] = 668.5410 NU[2] = 669.8110 NW = 1 WINDOW[0] = 0 WINDOW[1] = 0 WINDOW[2] = 0 NCL = 0 NSF = 0 SFTYPE = 2 SFSZA = -999 TBLBASE = ../data/airs TBLFMT = 1 ATMFMT = 1 OBSFMT = 1 HYDZ = -999 CTM_CO2 = 1 CTM_H2O = 1 CTM_N2 = 1 CTM_O2 = 1 REFRAC = 1 RAYDS = 10 RAYDZ = 0.1 FOV = - RETP_ZMIN = -100 RETP_ZMAX = 88 RETT_ZMIN = -100 RETT_ZMAX = 88 RETQ_ZMIN[0] = -100 RETQ_ZMAX[0] = 88 RETK_ZMIN[0] = -100 RETK_ZMAX[0] = 88 RET_CLZ = 0 RET_CLDZ = 0 RET_CLK = 0 RET_SFT = 0 RET_SFEPS = 0 WRITE_BBT = 1 WRITE_MATRIX = 0 FORMOD = 1 RFMBIN = - RFMHIT = - RFMXSC[0] = - Read emissivity table: ../data/airs_667.7820_CO2.tab p[ 0]= 4.47183e-03 hPa | T[0:28]= 123.46 ... 263.46 K | u[0:179]= 2.94351e+13 ... 2.62345e+22 molec/cm^2 | eps[0:179]= 1.24004e-04 ... 9.30995e-01 p[ 1]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:179]= 6.25238e+13 ... 5.57253e+22 molec/cm^2 | eps[0:179]= 2.67773e-04 ... 9.91747e-01 p[ 2]= 2.29699e-02 hPa | T[0:28]= 142.52 ... 282.52 K | u[0:179]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:179]= 3.83070e-04 ... 9.95724e-01 p[ 3]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 3.86147e-04 ... 9.97429e-01 p[ 4]= 1.04568e-01 hPa | T[0:28]= 159.53 ... 299.53 K | u[0:179]= 8.87007e+13 ... 7.90559e+22 molec/cm^2 | eps[0:179]= 3.88503e-04 ... 9.98697e-01 p[ 5]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:179]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:179]= 3.89787e-04 ... 9.99469e-01 p[ 6]= 3.22408e-01 hPa | T[0:28]= 177.81 ... 317.81 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 3.89875e-04 ... 9.99729e-01 p[ 7]= 4.21507e-01 hPa | T[0:28]= 183.28 ... 323.28 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 3.89579e-04 ... 9.99839e-01 p[ 8]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 3.89377e-04 ... 9.99879e-01 p[ 9]= 7.09875e-01 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:179]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:179]= 3.88613e-04 ... 9.99956e-01 p[10]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:179]= 8.87003e+13 ... 7.90555e+22 molec/cm^2 | eps[0:179]= 3.88462e-04 ... 9.99970e-01 p[11]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 3.88341e-04 ... 9.99988e-01 p[12]= 1.52519e+00 hPa | T[0:28]= 193.45 ... 333.45 K | u[0:179]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:179]= 3.88847e-04 ... 9.99998e-01 p[13]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:178]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:178]= 3.90060e-04 ... 1.00000e+00 p[14]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:175]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:175]= 3.90952e-04 ... 1.00000e+00 p[15]= 3.34337e+00 hPa | T[0:28]= 180.32 ... 320.32 K | u[0:174]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:174]= 3.91371e-04 ... 1.00000e+00 p[16]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:170]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:170]= 3.92085e-04 ... 1.00000e+00 p[17]= 5.80701e+00 hPa | T[0:28]= 169.42 ... 309.42 K | u[0:169]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:169]= 3.92151e-04 ... 1.00000e+00 p[18]= 7.72454e+00 hPa | T[0:28]= 164.51 ... 304.51 K | u[0:166]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:166]= 3.92029e-04 ... 1.00000e+00 p[19]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:162]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:162]= 3.91132e-04 ... 1.00000e+00 p[20]= 1.88445e+01 hPa | T[0:28]= 152.41 ... 292.41 K | u[0:158]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:158]= 3.89963e-04 ... 1.00000e+00 p[21]= 2.55956e+01 hPa | T[0:28]= 150.25 ... 290.25 K | u[0:155]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:155]= 3.89161e-04 ... 1.00000e+00 p[22]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:154]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:154]= 3.88751e-04 ... 1.00000e+00 p[23]= 4.75910e+01 hPa | T[0:28]= 147.45 ... 287.45 K | u[0:150]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:150]= 3.87417e-04 ... 1.00000e+00 p[24]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:148]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:148]= 3.86894e-04 ... 1.00000e+00 p[25]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:146]= 8.87003e+13 ... 7.90556e+22 molec/cm^2 | eps[0:146]= 3.85627e-04 ... 1.00000e+00 p[26]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:143]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:143]= 3.84144e-04 ... 1.00000e+00 p[27]= 1.22198e+02 hPa | T[0:28]= 145.68 ... 285.68 K | u[0:142]= 8.87003e+13 ... 7.90555e+22 molec/cm^2 | eps[0:142]= 3.83385e-04 ... 1.00000e+00 p[28]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:141]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:141]= 3.82546e-04 ... 1.00000e+00 p[29]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:138]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:138]= 3.80695e-04 ... 1.00000e+00 p[30]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:136]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:136]= 3.78392e-04 ... 1.00000e+00 p[31]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:134]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:134]= 3.74662e-04 ... 1.00000e+00 p[32]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:133]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:133]= 3.68103e-04 ... 1.00000e+00 p[33]= 5.41644e+02 hPa | T[0:28]= 186.55 ... 326.55 K | u[0:132]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:132]= 3.63786e-04 ... 1.00000e+00 p[34]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:132]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:132]= 3.58809e-04 ... 1.00000e+00 p[35]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:130]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:130]= 3.47547e-04 ... 1.00000e+00 Read emissivity table: ../data/airs_668.5410_CO2.tab p[ 0]= 4.47183e-03 hPa | T[0:28]= 123.46 ... 263.46 K | u[0:179]= 2.94351e+13 ... 2.62345e+22 molec/cm^2 | eps[0:179]= 5.59077e-06 ... 3.48585e-01 p[ 1]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:179]= 6.25238e+13 ... 5.57253e+22 molec/cm^2 | eps[0:179]= 1.49886e-05 ... 6.73587e-01 p[ 2]= 2.29699e-02 hPa | T[0:28]= 142.52 ... 282.52 K | u[0:179]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:179]= 2.50432e-05 ... 9.00355e-01 p[ 3]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 2.87411e-05 ... 9.76797e-01 p[ 4]= 1.04568e-01 hPa | T[0:28]= 159.53 ... 299.53 K | u[0:179]= 8.87007e+13 ... 7.90559e+22 molec/cm^2 | eps[0:179]= 3.32479e-05 ... 9.97027e-01 p[ 5]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:179]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:179]= 3.86846e-05 ... 9.99400e-01 p[ 6]= 3.22408e-01 hPa | T[0:28]= 177.81 ... 317.81 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 4.24358e-05 ... 9.99696e-01 p[ 7]= 4.21507e-01 hPa | T[0:28]= 183.28 ... 323.28 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 4.51935e-05 ... 9.99813e-01 p[ 8]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 4.63750e-05 ... 9.99858e-01 p[ 9]= 7.09875e-01 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:179]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:179]= 4.95765e-05 ... 9.99944e-01 p[10]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:179]= 8.87003e+13 ... 7.90555e+22 molec/cm^2 | eps[0:179]= 5.01801e-05 ... 9.99962e-01 p[11]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 5.08965e-05 ... 9.99984e-01 p[12]= 1.52519e+00 hPa | T[0:28]= 193.45 ... 333.45 K | u[0:179]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:179]= 5.03121e-05 ... 9.99997e-01 p[13]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:178]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:178]= 4.77618e-05 ... 1.00000e+00 p[14]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:176]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:176]= 4.53133e-05 ... 1.00000e+00 p[15]= 3.34337e+00 hPa | T[0:28]= 180.32 ... 320.32 K | u[0:174]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:174]= 4.38066e-05 ... 1.00000e+00 p[16]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:170]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:170]= 3.96275e-05 ... 1.00000e+00 p[17]= 5.80701e+00 hPa | T[0:28]= 169.42 ... 309.42 K | u[0:169]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:169]= 3.83774e-05 ... 1.00000e+00 p[18]= 7.72454e+00 hPa | T[0:28]= 164.51 ... 304.51 K | u[0:166]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:166]= 3.59600e-05 ... 1.00000e+00 p[19]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:162]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:162]= 3.24329e-05 ... 1.00000e+00 p[20]= 1.88445e+01 hPa | T[0:28]= 152.41 ... 292.41 K | u[0:158]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:158]= 3.02617e-05 ... 1.00000e+00 p[21]= 2.55956e+01 hPa | T[0:28]= 150.25 ... 290.25 K | u[0:155]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:155]= 2.93885e-05 ... 1.00000e+00 p[22]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:154]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:154]= 2.90835e-05 ... 1.00000e+00 p[23]= 4.75910e+01 hPa | T[0:28]= 147.45 ... 287.45 K | u[0:150]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:150]= 2.86062e-05 ... 1.00000e+00 p[24]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:148]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:148]= 2.85629e-05 ... 1.00000e+00 p[25]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:146]= 8.87003e+13 ... 7.90556e+22 molec/cm^2 | eps[0:146]= 2.86040e-05 ... 1.00000e+00 p[26]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:143]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:143]= 2.90721e-05 ... 1.00000e+00 p[27]= 1.22198e+02 hPa | T[0:28]= 145.68 ... 285.68 K | u[0:142]= 8.87003e+13 ... 7.90555e+22 molec/cm^2 | eps[0:142]= 2.96255e-05 ... 1.00000e+00 p[28]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:140]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:140]= 3.03634e-05 ... 1.00000e+00 p[29]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:138]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:138]= 3.27855e-05 ... 1.00000e+00 p[30]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:136]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:136]= 3.71081e-05 ... 1.00000e+00 p[31]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:134]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:134]= 4.39238e-05 ... 1.00000e+00 p[32]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:132]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:132]= 5.21594e-05 ... 1.00000e+00 p[33]= 5.41644e+02 hPa | T[0:28]= 186.55 ... 326.55 K | u[0:132]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:132]= 5.59696e-05 ... 1.00000e+00 p[34]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:131]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:131]= 5.98886e-05 ... 1.00000e+00 p[35]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:129]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:129]= 6.64894e-05 ... 1.00000e+00 Read emissivity table: ../data/airs_669.8110_CO2.tab p[ 0]= 4.47183e-03 hPa | T[0:28]= 123.46 ... 263.46 K | u[0:179]= 2.94351e+13 ... 2.62345e+22 molec/cm^2 | eps[0:179]= 9.79356e-06 ... 2.68170e-01 p[ 1]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:179]= 6.25238e+13 ... 5.57253e+22 molec/cm^2 | eps[0:179]= 1.92339e-05 ... 4.69754e-01 p[ 2]= 2.29699e-02 hPa | T[0:28]= 142.52 ... 282.52 K | u[0:179]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:179]= 2.57867e-05 ... 6.62572e-01 p[ 3]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 2.45984e-05 ... 7.98736e-01 p[ 4]= 1.04568e-01 hPa | T[0:28]= 159.53 ... 299.53 K | u[0:179]= 8.87007e+13 ... 7.90559e+22 molec/cm^2 | eps[0:179]= 2.33816e-05 ... 9.12474e-01 p[ 5]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:179]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:179]= 2.21753e-05 ... 9.77674e-01 p[ 6]= 3.22408e-01 hPa | T[0:28]= 177.81 ... 317.81 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 2.14797e-05 ... 9.93091e-01 p[ 7]= 4.21507e-01 hPa | T[0:28]= 183.28 ... 323.28 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 2.10308e-05 ... 9.97281e-01 p[ 8]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 2.08539e-05 ... 9.98344e-01 p[ 9]= 7.09875e-01 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:179]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:179]= 2.04184e-05 ... 9.99638e-01 p[10]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:179]= 8.87003e+13 ... 7.90555e+22 molec/cm^2 | eps[0:179]= 2.03438e-05 ... 9.99781e-01 p[11]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 2.02592e-05 ... 9.99922e-01 p[12]= 1.52519e+00 hPa | T[0:28]= 193.45 ... 333.45 K | u[0:179]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:179]= 2.03348e-05 ... 9.99988e-01 p[13]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:179]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:179]= 2.06745e-05 ... 9.99999e-01 p[14]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:178]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:178]= 2.10377e-05 ... 1.00000e+00 p[15]= 3.34337e+00 hPa | T[0:28]= 180.32 ... 320.32 K | u[0:176]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:176]= 2.12800e-05 ... 1.00000e+00 p[16]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:172]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:172]= 2.20340e-05 ... 1.00000e+00 p[17]= 5.80701e+00 hPa | T[0:28]= 169.42 ... 309.42 K | u[0:171]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:171]= 2.22842e-05 ... 1.00000e+00 p[18]= 7.72454e+00 hPa | T[0:28]= 164.51 ... 304.51 K | u[0:168]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:168]= 2.28024e-05 ... 1.00000e+00 p[19]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:164]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:164]= 2.36478e-05 ... 1.00000e+00 p[20]= 1.88445e+01 hPa | T[0:28]= 152.41 ... 292.41 K | u[0:160]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:160]= 2.42230e-05 ... 1.00000e+00 p[21]= 2.55956e+01 hPa | T[0:28]= 150.25 ... 290.25 K | u[0:157]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:157]= 2.44621e-05 ... 1.00000e+00 p[22]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:156]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:156]= 2.45444e-05 ... 1.00000e+00 p[23]= 4.75910e+01 hPa | T[0:28]= 147.45 ... 287.45 K | u[0:152]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:152]= 2.46551e-05 ... 1.00000e+00 p[24]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:150]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:150]= 2.46538e-05 ... 1.00000e+00 p[25]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:148]= 8.87003e+13 ... 7.90556e+22 molec/cm^2 | eps[0:148]= 2.46060e-05 ... 1.00000e+00 p[26]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:145]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:145]= 2.44171e-05 ... 1.00000e+00 p[27]= 1.22198e+02 hPa | T[0:28]= 145.68 ... 285.68 K | u[0:144]= 8.87003e+13 ... 7.90555e+22 molec/cm^2 | eps[0:144]= 2.42214e-05 ... 1.00000e+00 p[28]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:142]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:142]= 2.39705e-05 ... 1.00000e+00 p[29]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:140]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:140]= 2.32093e-05 ... 1.00000e+00 p[30]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:138]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:138]= 2.20268e-05 ... 1.00000e+00 p[31]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:136]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:136]= 2.05247e-05 ... 1.00000e+00 p[32]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:134]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:134]= 1.91746e-05 ... 1.00000e+00 p[33]= 5.41644e+02 hPa | T[0:28]= 186.55 ... 326.55 K | u[0:133]= 8.87004e+13 ... 7.90556e+22 molec/cm^2 | eps[0:133]= 1.86894e-05 ... 1.00000e+00 p[34]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:132]= 8.87006e+13 ... 7.90558e+22 molec/cm^2 | eps[0:132]= 1.82841e-05 ... 1.00000e+00 p[35]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:131]= 8.87005e+13 ... 7.90557e+22 molec/cm^2 | eps[0:131]= 1.77875e-05 ... 1.00000e+00 Initialize source function table... Number of data points: 1200 Read shape function: ../data/airs_667.7820.filt Number of data points: 1999 Range of x values: 663.3764 ... 672.1876 Range of y values: 0.000123185 ... 0.999992 channel= 667.7820 cm^-1 | T= 100 ... 400 K | B= 0.000238354 ... 0.353089 W/(m^2 sr cm^-1) Read shape function: ../data/airs_668.5410.filt Number of data points: 1999 Range of x values: 664.1244 ... 672.9586 Range of y values: 0.000123197 ... 1 channel= 668.5410 cm^-1 | T= 100 ... 400 K | B= 0.000236569 ... 0.353233 W/(m^2 sr cm^-1) Read shape function: ../data/airs_669.8110.filt Number of data points: 2000 Range of x values: 665.3744 ... 674.2510 Range of y values: 0.000122192 ... 0.999995 channel= 669.8110 cm^-1 | T= 100 ... 400 K | B= 0.000233614 ... 0.353471 W/(m^2 sr cm^-1) DIRLIST = - Read observation data: data/obs.tab Number of ray paths: 90 Time range: 0.00 ... 0.00 s Observer altitude range: 700 ... 700 km Observer longitude range: 0 ... 0 deg Observer latitude range: 0 ... 0 deg View point altitude range: 0 ... 0 km View point longitude range: 0 ... 0 deg View point latitude range: -8.01 ... 8.01 deg Tangent point altitude range: 0 ... 0 km Tangent point longitude range: 0 ... 0 deg Tangent point latitude range: 0 ... 0 deg Brightness temperature (667.7820 cm^-1) range: 0 ... 0 K Brightness temperature (668.5410 cm^-1) range: 0 ... 0 K Brightness temperature (669.8110 cm^-1) range: 0 ... 0 K Transmittance (667.7820 cm^-1) range: 0 ... 0 Transmittance (668.5410 cm^-1) range: 0 ... 0 Transmittance (669.8110 cm^-1) range: 0 ... 0 Read atmospheric data: data/atm.tab Number of data points: 91 Time range: 0.00 ... 0.00 s Altitude range: 0 ... 90 km Longitude range: 0 ... 0 deg Latitude range: 0 ... 0 deg Pressure range: 1017 ... 0.00184003 hPa Temperature range: 181.43 ... 285.14 K Emitter CO2 range: 0.000367735 ... 0.000367735 ppv Extinction range (window 0): 0 ... 0 km^-1 Cloud layer: none Surface layer: none Write matrix: data/kernel.tab Juelich Rapid Spectral Simulation Code (JURASSIC) (executable: ../../src/raytrace | version: v1.14-10-gdc1110 | compiled: Jan 10 2026, 04:36:06) NG = 1 EMITTER[0] = CO2 ND = 3 NU[0] = 667.7820 NU[1] = 668.5410 NU[2] = 669.8110 NW = 1 WINDOW[0] = 0 WINDOW[1] = 0 WINDOW[2] = 0 NCL = 0 NSF = 0 SFTYPE = 2 SFSZA = -999 TBLBASE = ../data/airs TBLFMT = 1 ATMFMT = 1 OBSFMT = 1 HYDZ = -999 CTM_CO2 = 1 CTM_H2O = 1 CTM_N2 = 1 CTM_O2 = 1 REFRAC = 1 RAYDS = 10 RAYDZ = 0.1 FOV = - RETP_ZMIN = -100 RETP_ZMAX = 88 RETT_ZMIN = -100 RETT_ZMAX = 88 RETQ_ZMIN[0] = -100 RETQ_ZMAX[0] = 88 RETK_ZMIN[0] = -100 RETK_ZMAX[0] = 88 RET_CLZ = 0 RET_CLDZ = 0 RET_CLK = 0 RET_SFT = 0 RET_SFEPS = 0 WRITE_BBT = 1 WRITE_MATRIX = 0 FORMOD = 1 RFMBIN = - RFMHIT = - RFMXSC[0] = - LOSBASE = data/los Read observation data: data/obs.tab Number of ray paths: 90 Time range: 0.00 ... 0.00 s Observer altitude range: 700 ... 700 km Observer longitude range: 0 ... 0 deg Observer latitude range: 0 ... 0 deg View point altitude range: 0 ... 0 km View point longitude range: 0 ... 0 deg View point latitude range: -8.01 ... 8.01 deg Tangent point altitude range: 0 ... 0 km Tangent point longitude range: 0 ... 0 deg Tangent point latitude range: 0 ... 0 deg Brightness temperature (667.7820 cm^-1) range: 0 ... 0 K Brightness temperature (668.5410 cm^-1) range: 0 ... 0 K Brightness temperature (669.8110 cm^-1) range: 0 ... 0 K Transmittance (667.7820 cm^-1) range: 0 ... 0 Transmittance (668.5410 cm^-1) range: 0 ... 0 Transmittance (669.8110 cm^-1) range: 0 ... 0 Read atmospheric data: data/atm.tab Number of data points: 91 Time range: 0.00 ... 0.00 s Altitude range: 0 ... 90 km Longitude range: 0 ... 0 deg Latitude range: 0 ... 0 deg Pressure range: 1017 ... 0.00184003 hPa Temperature range: 181.43 ... 285.14 K Emitter CO2 range: 0.000367735 ... 0.000367735 ppv Extinction range (window 0): 0 ... 0 km^-1 Cloud layer: none Surface layer: none Write raytrace data: data/raytrace.tab Write LOS data: data/los.0.tab Write LOS data: data/los.1.tab Write LOS data: data/los.2.tab Write LOS data: data/los.3.tab Write LOS data: data/los.4.tab Write LOS data: data/los.5.tab Write LOS data: data/los.6.tab Write LOS data: data/los.7.tab Write LOS data: data/los.8.tab Write LOS data: data/los.9.tab Write LOS data: data/los.10.tab Write LOS data: data/los.11.tab Write LOS data: data/los.12.tab Write LOS data: data/los.13.tab Write LOS data: data/los.14.tab Write LOS data: data/los.15.tab Write LOS data: data/los.16.tab Write LOS data: data/los.17.tab Write LOS data: data/los.18.tab Write LOS data: data/los.19.tab Write LOS data: data/los.20.tab Write LOS data: data/los.21.tab Write LOS data: data/los.22.tab Write LOS data: data/los.23.tab Write LOS data: data/los.24.tab Write LOS data: data/los.25.tab Write LOS data: data/los.26.tab Write LOS data: data/los.27.tab Write LOS data: data/los.28.tab Write LOS data: data/los.29.tab Write LOS data: data/los.30.tab Write LOS data: data/los.31.tab Write LOS data: data/los.32.tab Write LOS data: data/los.33.tab Write LOS data: data/los.34.tab Write LOS data: data/los.35.tab Write LOS data: data/los.36.tab Write LOS data: data/los.37.tab Write LOS data: data/los.38.tab Write LOS data: data/los.39.tab Write LOS data: data/los.40.tab Write LOS data: data/los.41.tab Write LOS data: data/los.42.tab Write LOS data: data/los.43.tab Write LOS data: data/los.44.tab Write LOS data: data/los.45.tab Write LOS data: data/los.46.tab Write LOS data: data/los.47.tab Write LOS data: data/los.48.tab Write LOS data: data/los.49.tab Write LOS data: data/los.50.tab Write LOS data: data/los.51.tab Write LOS data: data/los.52.tab Write LOS data: data/los.53.tab Write LOS data: data/los.54.tab Write LOS data: data/los.55.tab Write LOS data: data/los.56.tab Write LOS data: data/los.57.tab Write LOS data: data/los.58.tab Write LOS data: data/los.59.tab Write LOS data: data/los.60.tab Write LOS data: data/los.61.tab Write LOS data: data/los.62.tab Write LOS data: data/los.63.tab Write LOS data: data/los.64.tab Write LOS data: data/los.65.tab Write LOS data: data/los.66.tab Write LOS data: data/los.67.tab Write LOS data: data/los.68.tab Write LOS data: data/los.69.tab Write LOS data: data/los.70.tab Write LOS data: data/los.71.tab Write LOS data: data/los.72.tab Write LOS data: data/los.73.tab Write LOS data: data/los.74.tab Write LOS data: data/los.75.tab Write LOS data: data/los.76.tab Write LOS data: data/los.77.tab Write LOS data: data/los.78.tab Write LOS data: data/los.79.tab Write LOS data: data/los.80.tab Write LOS data: data/los.81.tab Write LOS data: data/los.82.tab Write LOS data: data/los.83.tab Write LOS data: data/los.84.tab Write LOS data: data/los.85.tab Write LOS data: data/los.86.tab Write LOS data: data/los.87.tab Write LOS data: data/los.88.tab Write LOS data: data/los.89.tab Juelich Rapid Spectral Simulation Code (JURASSIC) (executable: ../../src/hydrostatic | version: v1.14-10-gdc1110 | compiled: Jan 10 2026, 04:36:06) NG = 1 EMITTER[0] = CO2 ND = 3 NU[0] = 667.7820 NU[1] = 668.5410 NU[2] = 669.8110 NW = 1 WINDOW[0] = 0 WINDOW[1] = 0 WINDOW[2] = 0 NCL = 0 NSF = 0 SFTYPE = 2 SFSZA = -999 TBLBASE = ../data/airs TBLFMT = 1 ATMFMT = 1 OBSFMT = 1 HYDZ = 30.0 CTM_CO2 = 1 CTM_H2O = 1 CTM_N2 = 1 CTM_O2 = 1 REFRAC = 1 RAYDS = 10 RAYDZ = 0.1 FOV = - RETP_ZMIN = -100 RETP_ZMAX = 88 RETT_ZMIN = -100 RETT_ZMAX = 88 RETQ_ZMIN[0] = -100 RETQ_ZMAX[0] = 88 RETK_ZMIN[0] = -100 RETK_ZMAX[0] = 88 RET_CLZ = 0 RET_CLDZ = 0 RET_CLK = 0 RET_SFT = 0 RET_SFEPS = 0 WRITE_BBT = 1 WRITE_MATRIX = 0 FORMOD = 1 RFMBIN = - RFMHIT = - RFMXSC[0] = - Read atmospheric data: data/atm.tab Number of data points: 91 Time range: 0.00 ... 0.00 s Altitude range: 0 ... 90 km Longitude range: 0 ... 0 deg Latitude range: 0 ... 0 deg Pressure range: 1017 ... 0.00184003 hPa Temperature range: 181.43 ... 285.14 K Emitter CO2 range: 0.000367735 ... 0.000367735 ppv Extinction range (window 0): 0 ... 0 km^-1 Cloud layer: none Surface layer: none Write atmospheric data: data/atm_hyd.tab Number of data points: 91 Time range: 0.00 ... 0.00 s Altitude range: 0 ... 90 km Longitude range: 0 ... 0 deg Latitude range: 0 ... 0 deg Pressure range: 1039.64 ... 0.00155021 hPa Temperature range: 181.43 ... 285.14 K Emitter CO2 range: 0.000367735 ... 0.000367735 ppv Extinction range (window 0): 0 ... 0 km^-1 Cloud layer: none Surface layer: none Juelich Rapid Spectral Simulation Code (JURASSIC) (executable: ../../src/atmfmt | version: v1.14-10-gdc1110 | compiled: Jan 10 2026, 04:36:06) NG = 1 EMITTER[0] = CO2 ND = 3 NU[0] = 667.7820 NU[1] = 668.5410 NU[2] = 669.8110 NW = 1 WINDOW[0] = 0 WINDOW[1] = 0 WINDOW[2] = 0 NCL = 0 NSF = 0 SFTYPE = 2 SFSZA = -999 TBLBASE = ../data/airs TBLFMT = 1 ATMFMT = 1 OBSFMT = 1 HYDZ = -999 CTM_CO2 = 1 CTM_H2O = 1 CTM_N2 = 1 CTM_O2 = 1 REFRAC = 1 RAYDS = 10 RAYDZ = 0.1 FOV = - RETP_ZMIN = -100 RETP_ZMAX = 88 RETT_ZMIN = -100 RETT_ZMAX = 88 RETQ_ZMIN[0] = -100 RETQ_ZMAX[0] = 88 RETK_ZMIN[0] = -100 RETK_ZMAX[0] = 88 RET_CLZ = 0 RET_CLDZ = 0 RET_CLK = 0 RET_SFT = 0 RET_SFEPS = 0 WRITE_BBT = 1 WRITE_MATRIX = 0 FORMOD = 1 RFMBIN = - RFMHIT = - RFMXSC[0] = - Read atmospheric data: data/atm.tab Number of data points: 91 Time range: 0.00 ... 0.00 s Altitude range: 0 ... 90 km Longitude range: 0 ... 0 deg Latitude range: 0 ... 0 deg Pressure range: 1017 ... 0.00184003 hPa Temperature range: 181.43 ... 285.14 K Emitter CO2 range: 0.000367735 ... 0.000367735 ppv Extinction range (window 0): 0 ... 0 km^-1 Cloud layer: none Surface layer: none Write atmospheric data: data/atm.bin Number of data points: 91 Time range: 0.00 ... 0.00 s Altitude range: 0 ... 90 km Longitude range: 0 ... 0 deg Latitude range: 0 ... 0 deg Pressure range: 1017 ... 0.00184003 hPa Temperature range: 181.43 ... 285.14 K Emitter CO2 range: 0.000367735 ... 0.000367735 ppv Extinction range (window 0): 0 ... 0 km^-1 Cloud layer: none Surface layer: none Juelich Rapid Spectral Simulation Code (JURASSIC) (executable: ../../src/atmfmt | version: v1.14-10-gdc1110 | compiled: Jan 10 2026, 04:36:06) NG = 1 EMITTER[0] = CO2 ND = 3 NU[0] = 667.7820 NU[1] = 668.5410 NU[2] = 669.8110 NW = 1 WINDOW[0] = 0 WINDOW[1] = 0 WINDOW[2] = 0 NCL = 0 NSF = 0 SFTYPE = 2 SFSZA = -999 TBLBASE = ../data/airs TBLFMT = 1 ATMFMT = 1 OBSFMT = 1 HYDZ = -999 CTM_CO2 = 1 CTM_H2O = 1 CTM_N2 = 1 CTM_O2 = 1 REFRAC = 1 RAYDS = 10 RAYDZ = 0.1 FOV = - RETP_ZMIN = -100 RETP_ZMAX = 88 RETT_ZMIN = -100 RETT_ZMAX = 88 RETQ_ZMIN[0] = -100 RETQ_ZMAX[0] = 88 RETK_ZMIN[0] = -100 RETK_ZMAX[0] = 88 RET_CLZ = 0 RET_CLDZ = 0 RET_CLK = 0 RET_SFT = 0 RET_SFEPS = 0 WRITE_BBT = 1 WRITE_MATRIX = 0 FORMOD = 1 RFMBIN = - RFMHIT = - RFMXSC[0] = - Read atmospheric data: data/atm.bin Number of data points: 91 Time range: 0.00 ... 0.00 s Altitude range: 0 ... 90 km Longitude range: 0 ... 0 deg Latitude range: 0 ... 0 deg Pressure range: 1017 ... 0.00184003 hPa Temperature range: 181.43 ... 285.14 K Emitter CO2 range: 0.000367735 ... 0.000367735 ppv Extinction range (window 0): 0 ... 0 km^-1 Cloud layer: none Surface layer: none Write atmospheric data: data/atm_from_bin.tab Number of data points: 91 Time range: 0.00 ... 0.00 s Altitude range: 0 ... 90 km Longitude range: 0 ... 0 deg Latitude range: 0 ... 0 deg Pressure range: 1017 ... 0.00184003 hPa Temperature range: 181.43 ... 285.14 K Emitter CO2 range: 0.000367735 ... 0.000367735 ppv Extinction range (window 0): 0 ... 0 km^-1 Cloud layer: none Surface layer: none Juelich Rapid Spectral Simulation Code (JURASSIC) (executable: ../../src/obsfmt | version: v1.14-10-gdc1110 | compiled: Jan 10 2026, 04:36:06) NG = 1 EMITTER[0] = CO2 ND = 3 NU[0] = 667.7820 NU[1] = 668.5410 NU[2] = 669.8110 NW = 1 WINDOW[0] = 0 WINDOW[1] = 0 WINDOW[2] = 0 NCL = 0 NSF = 0 SFTYPE = 2 SFSZA = -999 TBLBASE = ../data/airs TBLFMT = 1 ATMFMT = 1 OBSFMT = 1 HYDZ = -999 CTM_CO2 = 1 CTM_H2O = 1 CTM_N2 = 1 CTM_O2 = 1 REFRAC = 1 RAYDS = 10 RAYDZ = 0.1 FOV = - RETP_ZMIN = -100 RETP_ZMAX = 88 RETT_ZMIN = -100 RETT_ZMAX = 88 RETQ_ZMIN[0] = -100 RETQ_ZMAX[0] = 88 RETK_ZMIN[0] = -100 RETK_ZMAX[0] = 88 RET_CLZ = 0 RET_CLDZ = 0 RET_CLK = 0 RET_SFT = 0 RET_SFEPS = 0 WRITE_BBT = 1 WRITE_MATRIX = 0 FORMOD = 1 RFMBIN = - RFMHIT = - RFMXSC[0] = - Read observation data: data/rad.tab Number of ray paths: 90 Time range: 0.00 ... 0.00 s Observer altitude range: 700 ... 700 km Observer longitude range: 0 ... 0 deg Observer latitude range: 0 ... 0 deg View point altitude range: 0 ... 0 km View point longitude range: 0 ... 0 deg View point latitude range: -8.01 ... 8.01 deg Tangent point altitude range: -2.16924e-08 ... -9.09495e-13 km Tangent point longitude range: -1.11911e-10 ... -3.25518e-11 deg Tangent point latitude range: -8.00989 ... 8.00989 deg Brightness temperature (667.7820 cm^-1) range: 250.875 ... 251.618 K Brightness temperature (668.5410 cm^-1) range: 243.627 ... 246.725 K Brightness temperature (669.8110 cm^-1) range: 232.44 ... 235.673 K Transmittance (667.7820 cm^-1) range: 8.43639e-07 ... 9.26207e-07 Transmittance (668.5410 cm^-1) range: 8.44153e-07 ... 9.26619e-07 Transmittance (669.8110 cm^-1) range: 8.46143e-07 ... 9.28952e-07 Write observation data: data/rad.bin Number of ray paths: 90 Time range: 0.00 ... 0.00 s Observer altitude range: 700 ... 700 km Observer longitude range: 0 ... 0 deg Observer latitude range: 0 ... 0 deg View point altitude range: 0 ... 0 km View point longitude range: 0 ... 0 deg View point latitude range: -8.01 ... 8.01 deg Tangent point altitude range: -2.16924e-08 ... -9.09495e-13 km Tangent point longitude range: -1.11911e-10 ... -3.25518e-11 deg Tangent point latitude range: -8.00989 ... 8.00989 deg Brightness temperature (667.7820 cm^-1) range: 250.875 ... 251.618 K Brightness temperature (668.5410 cm^-1) range: 243.627 ... 246.725 K Brightness temperature (669.8110 cm^-1) range: 232.44 ... 235.673 K Transmittance (667.7820 cm^-1) range: 8.43639e-07 ... 9.26207e-07 Transmittance (668.5410 cm^-1) range: 8.44153e-07 ... 9.26619e-07 Transmittance (669.8110 cm^-1) range: 8.46143e-07 ... 9.28952e-07 Juelich Rapid Spectral Simulation Code (JURASSIC) (executable: ../../src/obsfmt | version: v1.14-10-gdc1110 | compiled: Jan 10 2026, 04:36:06) NG = 1 EMITTER[0] = CO2 ND = 3 NU[0] = 667.7820 NU[1] = 668.5410 NU[2] = 669.8110 NW = 1 WINDOW[0] = 0 WINDOW[1] = 0 WINDOW[2] = 0 NCL = 0 NSF = 0 SFTYPE = 2 SFSZA = -999 TBLBASE = ../data/airs TBLFMT = 1 ATMFMT = 1 OBSFMT = 1 HYDZ = -999 CTM_CO2 = 1 CTM_H2O = 1 CTM_N2 = 1 CTM_O2 = 1 REFRAC = 1 RAYDS = 10 RAYDZ = 0.1 FOV = - RETP_ZMIN = -100 RETP_ZMAX = 88 RETT_ZMIN = -100 RETT_ZMAX = 88 RETQ_ZMIN[0] = -100 RETQ_ZMAX[0] = 88 RETK_ZMIN[0] = -100 RETK_ZMAX[0] = 88 RET_CLZ = 0 RET_CLDZ = 0 RET_CLK = 0 RET_SFT = 0 RET_SFEPS = 0 WRITE_BBT = 1 WRITE_MATRIX = 0 FORMOD = 1 RFMBIN = - RFMHIT = - RFMXSC[0] = - Read observation data: data/rad.bin Number of ray paths: 90 Time range: 0.00 ... 0.00 s Observer altitude range: 700 ... 700 km Observer longitude range: 0 ... 0 deg Observer latitude range: 0 ... 0 deg View point altitude range: 0 ... 0 km View point longitude range: 0 ... 0 deg View point latitude range: -8.01 ... 8.01 deg Tangent point altitude range: -2.16924e-08 ... -9.09495e-13 km Tangent point longitude range: -1.11911e-10 ... -3.25518e-11 deg Tangent point latitude range: -8.00989 ... 8.00989 deg Brightness temperature (667.7820 cm^-1) range: 250.875 ... 251.618 K Brightness temperature (668.5410 cm^-1) range: 243.627 ... 246.725 K Brightness temperature (669.8110 cm^-1) range: 232.44 ... 235.673 K Transmittance (667.7820 cm^-1) range: 8.43639e-07 ... 9.26207e-07 Transmittance (668.5410 cm^-1) range: 8.44153e-07 ... 9.26619e-07 Transmittance (669.8110 cm^-1) range: 8.46143e-07 ... 9.28952e-07 Write observation data: data/rad_from_bin.tab Number of ray paths: 90 Time range: 0.00 ... 0.00 s Observer altitude range: 700 ... 700 km Observer longitude range: 0 ... 0 deg Observer latitude range: 0 ... 0 deg View point altitude range: 0 ... 0 km View point longitude range: 0 ... 0 deg View point latitude range: -8.01 ... 8.01 deg Tangent point altitude range: -2.16924e-08 ... -9.09495e-13 km Tangent point longitude range: -1.11911e-10 ... -3.25518e-11 deg Tangent point latitude range: -8.00989 ... 8.00989 deg Brightness temperature (667.7820 cm^-1) range: 250.875 ... 251.618 K Brightness temperature (668.5410 cm^-1) range: 243.627 ... 246.725 K Brightness temperature (669.8110 cm^-1) range: 232.44 ... 235.673 K Transmittance (667.7820 cm^-1) range: 8.43639e-07 ... 9.26207e-07 Transmittance (668.5410 cm^-1) range: 8.44153e-07 ... 9.26619e-07 Transmittance (669.8110 cm^-1) range: 8.46143e-07 ... 9.28952e-07 Compare results... Files data/atm.tab and data.ref/atm.tab are identical Files data/atm_from_bin.tab and data.ref/atm_from_bin.tab are identical Files data/atm_hyd.tab and data.ref/atm_hyd.tab are identical Files data/kernel.tab and data.ref/kernel.tab are identical Files data/los.0.tab and data.ref/los.0.tab are identical Files data/los.1.tab and data.ref/los.1.tab are identical Files data/los.10.tab and data.ref/los.10.tab are identical Files data/los.11.tab and data.ref/los.11.tab are identical Files data/los.12.tab and data.ref/los.12.tab are identical Files data/los.13.tab and data.ref/los.13.tab are identical Files data/los.14.tab and data.ref/los.14.tab are identical Files data/los.15.tab and data.ref/los.15.tab are identical Files data/los.16.tab and data.ref/los.16.tab are identical Files data/los.17.tab and data.ref/los.17.tab are identical Files data/los.18.tab and data.ref/los.18.tab are identical Files data/los.19.tab and data.ref/los.19.tab are identical Files data/los.2.tab and data.ref/los.2.tab are identical Files data/los.20.tab and data.ref/los.20.tab are identical Files data/los.21.tab and data.ref/los.21.tab are identical Files data/los.22.tab and data.ref/los.22.tab are identical Files data/los.23.tab and data.ref/los.23.tab are identical Files data/los.24.tab and data.ref/los.24.tab are identical Files data/los.25.tab and data.ref/los.25.tab are identical Files data/los.26.tab and data.ref/los.26.tab are identical Files data/los.27.tab and data.ref/los.27.tab are identical Files data/los.28.tab and data.ref/los.28.tab are identical Files data/los.29.tab and data.ref/los.29.tab are identical Files data/los.3.tab and data.ref/los.3.tab are identical Files data/los.30.tab and data.ref/los.30.tab are identical Files data/los.31.tab and data.ref/los.31.tab are identical Files data/los.32.tab and data.ref/los.32.tab are identical Files data/los.33.tab and data.ref/los.33.tab are identical Files data/los.34.tab and data.ref/los.34.tab are identical Files data/los.35.tab and data.ref/los.35.tab are identical Files data/los.36.tab and data.ref/los.36.tab are identical Files data/los.37.tab and data.ref/los.37.tab are identical Files data/los.38.tab and data.ref/los.38.tab are identical Files data/los.39.tab and data.ref/los.39.tab are identical Files data/los.4.tab and data.ref/los.4.tab are identical Files data/los.40.tab and data.ref/los.40.tab are identical Files data/los.41.tab and data.ref/los.41.tab are identical Files data/los.42.tab and data.ref/los.42.tab are identical Files data/los.43.tab and data.ref/los.43.tab are identical Files data/los.44.tab and data.ref/los.44.tab are identical Files data/los.45.tab and data.ref/los.45.tab are identical Files data/los.46.tab and data.ref/los.46.tab are identical Files data/los.47.tab and data.ref/los.47.tab are identical Files data/los.48.tab and data.ref/los.48.tab are identical Files data/los.49.tab and data.ref/los.49.tab are identical Files data/los.5.tab and data.ref/los.5.tab are identical Files data/los.50.tab and data.ref/los.50.tab are identical Files data/los.51.tab and data.ref/los.51.tab are identical Files data/los.52.tab and data.ref/los.52.tab are identical Files data/los.53.tab and data.ref/los.53.tab are identical Files data/los.54.tab and data.ref/los.54.tab are identical Files data/los.55.tab and data.ref/los.55.tab are identical Files data/los.56.tab and data.ref/los.56.tab are identical Files data/los.57.tab and data.ref/los.57.tab are identical Files data/los.58.tab and data.ref/los.58.tab are identical Files data/los.59.tab and data.ref/los.59.tab are identical Files data/los.6.tab and data.ref/los.6.tab are identical Files data/los.60.tab and data.ref/los.60.tab are identical Files data/los.61.tab and data.ref/los.61.tab are identical Files data/los.62.tab and data.ref/los.62.tab are identical Files data/los.63.tab and data.ref/los.63.tab are identical Files data/los.64.tab and data.ref/los.64.tab are identical Files data/los.65.tab and data.ref/los.65.tab are identical Files data/los.66.tab and data.ref/los.66.tab are identical Files data/los.67.tab and data.ref/los.67.tab are identical Files data/los.68.tab and data.ref/los.68.tab are identical Files data/los.69.tab and data.ref/los.69.tab are identical Files data/los.7.tab and data.ref/los.7.tab are identical Files data/los.70.tab and data.ref/los.70.tab are identical Files data/los.71.tab and data.ref/los.71.tab are identical Files data/los.72.tab and data.ref/los.72.tab are identical Files data/los.73.tab and data.ref/los.73.tab are identical Files data/los.74.tab and data.ref/los.74.tab are identical Files data/los.75.tab and data.ref/los.75.tab are identical Files data/los.76.tab and data.ref/los.76.tab are identical Files data/los.77.tab and data.ref/los.77.tab are identical Files data/los.78.tab and data.ref/los.78.tab are identical Files data/los.79.tab and data.ref/los.79.tab are identical Files data/los.8.tab and data.ref/los.8.tab are identical Files data/los.80.tab and data.ref/los.80.tab are identical Files data/los.81.tab and data.ref/los.81.tab are identical Files data/los.82.tab and data.ref/los.82.tab are identical Files data/los.83.tab and data.ref/los.83.tab are identical Files data/los.84.tab and data.ref/los.84.tab are identical Files data/los.85.tab and data.ref/los.85.tab are identical Files data/los.86.tab and data.ref/los.86.tab are identical Files data/los.87.tab and data.ref/los.87.tab are identical Files data/los.88.tab and data.ref/los.88.tab are identical Files data/los.89.tab and data.ref/los.89.tab are identical Files data/los.9.tab and data.ref/los.9.tab are identical Files data/obs.tab and data.ref/obs.tab are identical Files data/rad.tab and data.ref/rad.tab are identical Files data/rad_cga.tab and data.ref/rad_cga.tab are identical Files data/rad_from_bin.tab and data.ref/rad_from_bin.tab are identical Files data/raytrace.tab and data.ref/raytrace.tab are identical \n===== Test "nadir_test" passed! ===== \n===== Running "ret_test" ... ===== Juelich Rapid Spectral Simulation Code (JURASSIC) (executable: ../../src/climatology | version: v1.14-10-gdc1110 | compiled: Jan 10 2026, 04:36:06) NG = 5 EMITTER[0] = CO2 EMITTER[1] = H2O EMITTER[2] = O3 EMITTER[3] = F11 EMITTER[4] = CCl4 ND = 2 NU[0] = 792.0000 NU[1] = 832.0000 NW = 1 WINDOW[0] = 0 WINDOW[1] = 0 NCL = 0 NSF = 0 SFTYPE = 2 SFSZA = -999 TBLBASE = ../data/boxcar TBLFMT = 1 ATMFMT = 1 OBSFMT = 1 HYDZ = -999 CTM_CO2 = 1 CTM_H2O = 1 CTM_N2 = 1 CTM_O2 = 1 REFRAC = 1 RAYDS = 10 RAYDZ = 0.1 FOV = - RETP_ZMIN = -999 RETP_ZMAX = -999 RETT_ZMIN = -999 RETT_ZMAX = -999 RETQ_ZMIN[0] = -999 RETQ_ZMAX[0] = -999 RETQ_ZMIN[1] = -999 RETQ_ZMAX[1] = -999 RETQ_ZMIN[2] = -999 RETQ_ZMAX[2] = -999 RETQ_ZMIN[3] = 5 RETQ_ZMAX[3] = 30 RETQ_ZMIN[4] = -999 RETQ_ZMAX[4] = -999 RETK_ZMIN[0] = -999 RETK_ZMAX[0] = -999 RET_CLZ = 0 RET_CLDZ = 0 RET_CLK = 0 RET_SFT = 0 RET_SFEPS = 0 WRITE_BBT = 0 WRITE_MATRIX = 1 FORMOD = 1 RFMBIN = - RFMHIT = - RFMXSC[0] = - RFMXSC[1] = - RFMXSC[2] = - RFMXSC[3] = - RFMXSC[4] = - T0 = 0 T1 = 0 DT = 1 Z0 = 0 Z1 = 90 DZ = 1 CLZ = 0 CLDZ = 0 SFT = 0 Write atmospheric data: data/atm_apr.tab Number of data points: 91 Time range: 0.00 ... 0.00 s Altitude range: 0 ... 90 km Longitude range: 0 ... 0 deg Latitude range: 0 ... 0 deg Pressure range: 1017 ... 0.00184003 hPa Temperature range: 181.43 ... 285.14 K Emitter CO2 range: 0.000367735 ... 0.000367735 ppv Emitter H2O range: 5.924e-07 ... 0.01166 ppv Emitter O3 range: 2.218e-08 ... 7.447e-06 ppv Emitter F11 range: 4.709e-22 ... 2.65e-10 ppv Emitter CCl4 range: 1e-14 ... 1.075e-10 ppv Extinction range (window 0): 0 ... 0 km^-1 Cloud layer: none Surface layer: none Juelich Rapid Spectral Simulation Code (JURASSIC) (executable: ../../src/limb | version: v1.14-10-gdc1110 | compiled: Jan 10 2026, 04:36:06) NG = 5 EMITTER[0] = CO2 EMITTER[1] = H2O EMITTER[2] = O3 EMITTER[3] = F11 EMITTER[4] = CCl4 ND = 2 NU[0] = 792.0000 NU[1] = 832.0000 NW = 1 WINDOW[0] = 0 WINDOW[1] = 0 NCL = 0 NSF = 0 SFTYPE = 2 SFSZA = -999 TBLBASE = ../data/boxcar TBLFMT = 1 ATMFMT = 1 OBSFMT = 1 HYDZ = -999 CTM_CO2 = 1 CTM_H2O = 1 CTM_N2 = 1 CTM_O2 = 1 REFRAC = 1 RAYDS = 10 RAYDZ = 0.1 FOV = - RETP_ZMIN = -999 RETP_ZMAX = -999 RETT_ZMIN = -999 RETT_ZMAX = -999 RETQ_ZMIN[0] = -999 RETQ_ZMAX[0] = -999 RETQ_ZMIN[1] = -999 RETQ_ZMAX[1] = -999 RETQ_ZMIN[2] = -999 RETQ_ZMAX[2] = -999 RETQ_ZMIN[3] = 5 RETQ_ZMAX[3] = 30 RETQ_ZMIN[4] = -999 RETQ_ZMAX[4] = -999 RETK_ZMIN[0] = -999 RETK_ZMAX[0] = -999 RET_CLZ = 0 RET_CLDZ = 0 RET_CLK = 0 RET_SFT = 0 RET_SFEPS = 0 WRITE_BBT = 0 WRITE_MATRIX = 1 FORMOD = 1 RFMBIN = - RFMHIT = - RFMXSC[0] = - RFMXSC[1] = - RFMXSC[2] = - RFMXSC[3] = - RFMXSC[4] = - OBSZ = 780 T0 = 0 T1 = 0 DT = 1 Z0 = 3 Z1 = 68 DZ = 1 Write observation data: data/obs.tab Number of ray paths: 66 Time range: 0.00 ... 0.00 s Observer altitude range: 780 ... 780 km Observer longitude range: 0 ... 0 deg Observer latitude range: 0 ... 0 deg View point altitude range: 3 ... 68 km View point longitude range: 0 ... 0 deg View point latitude range: 25.7915 ... 26.9643 deg Tangent point altitude range: 0 ... 0 km Tangent point longitude range: 0 ... 0 deg Tangent point latitude range: 0 ... 0 deg Radiance (792.0000 cm^-1) range: 0 ... 0 W/(m^2 sr cm^-1) Radiance (832.0000 cm^-1) range: 0 ... 0 W/(m^2 sr cm^-1) Juelich Rapid Spectral Simulation Code (JURASSIC) (executable: ../../src/formod | version: v1.14-10-gdc1110 | compiled: Jan 10 2026, 04:36:06) NG = 5 EMITTER[0] = CO2 EMITTER[1] = H2O EMITTER[2] = O3 EMITTER[3] = F11 EMITTER[4] = CCl4 ND = 2 NU[0] = 792.0000 NU[1] = 832.0000 NW = 1 WINDOW[0] = 0 WINDOW[1] = 0 NCL = 0 NSF = 0 SFTYPE = 2 SFSZA = -999 TBLBASE = ../data/boxcar TBLFMT = 1 ATMFMT = 1 OBSFMT = 1 HYDZ = -999 CTM_CO2 = 1 CTM_H2O = 1 CTM_N2 = 1 CTM_O2 = 1 REFRAC = 1 RAYDS = 10 RAYDZ = 0.1 FOV = - RETP_ZMIN = -999 RETP_ZMAX = -999 RETT_ZMIN = -999 RETT_ZMAX = -999 RETQ_ZMIN[0] = -999 RETQ_ZMAX[0] = -999 RETQ_ZMIN[1] = -999 RETQ_ZMAX[1] = -999 RETQ_ZMIN[2] = -999 RETQ_ZMAX[2] = -999 RETQ_ZMIN[3] = 5 RETQ_ZMAX[3] = 30 RETQ_ZMIN[4] = -999 RETQ_ZMAX[4] = -999 RETK_ZMIN[0] = -999 RETK_ZMAX[0] = -999 RET_CLZ = 0 RET_CLDZ = 0 RET_CLK = 0 RET_SFT = 0 RET_SFEPS = 0 WRITE_BBT = 0 WRITE_MATRIX = 1 FORMOD = 1 RFMBIN = - RFMHIT = - RFMXSC[0] = - RFMXSC[1] = - RFMXSC[2] = - RFMXSC[3] = - RFMXSC[4] = - Read emissivity table: ../data/boxcar_792.0000_CO2.tab Warning (jurassic.c, read_tbl_asc, l6028): Column density or emissivity out of range (27 data points)! p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:224]= 6.25249e+18 ... 9.90963e+29 molec/cm^2 | eps[0:224]= 1.07561e-06 ... 9.26480e-01 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0:226]= 4.74137e+18 ... 9.46005e+29 molec/cm^2 | eps[0:226]= 1.14841e-06 ... 9.65584e-01 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0:228]= 3.57960e+18 ... 8.99213e+29 molec/cm^2 | eps[0:228]= 1.19947e-06 ... 9.88473e-01 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0:225]= 2.69321e+18 ... 4.78901e+29 molec/cm^2 | eps[0:225]= 1.21840e-06 ... 9.88776e-01 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0:222]= 2.02139e+18 ... 2.54565e+29 molec/cm^2 | eps[0:222]= 1.19531e-06 ... 9.88020e-01 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:220]= 1.51067e+18 ... 1.51056e+29 molec/cm^2 | eps[0:220]= 1.16420e-06 ... 9.89837e-01 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:217]= 1.12219e+18 ... 7.94483e+28 molec/cm^2 | eps[0:217]= 1.14061e-06 ... 9.88925e-01 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:214]= 8.28148e+17 ... 4.15112e+28 molec/cm^2 | eps[0:214]= 1.12902e-06 ... 9.88154e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:211]= 6.82716e+17 ... 2.42220e+28 molec/cm^2 | eps[0:211]= 1.23653e-06 ... 9.89760e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:208]= 4.98168e+17 ... 1.25136e+28 molec/cm^2 | eps[0:208]= 1.21418e-06 ... 9.88601e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:205]= 3.61262e+17 ... 6.42383e+27 molec/cm^2 | eps[0:205]= 1.18924e-06 ... 9.87154e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:203]= 2.60335e+17 ... 3.67702e+27 molec/cm^2 | eps[0:203]= 1.15888e-06 ... 9.88479e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:200]= 2.09180e+17 ... 2.09248e+27 molec/cm^2 | eps[0:200]= 1.25855e-06 ... 9.89420e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:198]= 1.49069e+17 ... 1.18410e+27 molec/cm^2 | eps[0:198]= 1.19321e-06 ... 9.89655e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:195]= 1.19226e+17 ... 6.70454e+26 molec/cm^2 | eps[0:195]= 1.19912e-06 ... 9.88199e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:193]= 9.56320e+16 ... 4.27170e+26 molec/cm^2 | eps[0:193]= 1.12935e-06 ... 9.87702e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:190]= 9.72769e+16 ... 3.07615e+26 molec/cm^2 | eps[0:190]= 1.23143e-06 ... 9.87737e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:188]= 9.98990e+16 ... 2.50932e+26 molec/cm^2 | eps[0:188]= 1.23605e-06 ... 9.88380e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:187]= 1.03647e+17 ... 2.32033e+26 molec/cm^2 | eps[0:187]= 1.15273e-06 ... 9.89854e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:184]= 1.36969e+17 ... 2.17081e+26 molec/cm^2 | eps[0:184]= 1.25872e-06 ... 9.89405e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:182]= 1.63171e+17 ... 2.05427e+26 molec/cm^2 | eps[0:182]= 1.15327e-06 ... 9.87290e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:180]= 2.47826e+17 ... 2.47826e+26 molec/cm^2 | eps[0:180]= 1.24802e-06 ... 9.89468e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:178]= 3.36924e+17 ... 2.67622e+26 molec/cm^2 | eps[0:178]= 1.22167e-06 ... 9.89253e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:176]= 4.60438e+17 ... 2.90516e+26 molec/cm^2 | eps[0:176]= 1.20176e-06 ... 9.89316e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:174]= 6.33201e+17 ... 3.17339e+26 molec/cm^2 | eps[0:174]= 1.17503e-06 ... 9.89361e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:172]= 8.75648e+17 ... 3.48624e+26 molec/cm^2 | eps[0:172]= 1.15283e-06 ... 9.89650e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:169]= 1.20783e+18 ... 3.40423e+26 molec/cm^2 | eps[0:169]= 1.23007e-06 ... 9.89541e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:166]= 1.48445e+18 ... 2.96154e+26 molec/cm^2 | eps[0:166]= 1.22736e-06 ... 9.87971e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:164]= 1.62451e+18 ... 2.57432e+26 molec/cm^2 | eps[0:164]= 1.14410e-06 ... 9.87784e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:161]= 1.99294e+18 ... 2.23608e+26 molec/cm^2 | eps[0:161]= 1.24350e-06 ... 9.88745e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:158]= 2.17863e+18 ... 1.73061e+26 molec/cm^2 | eps[0:158]= 1.23428e-06 ... 9.87382e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:156]= 2.38514e+18 ... 1.50482e+26 molec/cm^2 | eps[0:156]= 1.23044e-06 ... 9.89077e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:154]= 2.32208e+18 ... 1.16375e+26 molec/cm^2 | eps[0:154]= 1.13873e-06 ... 9.88715e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:151]= 2.24070e+18 ... 7.95100e+25 molec/cm^2 | eps[0:151]= 1.16703e-06 ... 9.87780e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:148]= 1.89897e+18 ... 4.77066e+25 molec/cm^2 | eps[0:148]= 1.22776e-06 ... 9.87095e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:147]= 1.10750e+18 ... 2.47942e+25 molec/cm^2 | eps[0:147]= 1.16338e-06 ... 9.89752e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:145]= 4.92904e+17 ... 8.76457e+24 molec/cm^2 | eps[0:145]= 1.13624e-06 ... 9.89848e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:142]= 2.13512e+17 ... 2.68883e+24 molec/cm^2 | eps[0:142]= 1.14929e-06 ... 9.86376e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:140]= 1.16021e+17 ... 1.16020e+24 molec/cm^2 | eps[0:140]= 1.21707e-06 ... 9.86532e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:139]= 7.10618e+16 ... 6.33335e+23 molec/cm^2 | eps[0:139]= 1.19215e-06 ... 9.86652e-01 Read emissivity table: ../data/boxcar_792.0000_H2O.tab Warning (jurassic.c, read_tbl_asc, l6028): Column density or emissivity out of range (239 data points)! p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:222]= 7.87142e+18 ... 9.90963e+29 molec/cm^2 | eps[0:222]= 1.04264e-06 ... 7.20753e-01 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0:222]= 7.51454e+18 ... 9.46005e+29 molec/cm^2 | eps[0:222]= 1.12574e-06 ... 8.04811e-01 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0:222]= 7.14235e+18 ... 8.99213e+29 molec/cm^2 | eps[0:222]= 1.20158e-06 ... 8.76829e-01 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0:224]= 6.02919e+18 ... 9.55508e+29 molec/cm^2 | eps[0:224]= 1.12848e-06 ... 9.45445e-01 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0:224]= 5.69718e+18 ... 9.02958e+29 molec/cm^2 | eps[0:224]= 1.17205e-06 ... 9.76100e-01 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:223]= 5.35963e+18 ... 7.57009e+29 molec/cm^2 | eps[0:223]= 1.21009e-06 ... 9.87852e-01 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:220]= 5.01286e+18 ... 5.01318e+29 molec/cm^2 | eps[0:220]= 1.24646e-06 ... 9.87399e-01 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:218]= 4.15112e+18 ... 3.29735e+29 molec/cm^2 | eps[0:218]= 1.14273e-06 ... 9.86732e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:215]= 3.83872e+18 ... 2.15881e+29 molec/cm^2 | eps[0:215]= 1.16538e-06 ... 9.85472e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:213]= 3.52685e+18 ... 1.57534e+29 molec/cm^2 | eps[0:213]= 1.18482e-06 ... 9.88880e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:210]= 3.21963e+18 ... 1.01818e+29 molec/cm^2 | eps[0:210]= 1.19765e-06 ... 9.87130e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:208]= 2.92115e+18 ... 7.33729e+28 molec/cm^2 | eps[0:208]= 1.20249e-06 ... 9.89574e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:205]= 2.63300e+18 ... 4.68297e+28 molec/cm^2 | eps[0:205]= 1.19858e-06 ... 9.87024e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:203]= 2.36272e+18 ... 3.33728e+28 molec/cm^2 | eps[0:203]= 1.18170e-06 ... 9.88524e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:201]= 2.12016e+18 ... 2.37886e+28 molec/cm^2 | eps[0:201]= 1.14293e-06 ... 9.88958e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:198]= 2.14092e+18 ... 1.70047e+28 molec/cm^2 | eps[0:198]= 1.21617e-06 ... 9.88350e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:196]= 1.94092e+18 ... 1.22453e+28 molec/cm^2 | eps[0:196]= 1.12778e-06 ... 9.86382e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:194]= 1.99321e+18 ... 9.98840e+27 molec/cm^2 | eps[0:194]= 1.14963e-06 ... 9.88177e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:192]= 2.06802e+18 ... 8.23341e+27 molec/cm^2 | eps[0:192]= 1.15213e-06 ... 9.88978e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:190]= 2.17080e+18 ... 6.86467e+27 molec/cm^2 | eps[0:190]= 1.13631e-06 ... 9.89066e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:187]= 2.58615e+18 ... 5.78966e+27 molec/cm^2 | eps[0:187]= 1.24172e-06 ... 9.88742e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:185]= 2.78065e+18 ... 4.94477e+27 molec/cm^2 | eps[0:185]= 1.19312e-06 ... 9.88050e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:183]= 3.00283e+18 ... 4.24160e+27 molec/cm^2 | eps[0:183]= 1.15424e-06 ... 9.88021e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:180]= 3.65739e+18 ... 3.65739e+27 molec/cm^2 | eps[0:180]= 1.25801e-06 ... 9.88498e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:178]= 3.99521e+18 ... 3.17351e+27 molec/cm^2 | eps[0:178]= 1.22332e-06 ... 9.89295e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:175]= 4.38863e+18 ... 2.46788e+27 molec/cm^2 | eps[0:175]= 1.19411e-06 ... 9.85928e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:173]= 4.80844e+18 ... 2.14786e+27 molec/cm^2 | eps[0:173]= 1.19695e-06 ... 9.88751e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:170]= 5.26719e+18 ... 1.66563e+27 molec/cm^2 | eps[0:170]= 1.21926e-06 ... 9.87716e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:168]= 5.13719e+18 ... 1.29049e+27 molec/cm^2 | eps[0:168]= 1.12419e-06 ... 9.87435e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:165]= 5.61691e+18 ... 9.98864e+26 molec/cm^2 | eps[0:165]= 1.17775e-06 ... 9.87790e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:162]= 6.14037e+18 ... 7.72929e+26 molec/cm^2 | eps[0:162]= 1.24388e-06 ... 9.88508e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:160]= 5.99083e+18 ... 5.99121e+26 molec/cm^2 | eps[0:160]= 1.17291e-06 ... 9.89248e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:156]= 6.54414e+18 ... 4.12915e+26 molec/cm^2 | eps[0:156]= 1.25618e-06 ... 9.85758e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:154]= 6.31604e+18 ... 3.16535e+26 molec/cm^2 | eps[0:154]= 1.23505e-06 ... 9.88278e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:152]= 5.35235e+18 ... 2.13096e+26 molec/cm^2 | eps[0:152]= 1.12618e-06 ... 9.87383e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:149]= 4.94691e+18 ... 1.39426e+26 molec/cm^2 | eps[0:149]= 1.23094e-06 ... 9.88911e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:147]= 3.48993e+18 ... 7.81205e+25 molec/cm^2 | eps[0:147]= 1.14050e-06 ... 9.88202e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:144]= 2.68883e+18 ... 4.26007e+25 molec/cm^2 | eps[0:144]= 1.17982e-06 ... 9.86858e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:142]= 2.06317e+18 ... 2.59733e+25 molec/cm^2 | eps[0:142]= 1.14758e-06 ... 9.87055e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:140]= 1.78498e+18 ... 1.78510e+25 molec/cm^2 | eps[0:140]= 1.18514e-06 ... 9.88840e-01 Read emissivity table: ../data/boxcar_792.0000_O3.tab p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:224]= 1.57055e+16 ... 2.48914e+27 molec/cm^2 | eps[0:224]= 1.10899e-06 ... 9.87532e-01 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0:221]= 1.49935e+16 ... 1.68228e+27 molec/cm^2 | eps[0:221]= 1.17701e-06 ... 9.88790e-01 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0:218]= 1.42508e+16 ... 1.13196e+27 molec/cm^2 | eps[0:218]= 1.23695e-06 ... 9.89504e-01 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0:216]= 1.20299e+16 ... 7.58980e+26 molec/cm^2 | eps[0:216]= 1.14590e-06 ... 9.89719e-01 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0:213]= 1.13673e+16 ... 5.07689e+26 molec/cm^2 | eps[0:213]= 1.17638e-06 ... 9.89427e-01 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:210]= 1.06939e+16 ... 3.38284e+26 molec/cm^2 | eps[0:210]= 1.20134e-06 ... 9.88843e-01 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:207]= 1.00020e+16 ... 2.23915e+26 molec/cm^2 | eps[0:207]= 1.22416e-06 ... 9.88036e-01 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:204]= 9.29311e+15 ... 1.47287e+26 molec/cm^2 | eps[0:204]= 1.24575e-06 ... 9.87006e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:202]= 8.59441e+15 ... 1.08197e+26 molec/cm^2 | eps[0:202]= 1.25824e-06 ... 9.89452e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:200]= 7.03681e+15 ... 7.03681e+25 molec/cm^2 | eps[0:200]= 1.12963e-06 ... 9.87890e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:198]= 6.42383e+15 ... 5.10295e+25 molec/cm^2 | eps[0:198]= 1.13220e-06 ... 9.89694e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:195]= 5.82834e+15 ... 3.27745e+25 molec/cm^2 | eps[0:195]= 1.12817e-06 ... 9.87500e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:192]= 5.89536e+15 ... 2.34704e+25 molec/cm^2 | eps[0:192]= 1.25336e-06 ... 9.88649e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:190]= 5.28845e+15 ... 1.67267e+25 molec/cm^2 | eps[0:190]= 1.22906e-06 ... 9.89258e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:188]= 4.74583e+15 ... 1.19229e+25 molec/cm^2 | eps[0:188]= 1.18440e-06 ... 9.89163e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:185]= 4.79324e+15 ... 8.52199e+24 molec/cm^2 | eps[0:185]= 1.25757e-06 ... 9.88360e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:183]= 4.34510e+15 ... 6.13814e+24 molec/cm^2 | eps[0:183]= 1.16530e-06 ... 9.86667e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:181]= 4.46224e+15 ... 5.00672e+24 molec/cm^2 | eps[0:181]= 1.18851e-06 ... 9.88092e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:179]= 4.62971e+15 ... 4.12623e+24 molec/cm^2 | eps[0:179]= 1.19322e-06 ... 9.88917e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:177]= 4.85981e+15 ... 3.44048e+24 molec/cm^2 | eps[0:177]= 1.18082e-06 ... 9.89318e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:175]= 5.16005e+15 ... 2.90171e+24 molec/cm^2 | eps[0:175]= 1.15616e-06 ... 9.89490e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:172]= 6.22509e+15 ... 2.47825e+24 molec/cm^2 | eps[0:172]= 1.25652e-06 ... 9.89470e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:170]= 6.72250e+15 ... 2.12584e+24 molec/cm^2 | eps[0:170]= 1.22703e-06 ... 9.89873e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:167]= 7.29743e+15 ... 1.63369e+24 molec/cm^2 | eps[0:167]= 1.20516e-06 ... 9.86863e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:165]= 7.97148e+15 ... 1.41754e+24 molec/cm^2 | eps[0:165]= 1.18768e-06 ... 9.87979e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:163]= 8.75642e+15 ... 1.23687e+24 molec/cm^2 | eps[0:163]= 1.17768e-06 ... 9.89380e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:160]= 9.59410e+15 ... 9.59387e+23 molec/cm^2 | eps[0:160]= 1.19820e-06 ... 9.87905e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:157]= 1.05094e+16 ... 7.43958e+23 molec/cm^2 | eps[0:157]= 1.23964e-06 ... 9.86975e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:155]= 1.02502e+16 ... 5.76398e+23 molec/cm^2 | eps[0:155]= 1.16208e-06 ... 9.86657e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:152]= 1.12071e+16 ... 4.46220e+23 molec/cm^2 | eps[0:152]= 1.24025e-06 ... 9.86784e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:150]= 1.09195e+16 ... 3.45322e+23 molec/cm^2 | eps[0:150]= 1.19337e-06 ... 9.87037e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:148]= 1.06534e+16 ... 2.67599e+23 molec/cm^2 | eps[0:148]= 1.15638e-06 ... 9.87022e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:146]= 1.03722e+16 ... 2.06948e+23 molec/cm^2 | eps[0:146]= 1.13817e-06 ... 9.86972e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:144]= 1.00094e+16 ... 1.58643e+23 molec/cm^2 | eps[0:144]= 1.15201e-06 ... 9.87491e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:142]= 9.51867e+15 ... 1.19833e+23 molec/cm^2 | eps[0:142]= 1.20509e-06 ... 9.88884e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:140]= 7.84100e+15 ... 7.84050e+22 molec/cm^2 | eps[0:140]= 1.18086e-06 ... 9.87338e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:138]= 6.20518e+15 ... 4.92908e+22 molec/cm^2 | eps[0:138]= 1.21048e-06 ... 9.86979e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:137]= 4.78014e+15 ... 3.38397e+22 molec/cm^2 | eps[0:137]= 1.22491e-06 ... 9.89904e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:136]= 3.66913e+15 ... 2.31491e+22 molec/cm^2 | eps[0:136]= 1.16764e-06 ... 9.89548e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:134]= 3.17414e+15 ... 1.59075e+22 molec/cm^2 | eps[0:134]= 1.18181e-06 ... 9.85714e-01 Read emissivity table: ../data/boxcar_792.0000_F11.tab Read emissivity table: ../data/boxcar_792.0000_CCl4.tab p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:132]= 1.39982e+11 ... 5.57253e+17 molec/cm^2 | eps[0:132]= 1.11846e-06 ... 9.84823e-01 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0:131]= 1.68251e+11 ... 5.96880e+17 molec/cm^2 | eps[0:131]= 1.24061e-06 ... 9.84123e-01 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0:132]= 1.79378e+11 ... 7.14184e+17 molec/cm^2 | eps[0:132]= 1.22462e-06 ... 9.89555e-01 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0:132]= 1.90724e+11 ... 7.58980e+17 molec/cm^2 | eps[0:132]= 1.21025e-06 ... 9.89015e-01 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0:132]= 2.02139e+11 ... 8.04771e+17 molec/cm^2 | eps[0:132]= 1.20142e-06 ... 9.88670e-01 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:132]= 2.13373e+11 ... 8.49420e+17 molec/cm^2 | eps[0:132]= 1.18708e-06 ... 9.88085e-01 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:132]= 2.23915e+11 ... 8.91302e+17 molec/cm^2 | eps[0:132]= 1.16139e-06 ... 9.86957e-01 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:132]= 2.33434e+11 ... 9.29435e+17 molec/cm^2 | eps[0:132]= 1.12250e-06 ... 9.85039e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:132]= 2.71778e+11 ... 1.08183e+18 molec/cm^2 | eps[0:132]= 1.21284e-06 ... 9.89115e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:132]= 2.80140e+11 ... 1.11533e+18 molec/cm^2 | eps[0:132]= 1.15458e-06 ... 9.86641e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:132]= 3.21974e+11 ... 1.28222e+18 molec/cm^2 | eps[0:132]= 1.22220e-06 ... 9.89467e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:132]= 3.27743e+11 ... 1.30475e+18 molec/cm^2 | eps[0:132]= 1.14332e-06 ... 9.86100e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:132]= 3.71980e+11 ... 1.48088e+18 molec/cm^2 | eps[0:132]= 1.18975e-06 ... 9.88196e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:132]= 4.20133e+11 ... 1.67258e+18 molec/cm^2 | eps[0:132]= 1.22951e-06 ... 9.89733e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:132]= 4.23028e+11 ... 1.68411e+18 molec/cm^2 | eps[0:132]= 1.15138e-06 ... 9.86489e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:132]= 4.79291e+11 ... 1.90809e+18 molec/cm^2 | eps[0:132]= 1.23474e-06 ... 9.89919e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:132]= 4.87538e+11 ... 1.94092e+18 molec/cm^2 | eps[0:132]= 1.22620e-06 ... 9.89613e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:132]= 4.46224e+11 ... 1.77645e+18 molec/cm^2 | eps[0:132]= 1.13115e-06 ... 9.85489e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:132]= 4.62974e+11 ... 1.84312e+18 molec/cm^2 | eps[0:132]= 1.21740e-06 ... 9.89288e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:132]= 4.33134e+11 ... 1.72433e+18 molec/cm^2 | eps[0:132]= 1.21315e-06 ... 9.89127e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:131]= 4.09873e+11 ... 1.45430e+18 molec/cm^2 | eps[0:131]= 1.24685e-06 ... 9.84432e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:132]= 3.50059e+11 ... 1.39362e+18 molec/cm^2 | eps[0:132]= 1.17864e-06 ... 9.87726e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:131]= 3.36924e+11 ... 1.19545e+18 molec/cm^2 | eps[0:131]= 1.24447e-06 ... 9.84315e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:132]= 2.90516e+11 ... 1.15657e+18 molec/cm^2 | eps[0:132]= 1.17452e-06 ... 9.87546e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:131]= 2.82821e+11 ... 1.00356e+18 molec/cm^2 | eps[0:131]= 1.25297e-06 ... 9.84730e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:132]= 2.46799e+11 ... 9.82500e+17 molec/cm^2 | eps[0:132]= 1.19518e-06 ... 9.88424e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:131]= 2.40971e+11 ... 8.55058e+17 molec/cm^2 | eps[0:131]= 1.24283e-06 ... 9.84260e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:132]= 2.09662e+11 ... 8.34759e+17 molec/cm^2 | eps[0:132]= 1.13687e-06 ... 9.85820e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:132]= 2.04584e+11 ... 8.14138e+17 molec/cm^2 | eps[0:132]= 1.15531e-06 ... 9.86713e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:132]= 1.99294e+11 ... 7.93391e+17 molec/cm^2 | eps[0:132]= 1.16159e-06 ... 9.86998e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:132]= 1.94177e+11 ... 7.72929e+17 molec/cm^2 | eps[0:132]= 1.16047e-06 ... 9.86936e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:132]= 1.89446e+11 ... 7.54098e+17 molec/cm^2 | eps[0:132]= 1.15502e-06 ... 9.86689e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:132]= 1.84442e+11 ... 7.34520e+17 molec/cm^2 | eps[0:132]= 1.13484e-06 ... 9.85712e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:132]= 1.78001e+11 ... 7.08632e+17 molec/cm^2 | eps[0:132]= 1.15461e-06 ... 9.86821e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:132]= 1.69269e+11 ... 6.73870e+17 molec/cm^2 | eps[0:132]= 1.14091e-06 ... 9.86350e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:132]= 1.75527e+11 ... 6.98782e+17 molec/cm^2 | eps[0:132]= 1.17905e-06 ... 9.88289e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:131]= 1.96229e+11 ... 6.96246e+17 molec/cm^2 | eps[0:131]= 1.25067e-06 ... 9.85502e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:132]= 1.90292e+11 ... 7.57567e+17 molec/cm^2 | eps[0:132]= 1.15245e-06 ... 9.87611e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:132]= 1.83880e+11 ... 7.32039e+17 molec/cm^2 | eps[0:132]= 1.15670e-06 ... 9.88220e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:132]= 1.59086e+11 ... 6.33335e+17 molec/cm^2 | eps[0:132]= 1.15746e-06 ... 9.88669e-01 Read emissivity table: ../data/boxcar_832.0000_CO2.tab Warning (jurassic.c, read_tbl_asc, l6028): Column density or emissivity out of range (7489 data points)! p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:130]= 3.13343e+23 ... 9.90963e+29 molec/cm^2 | eps[0:130]= 1.00212e-06 ... 1.94861e-02 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0:132]= 2.37610e+23 ... 9.46005e+29 molec/cm^2 | eps[0:132]= 1.23653e-06 ... 2.56110e-02 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0:136]= 1.42554e+23 ... 8.99213e+29 molec/cm^2 | eps[0:136]= 1.17664e-06 ... 3.35026e-02 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0:140]= 9.55570e+22 ... 9.55508e+29 molec/cm^2 | eps[0:140]= 1.20899e-06 ... 4.52905e-02 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0:143]= 6.39228e+22 ... 9.02958e+29 molec/cm^2 | eps[0:143]= 1.18333e-06 ... 5.65367e-02 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:147]= 4.25735e+22 ... 9.53084e+29 molec/cm^2 | eps[0:147]= 1.14839e-06 ... 7.36459e-02 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:150]= 2.81892e+22 ... 8.91302e+29 molec/cm^2 | eps[0:150]= 1.12654e-06 ... 9.20587e-02 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:154]= 1.85422e+22 ... 9.29435e+29 molec/cm^2 | eps[0:154]= 1.12441e-06 ... 1.22189e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:157]= 1.36212e+22 ... 9.64153e+29 molec/cm^2 | eps[0:157]= 1.23691e-06 ... 1.62274e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:161]= 8.85864e+21 ... 9.94301e+29 molec/cm^2 | eps[0:161]= 1.22656e-06 ... 2.19028e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:164]= 5.72600e+21 ... 9.07448e+29 molec/cm^2 | eps[0:164]= 1.21539e-06 ... 2.84226e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:168]= 3.67702e+21 ... 9.23705e+29 molec/cm^2 | eps[0:168]= 1.19924e-06 ... 3.89130e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:172]= 2.34719e+21 ... 9.34369e+29 molec/cm^2 | eps[0:172]= 1.17574e-06 ... 5.29239e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:176]= 1.49069e+21 ... 9.40561e+29 molec/cm^2 | eps[0:176]= 1.12235e-06 ... 6.92149e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:178]= 1.19226e+21 ... 9.47042e+29 molec/cm^2 | eps[0:178]= 1.24434e-06 ... 8.33352e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:180]= 9.56314e+20 ... 9.56314e+29 molec/cm^2 | eps[0:180]= 1.25646e-06 ... 9.24528e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:181]= 8.66976e+20 ... 9.72765e+29 molec/cm^2 | eps[0:181]= 1.25882e-06 ... 9.67361e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:181]= 8.90335e+20 ... 9.98970e+29 molec/cm^2 | eps[0:181]= 1.25159e-06 ... 9.84076e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:179]= 1.03646e+21 ... 9.23750e+29 molec/cm^2 | eps[0:179]= 1.25117e-06 ... 9.85188e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:178]= 1.22073e+21 ... 9.69662e+29 molec/cm^2 | eps[0:178]= 1.12232e-06 ... 9.86661e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:174]= 1.83085e+21 ... 9.17602e+29 molec/cm^2 | eps[0:174]= 1.15800e-06 ... 9.77258e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:170]= 3.11993e+21 ... 9.86615e+29 molec/cm^2 | eps[0:170]= 1.21897e-06 ... 9.66270e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:166]= 4.75916e+21 ... 9.49570e+29 molec/cm^2 | eps[0:166]= 1.16733e-06 ... 9.41630e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:162]= 7.29743e+21 ... 9.18698e+29 molec/cm^2 | eps[0:162]= 1.12460e-06 ... 9.09821e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:157]= 1.26340e+22 ... 8.94407e+29 molec/cm^2 | eps[0:157]= 1.20364e-06 ... 8.68746e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:154]= 1.96032e+22 ... 9.82500e+29 molec/cm^2 | eps[0:154]= 1.15297e-06 ... 8.48439e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:150]= 3.03391e+22 ... 9.59387e+29 molec/cm^2 | eps[0:150]= 1.24804e-06 ... 8.28651e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:148]= 3.72886e+22 ... 9.36700e+29 molec/cm^2 | eps[0:148]= 1.15206e-06 ... 8.24810e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:146]= 4.57858e+22 ... 9.13607e+29 molec/cm^2 | eps[0:146]= 1.14139e-06 ... 8.36896e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:145]= 5.61687e+22 ... 9.98864e+29 molec/cm^2 | eps[0:145]= 1.19998e-06 ... 8.85509e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:144]= 6.14042e+22 ... 9.73155e+29 molec/cm^2 | eps[0:144]= 1.17050e-06 ... 9.11960e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:143]= 6.72179e+22 ... 9.49521e+29 molec/cm^2 | eps[0:143]= 1.15638e-06 ... 9.35750e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:142]= 7.34281e+22 ... 9.24258e+29 molec/cm^2 | eps[0:142]= 1.22204e-06 ... 9.61781e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:143]= 6.31569e+22 ... 8.92168e+29 molec/cm^2 | eps[0:143]= 1.20138e-06 ... 9.87726e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:141]= 4.25180e+22 ... 4.77063e+29 molec/cm^2 | eps[0:141]= 1.16513e-06 ... 9.85972e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:140]= 1.96944e+22 ... 1.96943e+29 molec/cm^2 | eps[0:140]= 1.14718e-06 ... 9.89083e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:138]= 6.20518e+21 ... 4.92908e+28 molec/cm^2 | eps[0:138]= 1.18256e-06 ... 9.87733e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:137]= 1.69598e+21 ... 1.20074e+28 molec/cm^2 | eps[0:137]= 1.17004e-06 ... 9.89175e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:136]= 5.81480e+20 ... 3.66913e+27 molec/cm^2 | eps[0:136]= 1.14665e-06 ... 9.89706e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:134]= 2.82901e+20 ... 1.41786e+27 molec/cm^2 | eps[0:134]= 1.22784e-06 ... 9.88358e-01 Read emissivity table: ../data/boxcar_832.0000_H2O.tab Warning (jurassic.c, read_tbl_asc, l6028): Column density or emissivity out of range (6231 data points)! p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0: 81]= 8.83246e+25 ... 9.90963e+29 molec/cm^2 | eps[0: 81]= 1.06317e-06 ... 1.16684e-02 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0: 84]= 5.96901e+25 ... 9.46005e+29 molec/cm^2 | eps[0: 84]= 1.16289e-06 ... 1.76202e-02 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0: 87]= 4.01641e+25 ... 8.99213e+29 molec/cm^2 | eps[0: 87]= 1.25814e-06 ... 2.59391e-02 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0: 92]= 2.40028e+25 ... 9.55508e+29 molec/cm^2 | eps[0: 92]= 1.19463e-06 ... 4.14064e-02 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0: 95]= 1.60567e+25 ... 9.02958e+29 molec/cm^2 | eps[0: 95]= 1.24447e-06 ... 5.79418e-02 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:100]= 9.53108e+24 ... 9.53084e+29 molec/cm^2 | eps[0:100]= 1.14953e-06 ... 8.92416e-02 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:103]= 6.31091e+24 ... 8.91302e+29 molec/cm^2 | eps[0:103]= 1.19820e-06 ... 1.22586e-01 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:108]= 3.69989e+24 ... 9.29435e+29 molec/cm^2 | eps[0:108]= 1.12711e-06 ... 1.85000e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:112]= 2.42231e+24 ... 9.64153e+29 molec/cm^2 | eps[0:112]= 1.18171e-06 ... 2.71774e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:116]= 1.57554e+24 ... 9.94301e+29 molec/cm^2 | eps[0:116]= 1.25631e-06 ... 3.87640e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:120]= 9.07448e+23 ... 9.07448e+29 molec/cm^2 | eps[0:120]= 1.20044e-06 ... 4.89583e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:125]= 5.19438e+23 ... 9.23705e+29 molec/cm^2 | eps[0:125]= 1.15543e-06 ... 6.41427e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:129]= 3.31527e+23 ... 9.34369e+29 molec/cm^2 | eps[0:129]= 1.25547e-06 ... 7.87978e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:134]= 1.87667e+23 ... 9.40561e+29 molec/cm^2 | eps[0:134]= 1.19754e-06 ... 9.00985e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:138]= 1.19226e+23 ... 9.47042e+29 molec/cm^2 | eps[0:138]= 1.18506e-06 ... 9.64936e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:140]= 8.52320e+22 ... 8.52314e+29 molec/cm^2 | eps[0:140]= 1.18986e-06 ... 9.84996e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:140]= 6.88672e+22 ... 6.88664e+29 molec/cm^2 | eps[0:140]= 1.17450e-06 ... 9.89154e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:138]= 6.30296e+22 ... 5.00672e+29 molec/cm^2 | eps[0:138]= 1.15794e-06 ... 9.85002e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:136]= 6.53964e+22 ... 4.12625e+29 molec/cm^2 | eps[0:136]= 1.19330e-06 ... 9.85632e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:134]= 6.86443e+22 ... 3.44051e+29 molec/cm^2 | eps[0:134]= 1.20049e-06 ... 9.84756e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:133]= 7.28925e+22 ... 3.25579e+29 molec/cm^2 | eps[0:133]= 1.24612e-06 ... 9.89458e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:132]= 6.98493e+22 ... 2.78068e+29 molec/cm^2 | eps[0:132]= 1.20904e-06 ... 9.87351e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:132]= 5.99062e+22 ... 2.38519e+29 molec/cm^2 | eps[0:132]= 1.12833e-06 ... 9.86140e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:131]= 5.79579e+22 ... 2.05656e+29 molec/cm^2 | eps[0:131]= 1.23138e-06 ... 9.85756e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:131]= 5.02997e+22 ... 1.78466e+29 molec/cm^2 | eps[0:131]= 1.22502e-06 ... 9.85995e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:131]= 4.38862e+22 ... 1.55693e+29 molec/cm^2 | eps[0:131]= 1.24270e-06 ... 9.87026e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:132]= 3.40411e+22 ... 1.35498e+29 molec/cm^2 | eps[0:132]= 1.17255e-06 ... 9.89961e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:132]= 2.63984e+22 ... 1.05094e+29 molec/cm^2 | eps[0:132]= 1.13485e-06 ... 9.88401e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:132]= 2.04518e+22 ... 8.14198e+28 molec/cm^2 | eps[0:132]= 1.12347e-06 ... 9.87885e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:132]= 1.58306e+22 ... 6.30225e+28 molec/cm^2 | eps[0:132]= 1.13229e-06 ... 9.88297e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:132]= 1.22517e+22 ... 4.87751e+28 molec/cm^2 | eps[0:132]= 1.15499e-06 ... 9.89286e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:131]= 9.49483e+21 ... 3.36887e+28 molec/cm^2 | eps[0:131]= 1.18372e-06 ... 9.84212e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:131]= 7.34260e+21 ... 2.60534e+28 molec/cm^2 | eps[0:131]= 1.23333e-06 ... 9.86704e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:131]= 5.01641e+21 ... 1.78001e+28 molec/cm^2 | eps[0:131]= 1.18606e-06 ... 9.84336e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:131]= 3.37722e+21 ... 1.19830e+28 molec/cm^2 | eps[0:131]= 1.19359e-06 ... 9.84725e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:132]= 1.96957e+21 ... 7.84100e+27 molec/cm^2 | eps[0:132]= 1.15440e-06 ... 9.89229e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:131]= 1.10348e+21 ... 3.91545e+27 molec/cm^2 | eps[0:131]= 1.20880e-06 ... 9.85448e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:132]= 5.36316e+20 ... 2.13508e+27 molec/cm^2 | eps[0:132]= 1.13151e-06 ... 9.88199e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:131]= 3.26990e+20 ... 1.16020e+27 molec/cm^2 | eps[0:131]= 1.23792e-06 ... 9.86877e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:131]= 2.00279e+20 ... 7.10615e+26 molec/cm^2 | eps[0:131]= 1.25051e-06 ... 9.87494e-01 Read emissivity table: ../data/boxcar_832.0000_O3.tab p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:230]= 1.76220e+18 ... 5.57253e+29 molec/cm^2 | eps[0:230]= 1.10137e-06 ... 9.89051e-01 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0:227]= 1.49938e+18 ... 3.35674e+29 molec/cm^2 | eps[0:227]= 1.16746e-06 ... 9.89576e-01 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0:224]= 1.27008e+18 ... 2.01271e+29 molec/cm^2 | eps[0:224]= 1.21922e-06 ... 9.89417e-01 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0:221]= 1.07213e+18 ... 1.20299e+29 molec/cm^2 | eps[0:221]= 1.24978e-06 ... 9.88439e-01 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0:218]= 9.02958e+17 ... 7.17226e+28 molec/cm^2 | eps[0:218]= 1.25205e-06 ... 9.86344e-01 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:216]= 7.57009e+17 ... 4.77682e+28 molec/cm^2 | eps[0:216]= 1.24690e-06 ... 9.88449e-01 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:213]= 6.30996e+17 ... 2.81892e+28 molec/cm^2 | eps[0:213]= 1.24429e-06 ... 9.85765e-01 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:211]= 5.22626e+17 ... 1.85422e+28 molec/cm^2 | eps[0:211]= 1.24739e-06 ... 9.87729e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:209]= 4.30739e+17 ... 1.21398e+28 molec/cm^2 | eps[0:209]= 1.23731e-06 ... 9.88941e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:207]= 3.52676e+17 ... 7.89530e+27 molec/cm^2 | eps[0:207]= 1.22930e-06 ... 9.89903e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:204]= 2.86961e+17 ... 4.54813e+27 molec/cm^2 | eps[0:204]= 1.21668e-06 ... 9.86192e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:202]= 2.32024e+17 ... 2.92115e+27 molec/cm^2 | eps[0:202]= 1.19747e-06 ... 9.86455e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:200]= 1.86432e+17 ... 1.86442e+27 molec/cm^2 | eps[0:200]= 1.17066e-06 ... 9.86168e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:199]= 1.49069e+17 ... 1.32858e+27 molec/cm^2 | eps[0:199]= 1.12698e-06 ... 9.89563e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:196]= 1.33773e+17 ... 8.44052e+26 molec/cm^2 | eps[0:196]= 1.17300e-06 ... 9.87173e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:194]= 1.20394e+17 ... 6.03392e+26 molec/cm^2 | eps[0:194]= 1.17156e-06 ... 9.87630e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:191]= 1.22465e+17 ... 4.34518e+26 molec/cm^2 | eps[0:191]= 1.24658e-06 ... 9.86229e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:190]= 1.12085e+17 ... 3.54451e+26 molec/cm^2 | eps[0:190]= 1.12414e-06 ... 9.87762e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:187]= 1.30485e+17 ... 2.92113e+26 molec/cm^2 | eps[0:187]= 1.22113e-06 ... 9.87862e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:185]= 1.36969e+17 ... 2.43569e+26 molec/cm^2 | eps[0:185]= 1.13242e-06 ... 9.86658e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:183]= 1.63171e+17 ... 2.30495e+26 molec/cm^2 | eps[0:183]= 1.13736e-06 ... 9.88973e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:179]= 2.20869e+17 ... 1.96851e+26 molec/cm^2 | eps[0:179]= 1.23473e-06 ... 9.85780e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:177]= 2.67622e+17 ... 1.89476e+26 molec/cm^2 | eps[0:177]= 1.20781e-06 ... 9.87859e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:174]= 3.25959e+17 ... 1.63357e+26 molec/cm^2 | eps[0:174]= 1.18726e-06 ... 9.85624e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:172]= 3.99521e+17 ... 1.59049e+26 molec/cm^2 | eps[0:172]= 1.16499e-06 ... 9.88304e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:169]= 4.92438e+17 ... 1.38787e+26 molec/cm^2 | eps[0:169]= 1.14806e-06 ... 9.86752e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:166]= 6.05323e+17 ... 1.20790e+26 molec/cm^2 | eps[0:166]= 1.19402e-06 ... 9.87298e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:164]= 6.63141e+17 ... 1.05094e+26 molec/cm^2 | eps[0:164]= 1.14197e-06 ... 9.89025e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:161]= 7.25673e+17 ... 8.14198e+25 molec/cm^2 | eps[0:161]= 1.12577e-06 ... 9.87501e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:158]= 7.93391e+17 ... 6.30225e+25 molec/cm^2 | eps[0:158]= 1.13734e-06 ... 9.86855e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:155]= 8.67282e+17 ... 4.87751e+25 molec/cm^2 | eps[0:155]= 1.16686e-06 ... 9.86827e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:152]= 9.49521e+17 ... 3.77994e+25 molec/cm^2 | eps[0:152]= 1.20069e-06 ... 9.86887e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:150]= 9.24258e+17 ... 2.92321e+25 molec/cm^2 | eps[0:150]= 1.12961e-06 ... 9.87708e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:147]= 8.92168e+17 ... 1.99721e+25 molec/cm^2 | eps[0:147]= 1.13234e-06 ... 9.85708e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:144]= 8.48352e+17 ... 1.34451e+25 molec/cm^2 | eps[0:144]= 1.23956e-06 ... 9.86823e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:142]= 6.22790e+17 ... 7.84100e+24 molec/cm^2 | eps[0:142]= 1.25036e-06 ... 9.88193e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:141]= 3.48949e+17 ... 3.91545e+24 molec/cm^2 | eps[0:141]= 1.17327e-06 ... 9.89741e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:138]= 2.13512e+17 ... 1.69598e+24 molec/cm^2 | eps[0:138]= 1.25656e-06 ... 9.86217e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:137]= 1.30177e+17 ... 9.21582e+23 molec/cm^2 | eps[0:137]= 1.19807e-06 ... 9.86834e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:136]= 8.94617e+16 ... 5.64460e+23 molec/cm^2 | eps[0:136]= 1.13850e-06 ... 9.86801e-01 Read emissivity table: ../data/boxcar_832.0000_F11.tab p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:132]= 1.97713e+12 ... 7.87120e+18 molec/cm^2 | eps[0:132]= 1.08245e-06 ... 9.85948e-01 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0:131]= 2.37610e+12 ... 8.43131e+18 molec/cm^2 | eps[0:131]= 1.21734e-06 ... 9.86085e-01 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0:131]= 2.53430e+12 ... 8.99213e+18 molec/cm^2 | eps[0:131]= 1.21712e-06 ... 9.86074e-01 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0:131]= 2.69281e+12 ... 9.55508e+18 molec/cm^2 | eps[0:131]= 1.21689e-06 ... 9.86063e-01 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0:131]= 2.85552e+12 ... 1.01304e+19 molec/cm^2 | eps[0:131]= 1.22038e-06 ... 9.86231e-01 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:131]= 3.01415e+12 ... 1.06944e+19 molec/cm^2 | eps[0:131]= 1.21785e-06 ... 9.86109e-01 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:131]= 3.16289e+12 ... 1.12219e+19 molec/cm^2 | eps[0:131]= 1.20370e-06 ... 9.85409e-01 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:131]= 3.29735e+12 ... 1.16979e+19 molec/cm^2 | eps[0:131]= 1.17585e-06 ... 9.83925e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:132]= 3.42148e+12 ... 1.36218e+19 molec/cm^2 | eps[0:132]= 1.14386e-06 ... 9.88939e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:131]= 3.95708e+12 ... 1.40384e+19 molec/cm^2 | eps[0:131]= 1.23459e-06 ... 9.86894e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:131]= 4.05343e+12 ... 1.43831e+19 molec/cm^2 | eps[0:131]= 1.17694e-06 ... 9.83986e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:131]= 4.62949e+12 ... 1.64314e+19 molec/cm^2 | eps[0:131]= 1.24806e-06 ... 9.87494e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:132]= 4.68294e+12 ... 1.86442e+19 molec/cm^2 | eps[0:132]= 1.16939e-06 ... 9.89986e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:131]= 5.28916e+12 ... 1.87667e+19 molec/cm^2 | eps[0:131]= 1.22161e-06 ... 9.86290e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:132]= 5.32561e+12 ... 2.12016e+19 molec/cm^2 | eps[0:132]= 1.15373e-06 ... 9.89356e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:131]= 6.03392e+12 ... 2.14092e+19 molec/cm^2 | eps[0:131]= 1.24565e-06 ... 9.87389e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:131]= 6.13771e+12 ... 2.17774e+19 molec/cm^2 | eps[0:131]= 1.24061e-06 ... 9.87166e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:132]= 5.61764e+12 ... 2.23642e+19 molec/cm^2 | eps[0:132]= 1.14337e-06 ... 9.88918e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:131]= 5.82845e+12 ... 2.06802e+19 molec/cm^2 | eps[0:131]= 1.22510e-06 ... 9.86455e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:131]= 5.45283e+12 ... 1.93473e+19 molec/cm^2 | eps[0:131]= 1.21160e-06 ... 9.85804e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:131]= 5.16000e+12 ... 1.83085e+19 molec/cm^2 | eps[0:131]= 1.23309e-06 ... 9.86826e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:132]= 4.40706e+12 ... 1.75447e+19 molec/cm^2 | eps[0:132]= 1.15151e-06 ... 9.89264e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:131]= 4.24169e+12 ... 1.50499e+19 molec/cm^2 | eps[0:131]= 1.20241e-06 ... 9.85344e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:132]= 3.65730e+12 ... 1.45604e+19 molec/cm^2 | eps[0:132]= 1.12209e-06 ... 9.87960e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:131]= 3.56093e+12 ... 1.26340e+19 molec/cm^2 | eps[0:131]= 1.18287e-06 ... 9.84313e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:131]= 3.48624e+12 ... 1.23687e+19 molec/cm^2 | eps[0:131]= 1.25149e-06 ... 9.87642e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:132]= 3.03386e+12 ... 1.20783e+19 molec/cm^2 | eps[0:132]= 1.15243e-06 ... 9.89302e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:131]= 2.96154e+12 ... 1.05094e+19 molec/cm^2 | eps[0:131]= 1.17660e-06 ... 9.83968e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:131]= 2.88850e+12 ... 1.02495e+19 molec/cm^2 | eps[0:131]= 1.18687e-06 ... 9.84530e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:131]= 2.81603e+12 ... 9.98864e+18 molec/cm^2 | eps[0:131]= 1.18559e-06 ... 9.84461e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:131]= 2.74283e+12 ... 9.73155e+18 molec/cm^2 | eps[0:131]= 1.17773e-06 ... 9.84041e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:131]= 2.67599e+12 ... 9.49521e+18 molec/cm^2 | eps[0:131]= 1.17146e-06 ... 9.83756e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:132]= 2.60532e+12 ... 1.03706e+19 molec/cm^2 | eps[0:132]= 1.16170e-06 ... 9.89761e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:131]= 2.51432e+12 ... 8.92168e+18 molec/cm^2 | eps[0:131]= 1.21174e-06 ... 9.85929e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:131]= 2.39098e+12 ... 8.48352e+18 molec/cm^2 | eps[0:131]= 1.23955e-06 ... 9.87255e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:131]= 2.20974e+12 ... 7.84046e+18 molec/cm^2 | eps[0:131]= 1.20327e-06 ... 9.85560e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:131]= 2.20173e+12 ... 7.81200e+18 molec/cm^2 | eps[0:131]= 1.21339e-06 ... 9.86088e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:131]= 2.13512e+12 ... 7.57567e+18 molec/cm^2 | eps[0:131]= 1.20216e-06 ... 9.85553e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:132]= 1.83880e+12 ... 7.32039e+18 molec/cm^2 | eps[0:132]= 1.12298e-06 ... 9.88217e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:132]= 1.59086e+12 ... 6.33335e+18 molec/cm^2 | eps[0:132]= 1.14551e-06 ... 9.89227e-01 Read emissivity table: ../data/boxcar_832.0000_CCl4.tab Initialize source function table... Number of data points: 1200 Read shape function: ../data/boxcar_792.0000.filt Number of data points: 2005 Range of x values: 791.4990 ... 792.5010 Range of y values: 0 ... 1 channel= 792.0000 cm^-1 | T= 100 ... 400 K | B= 6.65706e-05 ... 0.363752 W/(m^2 sr cm^-1) Read shape function: ../data/boxcar_832.0000.filt Number of data points: 2005 Range of x values: 831.4990 ... 832.5010 Range of y values: 0 ... 1 channel= 832.0000 cm^-1 | T= 100 ... 400 K | B= 4.34044e-05 ... 0.362203 W/(m^2 sr cm^-1) TASK = - DIRLIST = - OBSREF = - Read atmospheric data: data/atm_apr.tab Number of data points: 91 Time range: 0.00 ... 0.00 s Altitude range: 0 ... 90 km Longitude range: 0 ... 0 deg Latitude range: 0 ... 0 deg Pressure range: 1017 ... 0.00184003 hPa Temperature range: 181.43 ... 285.14 K Emitter CO2 range: 0.000367735 ... 0.000367735 ppv Emitter H2O range: 5.924e-07 ... 0.01166 ppv Emitter O3 range: 2.218e-08 ... 7.447e-06 ppv Emitter F11 range: 4.709e-22 ... 2.65e-10 ppv Emitter CCl4 range: 1e-14 ... 1.075e-10 ppv Extinction range (window 0): 0 ... 0 km^-1 Cloud layer: none Surface layer: none Read observation data: data/obs.tab Number of ray paths: 66 Time range: 0.00 ... 0.00 s Observer altitude range: 780 ... 780 km Observer longitude range: 0 ... 0 deg Observer latitude range: 0 ... 0 deg View point altitude range: 3 ... 68 km View point longitude range: 0 ... 0 deg View point latitude range: 25.7915 ... 26.9643 deg Tangent point altitude range: 0 ... 0 km Tangent point longitude range: 0 ... 0 deg Tangent point latitude range: 0 ... 0 deg Radiance (792.0000 cm^-1) range: 0 ... 0 W/(m^2 sr cm^-1) Radiance (832.0000 cm^-1) range: 0 ... 0 W/(m^2 sr cm^-1) Write observation data: data/obs_meas.tab Number of ray paths: 66 Time range: 0.00 ... 0.00 s Observer altitude range: 780 ... 780 km Observer longitude range: 0 ... 0 deg Observer latitude range: 0 ... 0 deg View point altitude range: 3 ... 68 km View point longitude range: 0 ... 0 deg View point latitude range: 25.7915 ... 26.9643 deg Tangent point altitude range: 1.48665 ... 68 km Tangent point longitude range: -2.77074e-08 ... 0 deg Tangent point latitude range: 25.7915 ... 27.4458 deg Radiance (792.0000 cm^-1) range: 4.91501e-05 ... 0.0429344 W/(m^2 sr cm^-1) Radiance (832.0000 cm^-1) range: 2.86906e-08 ... 0.0763938 W/(m^2 sr cm^-1) Juelich Rapid Spectral Simulation Code (JURASSIC) (executable: ../../src/retrieval | version: v1.14-10-gdc1110 | compiled: Jan 10 2026, 04:36:06) NG = 5 EMITTER[0] = CO2 EMITTER[1] = H2O EMITTER[2] = O3 EMITTER[3] = F11 EMITTER[4] = CCl4 ND = 2 NU[0] = 792.0000 NU[1] = 832.0000 NW = 1 WINDOW[0] = 0 WINDOW[1] = 0 NCL = 0 NSF = 0 SFTYPE = 2 SFSZA = -999 TBLBASE = ../data/boxcar TBLFMT = 1 ATMFMT = 1 OBSFMT = 1 HYDZ = -999 CTM_CO2 = 1 CTM_H2O = 1 CTM_N2 = 1 CTM_O2 = 1 REFRAC = 1 RAYDS = 10 RAYDZ = 0.1 FOV = - RETP_ZMIN = -999 RETP_ZMAX = -999 RETT_ZMIN = -999 RETT_ZMAX = -999 RETQ_ZMIN[0] = -999 RETQ_ZMAX[0] = -999 RETQ_ZMIN[1] = -999 RETQ_ZMAX[1] = -999 RETQ_ZMIN[2] = -999 RETQ_ZMAX[2] = -999 RETQ_ZMIN[3] = 5 RETQ_ZMAX[3] = 30 RETQ_ZMIN[4] = -999 RETQ_ZMAX[4] = -999 RETK_ZMIN[0] = -999 RETK_ZMAX[0] = -999 RET_CLZ = 0 RET_CLDZ = 0 RET_CLK = 0 RET_SFT = 0 RET_SFEPS = 0 WRITE_BBT = 0 WRITE_MATRIX = 1 FORMOD = 1 RFMBIN = - RFMHIT = - RFMXSC[0] = - RFMXSC[1] = - RFMXSC[2] = - RFMXSC[3] = - RFMXSC[4] = - KERNEL_RECOMP = 3 CONV_ITMAX = 30 CONV_DMIN = 0.1 ERR_ANA = 1 ERR_FORMOD[0] = 1.0 ERR_FORMOD[1] = 1.0 ERR_NOISE[0] = 1e-5 ERR_NOISE[1] = 1e-5 ERR_PRESS = 0 ERR_PRESS_CZ = -999 ERR_PRESS_CH = -999 ERR_TEMP = 0 ERR_TEMP_CZ = -999 ERR_TEMP_CH = -999 ERR_Q[0] = 0 ERR_Q_CZ[0] = -999 ERR_Q_CH[0] = -999 ERR_Q[1] = 0 ERR_Q_CZ[1] = -999 ERR_Q_CH[1] = -999 ERR_Q[2] = 0 ERR_Q_CZ[2] = -999 ERR_Q_CH[2] = -999 ERR_Q[3] = 10 ERR_Q_CZ[3] = 10 ERR_Q_CH[3] = 1e5 ERR_Q[4] = 0 ERR_Q_CZ[4] = -999 ERR_Q_CH[4] = -999 ERR_K[0] = 0 ERR_K_CZ[0] = -999 ERR_K_CH[0] = -999 ERR_CLZ = 0 ERR_CLDZ = 0 ERR_SFT = 0 Read emissivity table: ../data/boxcar_792.0000_CO2.tab Warning (jurassic.c, read_tbl_asc, l6028): Column density or emissivity out of range (27 data points)! p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:224]= 6.25249e+18 ... 9.90963e+29 molec/cm^2 | eps[0:224]= 1.07561e-06 ... 9.26480e-01 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0:226]= 4.74137e+18 ... 9.46005e+29 molec/cm^2 | eps[0:226]= 1.14841e-06 ... 9.65584e-01 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0:228]= 3.57960e+18 ... 8.99213e+29 molec/cm^2 | eps[0:228]= 1.19947e-06 ... 9.88473e-01 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0:225]= 2.69321e+18 ... 4.78901e+29 molec/cm^2 | eps[0:225]= 1.21840e-06 ... 9.88776e-01 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0:222]= 2.02139e+18 ... 2.54565e+29 molec/cm^2 | eps[0:222]= 1.19531e-06 ... 9.88020e-01 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:220]= 1.51067e+18 ... 1.51056e+29 molec/cm^2 | eps[0:220]= 1.16420e-06 ... 9.89837e-01 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:217]= 1.12219e+18 ... 7.94483e+28 molec/cm^2 | eps[0:217]= 1.14061e-06 ... 9.88925e-01 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:214]= 8.28148e+17 ... 4.15112e+28 molec/cm^2 | eps[0:214]= 1.12902e-06 ... 9.88154e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:211]= 6.82716e+17 ... 2.42220e+28 molec/cm^2 | eps[0:211]= 1.23653e-06 ... 9.89760e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:208]= 4.98168e+17 ... 1.25136e+28 molec/cm^2 | eps[0:208]= 1.21418e-06 ... 9.88601e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:205]= 3.61262e+17 ... 6.42383e+27 molec/cm^2 | eps[0:205]= 1.18924e-06 ... 9.87154e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:203]= 2.60335e+17 ... 3.67702e+27 molec/cm^2 | eps[0:203]= 1.15888e-06 ... 9.88479e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:200]= 2.09180e+17 ... 2.09248e+27 molec/cm^2 | eps[0:200]= 1.25855e-06 ... 9.89420e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:198]= 1.49069e+17 ... 1.18410e+27 molec/cm^2 | eps[0:198]= 1.19321e-06 ... 9.89655e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:195]= 1.19226e+17 ... 6.70454e+26 molec/cm^2 | eps[0:195]= 1.19912e-06 ... 9.88199e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:193]= 9.56320e+16 ... 4.27170e+26 molec/cm^2 | eps[0:193]= 1.12935e-06 ... 9.87702e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:190]= 9.72769e+16 ... 3.07615e+26 molec/cm^2 | eps[0:190]= 1.23143e-06 ... 9.87737e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:188]= 9.98990e+16 ... 2.50932e+26 molec/cm^2 | eps[0:188]= 1.23605e-06 ... 9.88380e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:187]= 1.03647e+17 ... 2.32033e+26 molec/cm^2 | eps[0:187]= 1.15273e-06 ... 9.89854e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:184]= 1.36969e+17 ... 2.17081e+26 molec/cm^2 | eps[0:184]= 1.25872e-06 ... 9.89405e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:182]= 1.63171e+17 ... 2.05427e+26 molec/cm^2 | eps[0:182]= 1.15327e-06 ... 9.87290e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:180]= 2.47826e+17 ... 2.47826e+26 molec/cm^2 | eps[0:180]= 1.24802e-06 ... 9.89468e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:178]= 3.36924e+17 ... 2.67622e+26 molec/cm^2 | eps[0:178]= 1.22167e-06 ... 9.89253e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:176]= 4.60438e+17 ... 2.90516e+26 molec/cm^2 | eps[0:176]= 1.20176e-06 ... 9.89316e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:174]= 6.33201e+17 ... 3.17339e+26 molec/cm^2 | eps[0:174]= 1.17503e-06 ... 9.89361e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:172]= 8.75648e+17 ... 3.48624e+26 molec/cm^2 | eps[0:172]= 1.15283e-06 ... 9.89650e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:169]= 1.20783e+18 ... 3.40423e+26 molec/cm^2 | eps[0:169]= 1.23007e-06 ... 9.89541e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:166]= 1.48445e+18 ... 2.96154e+26 molec/cm^2 | eps[0:166]= 1.22736e-06 ... 9.87971e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:164]= 1.62451e+18 ... 2.57432e+26 molec/cm^2 | eps[0:164]= 1.14410e-06 ... 9.87784e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:161]= 1.99294e+18 ... 2.23608e+26 molec/cm^2 | eps[0:161]= 1.24350e-06 ... 9.88745e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:158]= 2.17863e+18 ... 1.73061e+26 molec/cm^2 | eps[0:158]= 1.23428e-06 ... 9.87382e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:156]= 2.38514e+18 ... 1.50482e+26 molec/cm^2 | eps[0:156]= 1.23044e-06 ... 9.89077e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:154]= 2.32208e+18 ... 1.16375e+26 molec/cm^2 | eps[0:154]= 1.13873e-06 ... 9.88715e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:151]= 2.24070e+18 ... 7.95100e+25 molec/cm^2 | eps[0:151]= 1.16703e-06 ... 9.87780e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:148]= 1.89897e+18 ... 4.77066e+25 molec/cm^2 | eps[0:148]= 1.22776e-06 ... 9.87095e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:147]= 1.10750e+18 ... 2.47942e+25 molec/cm^2 | eps[0:147]= 1.16338e-06 ... 9.89752e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:145]= 4.92904e+17 ... 8.76457e+24 molec/cm^2 | eps[0:145]= 1.13624e-06 ... 9.89848e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:142]= 2.13512e+17 ... 2.68883e+24 molec/cm^2 | eps[0:142]= 1.14929e-06 ... 9.86376e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:140]= 1.16021e+17 ... 1.16020e+24 molec/cm^2 | eps[0:140]= 1.21707e-06 ... 9.86532e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:139]= 7.10618e+16 ... 6.33335e+23 molec/cm^2 | eps[0:139]= 1.19215e-06 ... 9.86652e-01 Read emissivity table: ../data/boxcar_792.0000_H2O.tab Warning (jurassic.c, read_tbl_asc, l6028): Column density or emissivity out of range (239 data points)! p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:222]= 7.87142e+18 ... 9.90963e+29 molec/cm^2 | eps[0:222]= 1.04264e-06 ... 7.20753e-01 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0:222]= 7.51454e+18 ... 9.46005e+29 molec/cm^2 | eps[0:222]= 1.12574e-06 ... 8.04811e-01 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0:222]= 7.14235e+18 ... 8.99213e+29 molec/cm^2 | eps[0:222]= 1.20158e-06 ... 8.76829e-01 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0:224]= 6.02919e+18 ... 9.55508e+29 molec/cm^2 | eps[0:224]= 1.12848e-06 ... 9.45445e-01 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0:224]= 5.69718e+18 ... 9.02958e+29 molec/cm^2 | eps[0:224]= 1.17205e-06 ... 9.76100e-01 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:223]= 5.35963e+18 ... 7.57009e+29 molec/cm^2 | eps[0:223]= 1.21009e-06 ... 9.87852e-01 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:220]= 5.01286e+18 ... 5.01318e+29 molec/cm^2 | eps[0:220]= 1.24646e-06 ... 9.87399e-01 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:218]= 4.15112e+18 ... 3.29735e+29 molec/cm^2 | eps[0:218]= 1.14273e-06 ... 9.86732e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:215]= 3.83872e+18 ... 2.15881e+29 molec/cm^2 | eps[0:215]= 1.16538e-06 ... 9.85472e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:213]= 3.52685e+18 ... 1.57534e+29 molec/cm^2 | eps[0:213]= 1.18482e-06 ... 9.88880e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:210]= 3.21963e+18 ... 1.01818e+29 molec/cm^2 | eps[0:210]= 1.19765e-06 ... 9.87130e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:208]= 2.92115e+18 ... 7.33729e+28 molec/cm^2 | eps[0:208]= 1.20249e-06 ... 9.89574e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:205]= 2.63300e+18 ... 4.68297e+28 molec/cm^2 | eps[0:205]= 1.19858e-06 ... 9.87024e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:203]= 2.36272e+18 ... 3.33728e+28 molec/cm^2 | eps[0:203]= 1.18170e-06 ... 9.88524e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:201]= 2.12016e+18 ... 2.37886e+28 molec/cm^2 | eps[0:201]= 1.14293e-06 ... 9.88958e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:198]= 2.14092e+18 ... 1.70047e+28 molec/cm^2 | eps[0:198]= 1.21617e-06 ... 9.88350e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:196]= 1.94092e+18 ... 1.22453e+28 molec/cm^2 | eps[0:196]= 1.12778e-06 ... 9.86382e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:194]= 1.99321e+18 ... 9.98840e+27 molec/cm^2 | eps[0:194]= 1.14963e-06 ... 9.88177e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:192]= 2.06802e+18 ... 8.23341e+27 molec/cm^2 | eps[0:192]= 1.15213e-06 ... 9.88978e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:190]= 2.17080e+18 ... 6.86467e+27 molec/cm^2 | eps[0:190]= 1.13631e-06 ... 9.89066e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:187]= 2.58615e+18 ... 5.78966e+27 molec/cm^2 | eps[0:187]= 1.24172e-06 ... 9.88742e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:185]= 2.78065e+18 ... 4.94477e+27 molec/cm^2 | eps[0:185]= 1.19312e-06 ... 9.88050e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:183]= 3.00283e+18 ... 4.24160e+27 molec/cm^2 | eps[0:183]= 1.15424e-06 ... 9.88021e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:180]= 3.65739e+18 ... 3.65739e+27 molec/cm^2 | eps[0:180]= 1.25801e-06 ... 9.88498e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:178]= 3.99521e+18 ... 3.17351e+27 molec/cm^2 | eps[0:178]= 1.22332e-06 ... 9.89295e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:175]= 4.38863e+18 ... 2.46788e+27 molec/cm^2 | eps[0:175]= 1.19411e-06 ... 9.85928e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:173]= 4.80844e+18 ... 2.14786e+27 molec/cm^2 | eps[0:173]= 1.19695e-06 ... 9.88751e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:170]= 5.26719e+18 ... 1.66563e+27 molec/cm^2 | eps[0:170]= 1.21926e-06 ... 9.87716e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:168]= 5.13719e+18 ... 1.29049e+27 molec/cm^2 | eps[0:168]= 1.12419e-06 ... 9.87435e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:165]= 5.61691e+18 ... 9.98864e+26 molec/cm^2 | eps[0:165]= 1.17775e-06 ... 9.87790e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:162]= 6.14037e+18 ... 7.72929e+26 molec/cm^2 | eps[0:162]= 1.24388e-06 ... 9.88508e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:160]= 5.99083e+18 ... 5.99121e+26 molec/cm^2 | eps[0:160]= 1.17291e-06 ... 9.89248e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:156]= 6.54414e+18 ... 4.12915e+26 molec/cm^2 | eps[0:156]= 1.25618e-06 ... 9.85758e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:154]= 6.31604e+18 ... 3.16535e+26 molec/cm^2 | eps[0:154]= 1.23505e-06 ... 9.88278e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:152]= 5.35235e+18 ... 2.13096e+26 molec/cm^2 | eps[0:152]= 1.12618e-06 ... 9.87383e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:149]= 4.94691e+18 ... 1.39426e+26 molec/cm^2 | eps[0:149]= 1.23094e-06 ... 9.88911e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:147]= 3.48993e+18 ... 7.81205e+25 molec/cm^2 | eps[0:147]= 1.14050e-06 ... 9.88202e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:144]= 2.68883e+18 ... 4.26007e+25 molec/cm^2 | eps[0:144]= 1.17982e-06 ... 9.86858e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:142]= 2.06317e+18 ... 2.59733e+25 molec/cm^2 | eps[0:142]= 1.14758e-06 ... 9.87055e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:140]= 1.78498e+18 ... 1.78510e+25 molec/cm^2 | eps[0:140]= 1.18514e-06 ... 9.88840e-01 Read emissivity table: ../data/boxcar_792.0000_O3.tab p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:224]= 1.57055e+16 ... 2.48914e+27 molec/cm^2 | eps[0:224]= 1.10899e-06 ... 9.87532e-01 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0:221]= 1.49935e+16 ... 1.68228e+27 molec/cm^2 | eps[0:221]= 1.17701e-06 ... 9.88790e-01 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0:218]= 1.42508e+16 ... 1.13196e+27 molec/cm^2 | eps[0:218]= 1.23695e-06 ... 9.89504e-01 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0:216]= 1.20299e+16 ... 7.58980e+26 molec/cm^2 | eps[0:216]= 1.14590e-06 ... 9.89719e-01 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0:213]= 1.13673e+16 ... 5.07689e+26 molec/cm^2 | eps[0:213]= 1.17638e-06 ... 9.89427e-01 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:210]= 1.06939e+16 ... 3.38284e+26 molec/cm^2 | eps[0:210]= 1.20134e-06 ... 9.88843e-01 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:207]= 1.00020e+16 ... 2.23915e+26 molec/cm^2 | eps[0:207]= 1.22416e-06 ... 9.88036e-01 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:204]= 9.29311e+15 ... 1.47287e+26 molec/cm^2 | eps[0:204]= 1.24575e-06 ... 9.87006e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:202]= 8.59441e+15 ... 1.08197e+26 molec/cm^2 | eps[0:202]= 1.25824e-06 ... 9.89452e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:200]= 7.03681e+15 ... 7.03681e+25 molec/cm^2 | eps[0:200]= 1.12963e-06 ... 9.87890e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:198]= 6.42383e+15 ... 5.10295e+25 molec/cm^2 | eps[0:198]= 1.13220e-06 ... 9.89694e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:195]= 5.82834e+15 ... 3.27745e+25 molec/cm^2 | eps[0:195]= 1.12817e-06 ... 9.87500e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:192]= 5.89536e+15 ... 2.34704e+25 molec/cm^2 | eps[0:192]= 1.25336e-06 ... 9.88649e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:190]= 5.28845e+15 ... 1.67267e+25 molec/cm^2 | eps[0:190]= 1.22906e-06 ... 9.89258e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:188]= 4.74583e+15 ... 1.19229e+25 molec/cm^2 | eps[0:188]= 1.18440e-06 ... 9.89163e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:185]= 4.79324e+15 ... 8.52199e+24 molec/cm^2 | eps[0:185]= 1.25757e-06 ... 9.88360e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:183]= 4.34510e+15 ... 6.13814e+24 molec/cm^2 | eps[0:183]= 1.16530e-06 ... 9.86667e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:181]= 4.46224e+15 ... 5.00672e+24 molec/cm^2 | eps[0:181]= 1.18851e-06 ... 9.88092e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:179]= 4.62971e+15 ... 4.12623e+24 molec/cm^2 | eps[0:179]= 1.19322e-06 ... 9.88917e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:177]= 4.85981e+15 ... 3.44048e+24 molec/cm^2 | eps[0:177]= 1.18082e-06 ... 9.89318e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:175]= 5.16005e+15 ... 2.90171e+24 molec/cm^2 | eps[0:175]= 1.15616e-06 ... 9.89490e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:172]= 6.22509e+15 ... 2.47825e+24 molec/cm^2 | eps[0:172]= 1.25652e-06 ... 9.89470e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:170]= 6.72250e+15 ... 2.12584e+24 molec/cm^2 | eps[0:170]= 1.22703e-06 ... 9.89873e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:167]= 7.29743e+15 ... 1.63369e+24 molec/cm^2 | eps[0:167]= 1.20516e-06 ... 9.86863e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:165]= 7.97148e+15 ... 1.41754e+24 molec/cm^2 | eps[0:165]= 1.18768e-06 ... 9.87979e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:163]= 8.75642e+15 ... 1.23687e+24 molec/cm^2 | eps[0:163]= 1.17768e-06 ... 9.89380e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:160]= 9.59410e+15 ... 9.59387e+23 molec/cm^2 | eps[0:160]= 1.19820e-06 ... 9.87905e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:157]= 1.05094e+16 ... 7.43958e+23 molec/cm^2 | eps[0:157]= 1.23964e-06 ... 9.86975e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:155]= 1.02502e+16 ... 5.76398e+23 molec/cm^2 | eps[0:155]= 1.16208e-06 ... 9.86657e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:152]= 1.12071e+16 ... 4.46220e+23 molec/cm^2 | eps[0:152]= 1.24025e-06 ... 9.86784e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:150]= 1.09195e+16 ... 3.45322e+23 molec/cm^2 | eps[0:150]= 1.19337e-06 ... 9.87037e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:148]= 1.06534e+16 ... 2.67599e+23 molec/cm^2 | eps[0:148]= 1.15638e-06 ... 9.87022e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:146]= 1.03722e+16 ... 2.06948e+23 molec/cm^2 | eps[0:146]= 1.13817e-06 ... 9.86972e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:144]= 1.00094e+16 ... 1.58643e+23 molec/cm^2 | eps[0:144]= 1.15201e-06 ... 9.87491e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:142]= 9.51867e+15 ... 1.19833e+23 molec/cm^2 | eps[0:142]= 1.20509e-06 ... 9.88884e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:140]= 7.84100e+15 ... 7.84050e+22 molec/cm^2 | eps[0:140]= 1.18086e-06 ... 9.87338e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:138]= 6.20518e+15 ... 4.92908e+22 molec/cm^2 | eps[0:138]= 1.21048e-06 ... 9.86979e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:137]= 4.78014e+15 ... 3.38397e+22 molec/cm^2 | eps[0:137]= 1.22491e-06 ... 9.89904e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:136]= 3.66913e+15 ... 2.31491e+22 molec/cm^2 | eps[0:136]= 1.16764e-06 ... 9.89548e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:134]= 3.17414e+15 ... 1.59075e+22 molec/cm^2 | eps[0:134]= 1.18181e-06 ... 9.85714e-01 Read emissivity table: ../data/boxcar_792.0000_F11.tab Read emissivity table: ../data/boxcar_792.0000_CCl4.tab p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:132]= 1.39982e+11 ... 5.57253e+17 molec/cm^2 | eps[0:132]= 1.11846e-06 ... 9.84823e-01 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0:131]= 1.68251e+11 ... 5.96880e+17 molec/cm^2 | eps[0:131]= 1.24061e-06 ... 9.84123e-01 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0:132]= 1.79378e+11 ... 7.14184e+17 molec/cm^2 | eps[0:132]= 1.22462e-06 ... 9.89555e-01 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0:132]= 1.90724e+11 ... 7.58980e+17 molec/cm^2 | eps[0:132]= 1.21025e-06 ... 9.89015e-01 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0:132]= 2.02139e+11 ... 8.04771e+17 molec/cm^2 | eps[0:132]= 1.20142e-06 ... 9.88670e-01 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:132]= 2.13373e+11 ... 8.49420e+17 molec/cm^2 | eps[0:132]= 1.18708e-06 ... 9.88085e-01 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:132]= 2.23915e+11 ... 8.91302e+17 molec/cm^2 | eps[0:132]= 1.16139e-06 ... 9.86957e-01 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:132]= 2.33434e+11 ... 9.29435e+17 molec/cm^2 | eps[0:132]= 1.12250e-06 ... 9.85039e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:132]= 2.71778e+11 ... 1.08183e+18 molec/cm^2 | eps[0:132]= 1.21284e-06 ... 9.89115e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:132]= 2.80140e+11 ... 1.11533e+18 molec/cm^2 | eps[0:132]= 1.15458e-06 ... 9.86641e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:132]= 3.21974e+11 ... 1.28222e+18 molec/cm^2 | eps[0:132]= 1.22220e-06 ... 9.89467e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:132]= 3.27743e+11 ... 1.30475e+18 molec/cm^2 | eps[0:132]= 1.14332e-06 ... 9.86100e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:132]= 3.71980e+11 ... 1.48088e+18 molec/cm^2 | eps[0:132]= 1.18975e-06 ... 9.88196e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:132]= 4.20133e+11 ... 1.67258e+18 molec/cm^2 | eps[0:132]= 1.22951e-06 ... 9.89733e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:132]= 4.23028e+11 ... 1.68411e+18 molec/cm^2 | eps[0:132]= 1.15138e-06 ... 9.86489e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:132]= 4.79291e+11 ... 1.90809e+18 molec/cm^2 | eps[0:132]= 1.23474e-06 ... 9.89919e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:132]= 4.87538e+11 ... 1.94092e+18 molec/cm^2 | eps[0:132]= 1.22620e-06 ... 9.89613e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:132]= 4.46224e+11 ... 1.77645e+18 molec/cm^2 | eps[0:132]= 1.13115e-06 ... 9.85489e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:132]= 4.62974e+11 ... 1.84312e+18 molec/cm^2 | eps[0:132]= 1.21740e-06 ... 9.89288e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:132]= 4.33134e+11 ... 1.72433e+18 molec/cm^2 | eps[0:132]= 1.21315e-06 ... 9.89127e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:131]= 4.09873e+11 ... 1.45430e+18 molec/cm^2 | eps[0:131]= 1.24685e-06 ... 9.84432e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:132]= 3.50059e+11 ... 1.39362e+18 molec/cm^2 | eps[0:132]= 1.17864e-06 ... 9.87726e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:131]= 3.36924e+11 ... 1.19545e+18 molec/cm^2 | eps[0:131]= 1.24447e-06 ... 9.84315e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:132]= 2.90516e+11 ... 1.15657e+18 molec/cm^2 | eps[0:132]= 1.17452e-06 ... 9.87546e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:131]= 2.82821e+11 ... 1.00356e+18 molec/cm^2 | eps[0:131]= 1.25297e-06 ... 9.84730e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:132]= 2.46799e+11 ... 9.82500e+17 molec/cm^2 | eps[0:132]= 1.19518e-06 ... 9.88424e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:131]= 2.40971e+11 ... 8.55058e+17 molec/cm^2 | eps[0:131]= 1.24283e-06 ... 9.84260e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:132]= 2.09662e+11 ... 8.34759e+17 molec/cm^2 | eps[0:132]= 1.13687e-06 ... 9.85820e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:132]= 2.04584e+11 ... 8.14138e+17 molec/cm^2 | eps[0:132]= 1.15531e-06 ... 9.86713e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:132]= 1.99294e+11 ... 7.93391e+17 molec/cm^2 | eps[0:132]= 1.16159e-06 ... 9.86998e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:132]= 1.94177e+11 ... 7.72929e+17 molec/cm^2 | eps[0:132]= 1.16047e-06 ... 9.86936e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:132]= 1.89446e+11 ... 7.54098e+17 molec/cm^2 | eps[0:132]= 1.15502e-06 ... 9.86689e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:132]= 1.84442e+11 ... 7.34520e+17 molec/cm^2 | eps[0:132]= 1.13484e-06 ... 9.85712e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:132]= 1.78001e+11 ... 7.08632e+17 molec/cm^2 | eps[0:132]= 1.15461e-06 ... 9.86821e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:132]= 1.69269e+11 ... 6.73870e+17 molec/cm^2 | eps[0:132]= 1.14091e-06 ... 9.86350e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:132]= 1.75527e+11 ... 6.98782e+17 molec/cm^2 | eps[0:132]= 1.17905e-06 ... 9.88289e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:131]= 1.96229e+11 ... 6.96246e+17 molec/cm^2 | eps[0:131]= 1.25067e-06 ... 9.85502e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:132]= 1.90292e+11 ... 7.57567e+17 molec/cm^2 | eps[0:132]= 1.15245e-06 ... 9.87611e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:132]= 1.83880e+11 ... 7.32039e+17 molec/cm^2 | eps[0:132]= 1.15670e-06 ... 9.88220e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:132]= 1.59086e+11 ... 6.33335e+17 molec/cm^2 | eps[0:132]= 1.15746e-06 ... 9.88669e-01 Read emissivity table: ../data/boxcar_832.0000_CO2.tab Warning (jurassic.c, read_tbl_asc, l6028): Column density or emissivity out of range (7489 data points)! p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:130]= 3.13343e+23 ... 9.90963e+29 molec/cm^2 | eps[0:130]= 1.00212e-06 ... 1.94861e-02 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0:132]= 2.37610e+23 ... 9.46005e+29 molec/cm^2 | eps[0:132]= 1.23653e-06 ... 2.56110e-02 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0:136]= 1.42554e+23 ... 8.99213e+29 molec/cm^2 | eps[0:136]= 1.17664e-06 ... 3.35026e-02 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0:140]= 9.55570e+22 ... 9.55508e+29 molec/cm^2 | eps[0:140]= 1.20899e-06 ... 4.52905e-02 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0:143]= 6.39228e+22 ... 9.02958e+29 molec/cm^2 | eps[0:143]= 1.18333e-06 ... 5.65367e-02 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:147]= 4.25735e+22 ... 9.53084e+29 molec/cm^2 | eps[0:147]= 1.14839e-06 ... 7.36459e-02 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:150]= 2.81892e+22 ... 8.91302e+29 molec/cm^2 | eps[0:150]= 1.12654e-06 ... 9.20587e-02 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:154]= 1.85422e+22 ... 9.29435e+29 molec/cm^2 | eps[0:154]= 1.12441e-06 ... 1.22189e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:157]= 1.36212e+22 ... 9.64153e+29 molec/cm^2 | eps[0:157]= 1.23691e-06 ... 1.62274e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:161]= 8.85864e+21 ... 9.94301e+29 molec/cm^2 | eps[0:161]= 1.22656e-06 ... 2.19028e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:164]= 5.72600e+21 ... 9.07448e+29 molec/cm^2 | eps[0:164]= 1.21539e-06 ... 2.84226e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:168]= 3.67702e+21 ... 9.23705e+29 molec/cm^2 | eps[0:168]= 1.19924e-06 ... 3.89130e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:172]= 2.34719e+21 ... 9.34369e+29 molec/cm^2 | eps[0:172]= 1.17574e-06 ... 5.29239e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:176]= 1.49069e+21 ... 9.40561e+29 molec/cm^2 | eps[0:176]= 1.12235e-06 ... 6.92149e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:178]= 1.19226e+21 ... 9.47042e+29 molec/cm^2 | eps[0:178]= 1.24434e-06 ... 8.33352e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:180]= 9.56314e+20 ... 9.56314e+29 molec/cm^2 | eps[0:180]= 1.25646e-06 ... 9.24528e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:181]= 8.66976e+20 ... 9.72765e+29 molec/cm^2 | eps[0:181]= 1.25882e-06 ... 9.67361e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:181]= 8.90335e+20 ... 9.98970e+29 molec/cm^2 | eps[0:181]= 1.25159e-06 ... 9.84076e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:179]= 1.03646e+21 ... 9.23750e+29 molec/cm^2 | eps[0:179]= 1.25117e-06 ... 9.85188e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:178]= 1.22073e+21 ... 9.69662e+29 molec/cm^2 | eps[0:178]= 1.12232e-06 ... 9.86661e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:174]= 1.83085e+21 ... 9.17602e+29 molec/cm^2 | eps[0:174]= 1.15800e-06 ... 9.77258e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:170]= 3.11993e+21 ... 9.86615e+29 molec/cm^2 | eps[0:170]= 1.21897e-06 ... 9.66270e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:166]= 4.75916e+21 ... 9.49570e+29 molec/cm^2 | eps[0:166]= 1.16733e-06 ... 9.41630e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:162]= 7.29743e+21 ... 9.18698e+29 molec/cm^2 | eps[0:162]= 1.12460e-06 ... 9.09821e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:157]= 1.26340e+22 ... 8.94407e+29 molec/cm^2 | eps[0:157]= 1.20364e-06 ... 8.68746e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:154]= 1.96032e+22 ... 9.82500e+29 molec/cm^2 | eps[0:154]= 1.15297e-06 ... 8.48439e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:150]= 3.03391e+22 ... 9.59387e+29 molec/cm^2 | eps[0:150]= 1.24804e-06 ... 8.28651e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:148]= 3.72886e+22 ... 9.36700e+29 molec/cm^2 | eps[0:148]= 1.15206e-06 ... 8.24810e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:146]= 4.57858e+22 ... 9.13607e+29 molec/cm^2 | eps[0:146]= 1.14139e-06 ... 8.36896e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:145]= 5.61687e+22 ... 9.98864e+29 molec/cm^2 | eps[0:145]= 1.19998e-06 ... 8.85509e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:144]= 6.14042e+22 ... 9.73155e+29 molec/cm^2 | eps[0:144]= 1.17050e-06 ... 9.11960e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:143]= 6.72179e+22 ... 9.49521e+29 molec/cm^2 | eps[0:143]= 1.15638e-06 ... 9.35750e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:142]= 7.34281e+22 ... 9.24258e+29 molec/cm^2 | eps[0:142]= 1.22204e-06 ... 9.61781e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:143]= 6.31569e+22 ... 8.92168e+29 molec/cm^2 | eps[0:143]= 1.20138e-06 ... 9.87726e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:141]= 4.25180e+22 ... 4.77063e+29 molec/cm^2 | eps[0:141]= 1.16513e-06 ... 9.85972e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:140]= 1.96944e+22 ... 1.96943e+29 molec/cm^2 | eps[0:140]= 1.14718e-06 ... 9.89083e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:138]= 6.20518e+21 ... 4.92908e+28 molec/cm^2 | eps[0:138]= 1.18256e-06 ... 9.87733e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:137]= 1.69598e+21 ... 1.20074e+28 molec/cm^2 | eps[0:137]= 1.17004e-06 ... 9.89175e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:136]= 5.81480e+20 ... 3.66913e+27 molec/cm^2 | eps[0:136]= 1.14665e-06 ... 9.89706e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:134]= 2.82901e+20 ... 1.41786e+27 molec/cm^2 | eps[0:134]= 1.22784e-06 ... 9.88358e-01 Read emissivity table: ../data/boxcar_832.0000_H2O.tab Warning (jurassic.c, read_tbl_asc, l6028): Column density or emissivity out of range (6231 data points)! p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0: 81]= 8.83246e+25 ... 9.90963e+29 molec/cm^2 | eps[0: 81]= 1.06317e-06 ... 1.16684e-02 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0: 84]= 5.96901e+25 ... 9.46005e+29 molec/cm^2 | eps[0: 84]= 1.16289e-06 ... 1.76202e-02 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0: 87]= 4.01641e+25 ... 8.99213e+29 molec/cm^2 | eps[0: 87]= 1.25814e-06 ... 2.59391e-02 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0: 92]= 2.40028e+25 ... 9.55508e+29 molec/cm^2 | eps[0: 92]= 1.19463e-06 ... 4.14064e-02 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0: 95]= 1.60567e+25 ... 9.02958e+29 molec/cm^2 | eps[0: 95]= 1.24447e-06 ... 5.79418e-02 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:100]= 9.53108e+24 ... 9.53084e+29 molec/cm^2 | eps[0:100]= 1.14953e-06 ... 8.92416e-02 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:103]= 6.31091e+24 ... 8.91302e+29 molec/cm^2 | eps[0:103]= 1.19820e-06 ... 1.22586e-01 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:108]= 3.69989e+24 ... 9.29435e+29 molec/cm^2 | eps[0:108]= 1.12711e-06 ... 1.85000e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:112]= 2.42231e+24 ... 9.64153e+29 molec/cm^2 | eps[0:112]= 1.18171e-06 ... 2.71774e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:116]= 1.57554e+24 ... 9.94301e+29 molec/cm^2 | eps[0:116]= 1.25631e-06 ... 3.87640e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:120]= 9.07448e+23 ... 9.07448e+29 molec/cm^2 | eps[0:120]= 1.20044e-06 ... 4.89583e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:125]= 5.19438e+23 ... 9.23705e+29 molec/cm^2 | eps[0:125]= 1.15543e-06 ... 6.41427e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:129]= 3.31527e+23 ... 9.34369e+29 molec/cm^2 | eps[0:129]= 1.25547e-06 ... 7.87978e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:134]= 1.87667e+23 ... 9.40561e+29 molec/cm^2 | eps[0:134]= 1.19754e-06 ... 9.00985e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:138]= 1.19226e+23 ... 9.47042e+29 molec/cm^2 | eps[0:138]= 1.18506e-06 ... 9.64936e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:140]= 8.52320e+22 ... 8.52314e+29 molec/cm^2 | eps[0:140]= 1.18986e-06 ... 9.84996e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:140]= 6.88672e+22 ... 6.88664e+29 molec/cm^2 | eps[0:140]= 1.17450e-06 ... 9.89154e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:138]= 6.30296e+22 ... 5.00672e+29 molec/cm^2 | eps[0:138]= 1.15794e-06 ... 9.85002e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:136]= 6.53964e+22 ... 4.12625e+29 molec/cm^2 | eps[0:136]= 1.19330e-06 ... 9.85632e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:134]= 6.86443e+22 ... 3.44051e+29 molec/cm^2 | eps[0:134]= 1.20049e-06 ... 9.84756e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:133]= 7.28925e+22 ... 3.25579e+29 molec/cm^2 | eps[0:133]= 1.24612e-06 ... 9.89458e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:132]= 6.98493e+22 ... 2.78068e+29 molec/cm^2 | eps[0:132]= 1.20904e-06 ... 9.87351e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:132]= 5.99062e+22 ... 2.38519e+29 molec/cm^2 | eps[0:132]= 1.12833e-06 ... 9.86140e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:131]= 5.79579e+22 ... 2.05656e+29 molec/cm^2 | eps[0:131]= 1.23138e-06 ... 9.85756e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:131]= 5.02997e+22 ... 1.78466e+29 molec/cm^2 | eps[0:131]= 1.22502e-06 ... 9.85995e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:131]= 4.38862e+22 ... 1.55693e+29 molec/cm^2 | eps[0:131]= 1.24270e-06 ... 9.87026e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:132]= 3.40411e+22 ... 1.35498e+29 molec/cm^2 | eps[0:132]= 1.17255e-06 ... 9.89961e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:132]= 2.63984e+22 ... 1.05094e+29 molec/cm^2 | eps[0:132]= 1.13485e-06 ... 9.88401e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:132]= 2.04518e+22 ... 8.14198e+28 molec/cm^2 | eps[0:132]= 1.12347e-06 ... 9.87885e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:132]= 1.58306e+22 ... 6.30225e+28 molec/cm^2 | eps[0:132]= 1.13229e-06 ... 9.88297e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:132]= 1.22517e+22 ... 4.87751e+28 molec/cm^2 | eps[0:132]= 1.15499e-06 ... 9.89286e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:131]= 9.49483e+21 ... 3.36887e+28 molec/cm^2 | eps[0:131]= 1.18372e-06 ... 9.84212e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:131]= 7.34260e+21 ... 2.60534e+28 molec/cm^2 | eps[0:131]= 1.23333e-06 ... 9.86704e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:131]= 5.01641e+21 ... 1.78001e+28 molec/cm^2 | eps[0:131]= 1.18606e-06 ... 9.84336e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:131]= 3.37722e+21 ... 1.19830e+28 molec/cm^2 | eps[0:131]= 1.19359e-06 ... 9.84725e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:132]= 1.96957e+21 ... 7.84100e+27 molec/cm^2 | eps[0:132]= 1.15440e-06 ... 9.89229e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:131]= 1.10348e+21 ... 3.91545e+27 molec/cm^2 | eps[0:131]= 1.20880e-06 ... 9.85448e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:132]= 5.36316e+20 ... 2.13508e+27 molec/cm^2 | eps[0:132]= 1.13151e-06 ... 9.88199e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:131]= 3.26990e+20 ... 1.16020e+27 molec/cm^2 | eps[0:131]= 1.23792e-06 ... 9.86877e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:131]= 2.00279e+20 ... 7.10615e+26 molec/cm^2 | eps[0:131]= 1.25051e-06 ... 9.87494e-01 Read emissivity table: ../data/boxcar_832.0000_O3.tab p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:230]= 1.76220e+18 ... 5.57253e+29 molec/cm^2 | eps[0:230]= 1.10137e-06 ... 9.89051e-01 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0:227]= 1.49938e+18 ... 3.35674e+29 molec/cm^2 | eps[0:227]= 1.16746e-06 ... 9.89576e-01 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0:224]= 1.27008e+18 ... 2.01271e+29 molec/cm^2 | eps[0:224]= 1.21922e-06 ... 9.89417e-01 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0:221]= 1.07213e+18 ... 1.20299e+29 molec/cm^2 | eps[0:221]= 1.24978e-06 ... 9.88439e-01 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0:218]= 9.02958e+17 ... 7.17226e+28 molec/cm^2 | eps[0:218]= 1.25205e-06 ... 9.86344e-01 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:216]= 7.57009e+17 ... 4.77682e+28 molec/cm^2 | eps[0:216]= 1.24690e-06 ... 9.88449e-01 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:213]= 6.30996e+17 ... 2.81892e+28 molec/cm^2 | eps[0:213]= 1.24429e-06 ... 9.85765e-01 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:211]= 5.22626e+17 ... 1.85422e+28 molec/cm^2 | eps[0:211]= 1.24739e-06 ... 9.87729e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:209]= 4.30739e+17 ... 1.21398e+28 molec/cm^2 | eps[0:209]= 1.23731e-06 ... 9.88941e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:207]= 3.52676e+17 ... 7.89530e+27 molec/cm^2 | eps[0:207]= 1.22930e-06 ... 9.89903e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:204]= 2.86961e+17 ... 4.54813e+27 molec/cm^2 | eps[0:204]= 1.21668e-06 ... 9.86192e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:202]= 2.32024e+17 ... 2.92115e+27 molec/cm^2 | eps[0:202]= 1.19747e-06 ... 9.86455e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:200]= 1.86432e+17 ... 1.86442e+27 molec/cm^2 | eps[0:200]= 1.17066e-06 ... 9.86168e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:199]= 1.49069e+17 ... 1.32858e+27 molec/cm^2 | eps[0:199]= 1.12698e-06 ... 9.89563e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:196]= 1.33773e+17 ... 8.44052e+26 molec/cm^2 | eps[0:196]= 1.17300e-06 ... 9.87173e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:194]= 1.20394e+17 ... 6.03392e+26 molec/cm^2 | eps[0:194]= 1.17156e-06 ... 9.87630e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:191]= 1.22465e+17 ... 4.34518e+26 molec/cm^2 | eps[0:191]= 1.24658e-06 ... 9.86229e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:190]= 1.12085e+17 ... 3.54451e+26 molec/cm^2 | eps[0:190]= 1.12414e-06 ... 9.87762e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:187]= 1.30485e+17 ... 2.92113e+26 molec/cm^2 | eps[0:187]= 1.22113e-06 ... 9.87862e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:185]= 1.36969e+17 ... 2.43569e+26 molec/cm^2 | eps[0:185]= 1.13242e-06 ... 9.86658e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:183]= 1.63171e+17 ... 2.30495e+26 molec/cm^2 | eps[0:183]= 1.13736e-06 ... 9.88973e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:179]= 2.20869e+17 ... 1.96851e+26 molec/cm^2 | eps[0:179]= 1.23473e-06 ... 9.85780e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:177]= 2.67622e+17 ... 1.89476e+26 molec/cm^2 | eps[0:177]= 1.20781e-06 ... 9.87859e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:174]= 3.25959e+17 ... 1.63357e+26 molec/cm^2 | eps[0:174]= 1.18726e-06 ... 9.85624e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:172]= 3.99521e+17 ... 1.59049e+26 molec/cm^2 | eps[0:172]= 1.16499e-06 ... 9.88304e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:169]= 4.92438e+17 ... 1.38787e+26 molec/cm^2 | eps[0:169]= 1.14806e-06 ... 9.86752e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:166]= 6.05323e+17 ... 1.20790e+26 molec/cm^2 | eps[0:166]= 1.19402e-06 ... 9.87298e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:164]= 6.63141e+17 ... 1.05094e+26 molec/cm^2 | eps[0:164]= 1.14197e-06 ... 9.89025e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:161]= 7.25673e+17 ... 8.14198e+25 molec/cm^2 | eps[0:161]= 1.12577e-06 ... 9.87501e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:158]= 7.93391e+17 ... 6.30225e+25 molec/cm^2 | eps[0:158]= 1.13734e-06 ... 9.86855e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:155]= 8.67282e+17 ... 4.87751e+25 molec/cm^2 | eps[0:155]= 1.16686e-06 ... 9.86827e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:152]= 9.49521e+17 ... 3.77994e+25 molec/cm^2 | eps[0:152]= 1.20069e-06 ... 9.86887e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:150]= 9.24258e+17 ... 2.92321e+25 molec/cm^2 | eps[0:150]= 1.12961e-06 ... 9.87708e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:147]= 8.92168e+17 ... 1.99721e+25 molec/cm^2 | eps[0:147]= 1.13234e-06 ... 9.85708e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:144]= 8.48352e+17 ... 1.34451e+25 molec/cm^2 | eps[0:144]= 1.23956e-06 ... 9.86823e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:142]= 6.22790e+17 ... 7.84100e+24 molec/cm^2 | eps[0:142]= 1.25036e-06 ... 9.88193e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:141]= 3.48949e+17 ... 3.91545e+24 molec/cm^2 | eps[0:141]= 1.17327e-06 ... 9.89741e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:138]= 2.13512e+17 ... 1.69598e+24 molec/cm^2 | eps[0:138]= 1.25656e-06 ... 9.86217e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:137]= 1.30177e+17 ... 9.21582e+23 molec/cm^2 | eps[0:137]= 1.19807e-06 ... 9.86834e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:136]= 8.94617e+16 ... 5.64460e+23 molec/cm^2 | eps[0:136]= 1.13850e-06 ... 9.86801e-01 Read emissivity table: ../data/boxcar_832.0000_F11.tab p[ 0]= 1.03181e-02 hPa | T[0:28]= 134.11 ... 274.11 K | u[0:132]= 1.97713e+12 ... 7.87120e+18 molec/cm^2 | eps[0:132]= 1.08245e-06 ... 9.85948e-01 p[ 1]= 1.42646e-02 hPa | T[0:28]= 137.49 ... 277.49 K | u[0:131]= 2.37610e+12 ... 8.43131e+18 molec/cm^2 | eps[0:131]= 1.21734e-06 ... 9.86085e-01 p[ 2]= 1.96206e-02 hPa | T[0:28]= 140.86 ... 280.86 K | u[0:131]= 2.53430e+12 ... 8.99213e+18 molec/cm^2 | eps[0:131]= 1.21712e-06 ... 9.86074e-01 p[ 3]= 2.68598e-02 hPa | T[0:28]= 144.13 ... 284.13 K | u[0:131]= 2.69281e+12 ... 9.55508e+18 molec/cm^2 | eps[0:131]= 1.21689e-06 ... 9.86063e-01 p[ 4]= 3.66093e-02 hPa | T[0:28]= 147.18 ... 287.18 K | u[0:131]= 2.85552e+12 ... 1.01304e+19 molec/cm^2 | eps[0:131]= 1.22038e-06 ... 9.86231e-01 p[ 5]= 4.96902e-02 hPa | T[0:28]= 150.33 ... 290.33 K | u[0:131]= 3.01415e+12 ... 1.06944e+19 molec/cm^2 | eps[0:131]= 1.21785e-06 ... 9.86109e-01 p[ 6]= 6.71493e-02 hPa | T[0:28]= 153.77 ... 293.77 K | u[0:131]= 3.16289e+12 ... 1.12219e+19 molec/cm^2 | eps[0:131]= 1.20370e-06 ... 9.85409e-01 p[ 7]= 9.03249e-02 hPa | T[0:28]= 157.60 ... 297.60 K | u[0:131]= 3.29735e+12 ... 1.16979e+19 molec/cm^2 | eps[0:131]= 1.17585e-06 ... 9.83925e-01 p[ 8]= 1.20913e-01 hPa | T[0:28]= 161.50 ... 301.50 K | u[0:132]= 3.42148e+12 ... 1.36218e+19 molec/cm^2 | eps[0:132]= 1.14386e-06 ... 9.88939e-01 p[ 9]= 1.61072e-01 hPa | T[0:28]= 165.79 ... 305.79 K | u[0:131]= 3.95708e+12 ... 1.40384e+19 molec/cm^2 | eps[0:131]= 1.23459e-06 ... 9.86894e-01 p[10]= 2.13465e-01 hPa | T[0:28]= 170.38 ... 310.38 K | u[0:131]= 4.05343e+12 ... 1.43831e+19 molec/cm^2 | eps[0:131]= 1.17694e-06 ... 9.83986e-01 p[11]= 2.81386e-01 hPa | T[0:28]= 175.26 ... 315.26 K | u[0:131]= 4.62949e+12 ... 1.64314e+19 molec/cm^2 | eps[0:131]= 1.24806e-06 ... 9.87494e-01 p[12]= 3.68904e-01 hPa | T[0:28]= 180.43 ... 320.43 K | u[0:132]= 4.68294e+12 ... 1.86442e+19 molec/cm^2 | eps[0:132]= 1.16939e-06 ... 9.89986e-01 p[13]= 4.80974e-01 hPa | T[0:28]= 185.63 ... 325.63 K | u[0:131]= 5.28916e+12 ... 1.87667e+19 molec/cm^2 | eps[0:131]= 1.22161e-06 ... 9.86290e-01 p[14]= 6.24101e-01 hPa | T[0:28]= 190.02 ... 330.02 K | u[0:132]= 5.32561e+12 ... 2.12016e+19 molec/cm^2 | eps[0:132]= 1.15373e-06 ... 9.89356e-01 p[15]= 8.06832e-01 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:131]= 6.03392e+12 ... 2.14092e+19 molec/cm^2 | eps[0:131]= 1.24565e-06 ... 9.87389e-01 p[16]= 1.04086e+00 hPa | T[0:28]= 194.67 ... 334.67 K | u[0:131]= 6.13771e+12 ... 2.17774e+19 molec/cm^2 | eps[0:131]= 1.24061e-06 ... 9.87166e-01 p[17]= 1.34242e+00 hPa | T[0:28]= 194.20 ... 334.20 K | u[0:132]= 5.61764e+12 ... 2.23642e+19 molec/cm^2 | eps[0:132]= 1.14337e-06 ... 9.88918e-01 p[18]= 1.73384e+00 hPa | T[0:28]= 192.03 ... 332.03 K | u[0:131]= 5.82845e+12 ... 2.06802e+19 molec/cm^2 | eps[0:131]= 1.22510e-06 ... 9.86455e-01 p[19]= 2.24640e+00 hPa | T[0:28]= 188.27 ... 328.27 K | u[0:131]= 5.45283e+12 ... 1.93473e+19 molec/cm^2 | eps[0:131]= 1.21160e-06 ... 9.85804e-01 p[20]= 2.92413e+00 hPa | T[0:28]= 183.34 ... 323.34 K | u[0:131]= 5.16000e+12 ... 1.83085e+19 molec/cm^2 | eps[0:131]= 1.23309e-06 ... 9.86826e-01 p[21]= 3.82902e+00 hPa | T[0:28]= 177.36 ... 317.36 K | u[0:132]= 4.40706e+12 ... 1.75447e+19 molec/cm^2 | eps[0:132]= 1.15151e-06 ... 9.89264e-01 p[22]= 5.04654e+00 hPa | T[0:28]= 171.94 ... 311.94 K | u[0:131]= 4.24169e+12 ... 1.50499e+19 molec/cm^2 | eps[0:131]= 1.20241e-06 ... 9.85344e-01 p[23]= 6.69240e+00 hPa | T[0:28]= 166.85 ... 306.85 K | u[0:132]= 3.65730e+12 ... 1.45604e+19 molec/cm^2 | eps[0:132]= 1.12209e-06 ... 9.87960e-01 p[24]= 8.92988e+00 hPa | T[0:28]= 161.89 ... 301.89 K | u[0:131]= 3.56093e+12 ... 1.26340e+19 molec/cm^2 | eps[0:131]= 1.18287e-06 ... 9.84313e-01 p[25]= 1.19913e+01 hPa | T[0:28]= 157.20 ... 297.20 K | u[0:131]= 3.48624e+12 ... 1.23687e+19 molec/cm^2 | eps[0:131]= 1.25149e-06 ... 9.87642e-01 p[26]= 1.61909e+01 hPa | T[0:28]= 153.88 ... 293.88 K | u[0:132]= 3.03386e+12 ... 1.20783e+19 molec/cm^2 | eps[0:132]= 1.15243e-06 ... 9.89302e-01 p[27]= 2.19534e+01 hPa | T[0:28]= 151.30 ... 291.30 K | u[0:131]= 2.96154e+12 ... 1.05094e+19 molec/cm^2 | eps[0:131]= 1.17660e-06 ... 9.83968e-01 p[28]= 2.98633e+01 hPa | T[0:28]= 149.39 ... 289.39 K | u[0:131]= 2.88850e+12 ... 1.02495e+19 molec/cm^2 | eps[0:131]= 1.18687e-06 ... 9.84530e-01 p[29]= 4.07233e+01 hPa | T[0:28]= 148.00 ... 288.00 K | u[0:131]= 2.81603e+12 ... 9.98864e+18 molec/cm^2 | eps[0:131]= 1.18559e-06 ... 9.84461e-01 p[30]= 5.56410e+01 hPa | T[0:28]= 146.93 ... 286.93 K | u[0:131]= 2.74283e+12 ... 9.73155e+18 molec/cm^2 | eps[0:131]= 1.17773e-06 ... 9.84041e-01 p[31]= 7.61528e+01 hPa | T[0:28]= 145.92 ... 285.92 K | u[0:131]= 2.67599e+12 ... 9.49521e+18 molec/cm^2 | eps[0:131]= 1.17146e-06 ... 9.83756e-01 p[32]= 1.04369e+02 hPa | T[0:28]= 145.42 ... 285.42 K | u[0:132]= 2.60532e+12 ... 1.03706e+19 molec/cm^2 | eps[0:132]= 1.16170e-06 ... 9.89761e-01 p[33]= 1.43039e+02 hPa | T[0:28]= 146.20 ... 286.20 K | u[0:131]= 2.51432e+12 ... 8.92168e+18 molec/cm^2 | eps[0:131]= 1.21174e-06 ... 9.85929e-01 p[34]= 1.95619e+02 hPa | T[0:28]= 148.85 ... 288.85 K | u[0:131]= 2.39098e+12 ... 8.48352e+18 molec/cm^2 | eps[0:131]= 1.23955e-06 ... 9.87255e-01 p[35]= 2.65994e+02 hPa | T[0:28]= 155.04 ... 295.04 K | u[0:131]= 2.20974e+12 ... 7.84046e+18 molec/cm^2 | eps[0:131]= 1.20327e-06 ... 9.85560e-01 p[36]= 3.57603e+02 hPa | T[0:28]= 166.17 ... 306.17 K | u[0:131]= 2.20173e+12 ... 7.81200e+18 molec/cm^2 | eps[0:131]= 1.21339e-06 ... 9.86088e-01 p[37]= 4.73437e+02 hPa | T[0:28]= 180.20 ... 320.20 K | u[0:131]= 2.13512e+12 ... 7.57567e+18 molec/cm^2 | eps[0:131]= 1.20216e-06 ... 9.85553e-01 p[38]= 6.17614e+02 hPa | T[0:28]= 193.24 ... 333.24 K | u[0:132]= 1.83880e+12 ... 7.32039e+18 molec/cm^2 | eps[0:132]= 1.12298e-06 ... 9.88217e-01 p[39]= 7.96450e+02 hPa | T[0:28]= 203.91 ... 343.91 K | u[0:132]= 1.59086e+12 ... 6.33335e+18 molec/cm^2 | eps[0:132]= 1.14551e-06 ... 9.89227e-01 Read emissivity table: ../data/boxcar_832.0000_CCl4.tab Initialize source function table... Number of data points: 1200 Read shape function: ../data/boxcar_792.0000.filt Number of data points: 2005 Range of x values: 791.4990 ... 792.5010 Range of y values: 0 ... 1 channel= 792.0000 cm^-1 | T= 100 ... 400 K | B= 6.65706e-05 ... 0.363752 W/(m^2 sr cm^-1) Read shape function: ../data/boxcar_832.0000.filt Number of data points: 2005 Range of x values: 831.4990 ... 832.5010 Range of y values: 0 ... 1 channel= 832.0000 cm^-1 | T= 100 ... 400 K | B= 4.34044e-05 ... 0.362203 W/(m^2 sr cm^-1) Retrieve in directory data... Read atmospheric data: data/atm_apr.tab Number of data points: 91 Time range: 0.00 ... 0.00 s Altitude range: 0 ... 90 km Longitude range: 0 ... 0 deg Latitude range: 0 ... 0 deg Pressure range: 1017 ... 0.00184003 hPa Temperature range: 181.43 ... 285.14 K Emitter CO2 range: 0.000367735 ... 0.000367735 ppv Emitter H2O range: 5.924e-07 ... 0.01166 ppv Emitter O3 range: 2.218e-08 ... 7.447e-06 ppv Emitter F11 range: 4.709e-22 ... 2.65e-10 ppv Emitter CCl4 range: 1e-14 ... 1.075e-10 ppv Extinction range (window 0): 0 ... 0 km^-1 Cloud layer: none Surface layer: none Read observation data: data/obs_meas.tab Number of ray paths: 66 Time range: 0.00 ... 0.00 s Observer altitude range: 780 ... 780 km Observer longitude range: 0 ... 0 deg Observer latitude range: 0 ... 0 deg View point altitude range: 3 ... 68 km View point longitude range: 0 ... 0 deg View point latitude range: 25.7915 ... 26.9643 deg Tangent point altitude range: 1.48665 ... 68 km Tangent point longitude range: -2.77074e-08 ... 0 deg Tangent point latitude range: 25.7915 ... 27.4458 deg Radiance (792.0000 cm^-1) range: 4.91501e-05 ... 0.0429344 W/(m^2 sr cm^-1) Radiance (832.0000 cm^-1) range: 2.86906e-08 ... 0.0763938 W/(m^2 sr cm^-1) Write matrix: data/matrix_cov_apr.tab it= 0 / chi^2/m= 6.8669e-09 it= 1 / chi^2/m= 6.78785e-09 Write atmospheric data: data/atm_final.tab Number of data points: 91 Time range: 0.00 ... 0.00 s Altitude range: 0 ... 90 km Longitude range: 0 ... 0 deg Latitude range: 0 ... 0 deg Pressure range: 1017 ... 0.00184003 hPa Temperature range: 181.43 ... 285.14 K Emitter CO2 range: 0.000367735 ... 0.000367735 ppv Emitter H2O range: 5.924e-07 ... 0.01166 ppv Emitter O3 range: 2.218e-08 ... 7.447e-06 ppv Emitter F11 range: 4.709e-22 ... 2.65001e-10 ppv Emitter CCl4 range: 1e-14 ... 1.075e-10 ppv Extinction range (window 0): 0 ... 0 km^-1 Cloud layer: none Surface layer: none Write observation data: data/obs_final.tab Number of ray paths: 66 Time range: 0.00 ... 0.00 s Observer altitude range: 780 ... 780 km Observer longitude range: 0 ... 0 deg Observer latitude range: 0 ... 0 deg View point altitude range: 3 ... 68 km View point longitude range: 0 ... 0 deg View point latitude range: 25.7915 ... 26.9643 deg Tangent point altitude range: 1.48665 ... 68 km Tangent point longitude range: -2.77074e-08 ... 0 deg Tangent point latitude range: 25.7915 ... 27.4458 deg Radiance (792.0000 cm^-1) range: 4.91501e-05 ... 0.0429344 W/(m^2 sr cm^-1) Radiance (832.0000 cm^-1) range: 2.86906e-08 ... 0.0763938 W/(m^2 sr cm^-1) Write matrix: data/matrix_kernel.tab Write matrix: data/matrix_cov_ret.tab Write atmospheric data: data/atm_err_total.tab Number of data points: 91 Time range: 0.00 ... 0.00 s Altitude range: 0 ... 90 km Longitude range: 0 ... 0 deg Latitude range: 0 ... 0 deg Pressure range: 0 ... 0 hPa Temperature range: 0 ... 0 K Emitter CO2 range: 0 ... 0 ppv Emitter H2O range: 0 ... 0 ppv Emitter O3 range: 0 ... 0 ppv Emitter F11 range: 0 ... 1.78622e-11 ppv Emitter CCl4 range: 0 ... 0 ppv Extinction range (window 0): 0 ... 0 km^-1 Cloud layer: none Surface layer: none Write matrix: data/matrix_corr.tab Write matrix: data/matrix_gain.tab Write atmospheric data: data/atm_err_noise.tab Number of data points: 91 Time range: 0.00 ... 0.00 s Altitude range: 0 ... 90 km Longitude range: 0 ... 0 deg Latitude range: 0 ... 0 deg Pressure range: 0 ... 0 hPa Temperature range: 0 ... 0 K Emitter CO2 range: 0 ... 0 ppv Emitter H2O range: 0 ... 0 ppv Emitter O3 range: 0 ... 0 ppv Emitter F11 range: 0 ... 4.96658e-12 ppv Emitter CCl4 range: 0 ... 0 ppv Extinction range (window 0): 0 ... 0 km^-1 Cloud layer: none Surface layer: none Write atmospheric data: data/atm_err_formod.tab Number of data points: 91 Time range: 0.00 ... 0.00 s Altitude range: 0 ... 90 km Longitude range: 0 ... 0 deg Latitude range: 0 ... 0 deg Pressure range: 0 ... 0 hPa Temperature range: 0 ... 0 K Emitter CO2 range: 0 ... 0 ppv Emitter H2O range: 0 ... 0 ppv Emitter O3 range: 0 ... 0 ppv Emitter F11 range: 0 ... 7.88943e-12 ppv Emitter CCl4 range: 0 ... 0 ppv Extinction range (window 0): 0 ... 0 km^-1 Cloud layer: none Surface layer: none Write matrix: data/matrix_avk.tab Write atmospheric data: data/atm_cont.tab Number of data points: 91 Time range: 0.00 ... 0.00 s Altitude range: 0 ... 90 km Longitude range: 0 ... 0 deg Latitude range: 0 ... 0 deg Pressure range: 0 ... 0 hPa Temperature range: 0 ... 0 K Emitter CO2 range: 0 ... 0 ppv Emitter H2O range: 0 ... 0 ppv Emitter O3 range: 0 ... 0 ppv Emitter F11 range: 0 ... 1.10432 ppv Emitter CCl4 range: 0 ... 0 ppv Extinction range (window 0): 0 ... 0 km^-1 Cloud layer: none Surface layer: none Write atmospheric data: data/atm_res.tab Number of data points: 91 Time range: 0.00 ... 0.00 s Altitude range: 0 ... 90 km Longitude range: 0 ... 0 deg Latitude range: 0 ... 0 deg Pressure range: 0 ... 0 hPa Temperature range: 0 ... 0 K Emitter CO2 range: 0 ... 0 ppv Emitter H2O range: 0 ... 0 ppv Emitter O3 range: 0 ... 0 ppv Emitter F11 range: 0 ... 513.903 ppv Emitter CCl4 range: 0 ... 0 ppv Extinction range (window 0): 0 ... 0 km^-1 Cloud layer: none Surface layer: none Timer 'total' (retrieval.c, main, l47-78): 2.694 sec Retrieval done... Timer 'total' (retrieval.c, main, l47-85): 2.695 sec Compare results... Files data/atm_apr.tab and data.ref/atm_apr.tab are identical Files data/atm_cont.tab and data.ref/atm_cont.tab are identical Files data/atm_err_formod.tab and data.ref/atm_err_formod.tab are identical Files data/atm_err_noise.tab and data.ref/atm_err_noise.tab are identical Files data/atm_err_total.tab and data.ref/atm_err_total.tab are identical Files data/atm_final.tab and data.ref/atm_final.tab are identical Files data/atm_res.tab and data.ref/atm_res.tab are identical Files data/matrix_avk.tab and data.ref/matrix_avk.tab are identical Files data/matrix_corr.tab and data.ref/matrix_corr.tab are identical Files data/matrix_cov_apr.tab and data.ref/matrix_cov_apr.tab are identical Files data/matrix_cov_ret.tab and data.ref/matrix_cov_ret.tab are identical Files data/matrix_gain.tab and data.ref/matrix_gain.tab are identical Files data/matrix_kernel.tab and data.ref/matrix_kernel.tab are identical Files data/obs.tab and data.ref/obs.tab are identical Files data/obs_final.tab and data.ref/obs_final.tab are identical Files data/obs_meas.tab and data.ref/obs_meas.tab are identical \n===== Test "ret_test" passed! ===== \n===== Running "tbl_test" ... ===== Juelich Rapid Spectral Simulation Code (JURASSIC) (executable: ../../src/filter | version: v1.14-10-gdc1110 | compiled: Jan 10 2026, 04:36:06) NG = 0 ND = 0 NW = 1 NCL = 0 NSF = 0 SFTYPE = 2 SFSZA = -999 TBLBASE = - TBLFMT = 1 ATMFMT = 1 OBSFMT = 1 HYDZ = -999 CTM_CO2 = 1 CTM_H2O = 1 CTM_N2 = 1 CTM_O2 = 1 REFRAC = 1 RAYDS = 10 RAYDZ = 0.1 FOV = - RETP_ZMIN = -999 RETP_ZMAX = -999 RETT_ZMIN = -999 RETT_ZMAX = -999 RETK_ZMIN[0] = -999 RETK_ZMAX[0] = -999 RET_CLZ = 0 RET_CLDZ = 0 RET_CLK = 0 RET_SFT = 0 RET_SFEPS = 0 WRITE_BBT = 0 WRITE_MATRIX = 0 FORMOD = 1 RFMBIN = - RFMHIT = - FILTER_TYPE = 0 FILTER_OPD = 10.0 FILTER_FWHM = 1.0 FILTER_CENTER = 667.5000 FILTER_WIDTH = 2.1 FILTER_SAMP = 0.0005 Write shape function: data/boxcar_667.5000.filt Juelich Rapid Spectral Simulation Code (JURASSIC) (executable: ../../src/filter | version: v1.14-10-gdc1110 | compiled: Jan 10 2026, 04:36:06) NG = 0 ND = 0 NW = 1 NCL = 0 NSF = 0 SFTYPE = 2 SFSZA = -999 TBLBASE = - TBLFMT = 1 ATMFMT = 1 OBSFMT = 1 HYDZ = -999 CTM_CO2 = 1 CTM_H2O = 1 CTM_N2 = 1 CTM_O2 = 1 REFRAC = 1 RAYDS = 10 RAYDZ = 0.1 FOV = - RETP_ZMIN = -999 RETP_ZMAX = -999 RETT_ZMIN = -999 RETT_ZMAX = -999 RETK_ZMIN[0] = -999 RETK_ZMAX[0] = -999 RET_CLZ = 0 RET_CLDZ = 0 RET_CLK = 0 RET_SFT = 0 RET_SFEPS = 0 WRITE_BBT = 0 WRITE_MATRIX = 0 FORMOD = 1 RFMBIN = - RFMHIT = - FILTER_TYPE = 1 FILTER_OPD = 10.0 FILTER_FWHM = 1.0 FILTER_CENTER = 667.5000 FILTER_WIDTH = 2.1 FILTER_SAMP = 0.0005 Write shape function: data/triangle_667.5000.filt Juelich Rapid Spectral Simulation Code (JURASSIC) (executable: ../../src/filter | version: v1.14-10-gdc1110 | compiled: Jan 10 2026, 04:36:06) NG = 0 ND = 0 NW = 1 NCL = 0 NSF = 0 SFTYPE = 2 SFSZA = -999 TBLBASE = - TBLFMT = 1 ATMFMT = 1 OBSFMT = 1 HYDZ = -999 CTM_CO2 = 1 CTM_H2O = 1 CTM_N2 = 1 CTM_O2 = 1 REFRAC = 1 RAYDS = 10 RAYDZ = 0.1 FOV = - RETP_ZMIN = -999 RETP_ZMAX = -999 RETT_ZMIN = -999 RETT_ZMAX = -999 RETK_ZMIN[0] = -999 RETK_ZMAX[0] = -999 RET_CLZ = 0 RET_CLDZ = 0 RET_CLK = 0 RET_SFT = 0 RET_SFEPS = 0 WRITE_BBT = 0 WRITE_MATRIX = 0 FORMOD = 1 RFMBIN = - RFMHIT = - FILTER_TYPE = 2 FILTER_OPD = 10.0 FILTER_FWHM = 1.0 FILTER_CENTER = 667.5000 FILTER_WIDTH = 2.1 FILTER_SAMP = 0.0005 Write shape function: data/gaussian_667.5000.filt Juelich Rapid Spectral Simulation Code (JURASSIC) (executable: ../../src/filter | version: v1.14-10-gdc1110 | compiled: Jan 10 2026, 04:36:06) NG = 0 ND = 0 NW = 1 NCL = 0 NSF = 0 SFTYPE = 2 SFSZA = -999 TBLBASE = - TBLFMT = 1 ATMFMT = 1 OBSFMT = 1 HYDZ = -999 CTM_CO2 = 1 CTM_H2O = 1 CTM_N2 = 1 CTM_O2 = 1 REFRAC = 1 RAYDS = 10 RAYDZ = 0.1 FOV = - RETP_ZMIN = -999 RETP_ZMAX = -999 RETT_ZMIN = -999 RETT_ZMAX = -999 RETK_ZMIN[0] = -999 RETK_ZMAX[0] = -999 RET_CLZ = 0 RET_CLDZ = 0 RET_CLK = 0 RET_SFT = 0 RET_SFEPS = 0 WRITE_BBT = 0 WRITE_MATRIX = 0 FORMOD = 1 RFMBIN = - RFMHIT = - FILTER_TYPE = 3 FILTER_OPD = 10.0 FILTER_FWHM = 1.0 FILTER_CENTER = 667.5000 FILTER_WIDTH = 2.1 FILTER_SAMP = 0.0005 Write shape function: data/sinc_667.5000.filt Juelich Rapid Spectral Simulation Code (JURASSIC) (executable: ../../src/filter | version: v1.14-10-gdc1110 | compiled: Jan 10 2026, 04:36:06) NG = 0 ND = 0 NW = 1 NCL = 0 NSF = 0 SFTYPE = 2 SFSZA = -999 TBLBASE = - TBLFMT = 1 ATMFMT = 1 OBSFMT = 1 HYDZ = -999 CTM_CO2 = 1 CTM_H2O = 1 CTM_N2 = 1 CTM_O2 = 1 REFRAC = 1 RAYDS = 10 RAYDZ = 0.1 FOV = - RETP_ZMIN = -999 RETP_ZMAX = -999 RETT_ZMIN = -999 RETT_ZMAX = -999 RETK_ZMIN[0] = -999 RETK_ZMAX[0] = -999 RET_CLZ = 0 RET_CLDZ = 0 RET_CLK = 0 RET_SFT = 0 RET_SFEPS = 0 WRITE_BBT = 0 WRITE_MATRIX = 0 FORMOD = 1 RFMBIN = - RFMHIT = - FILTER_TYPE = 4 FILTER_OPD = 10.0 FILTER_FWHM = 1.0 FILTER_CENTER = 667.5000 FILTER_WIDTH = 2.1 FILTER_SAMP = 0.0005 Write shape function: data/norton_beer_667.5000.filt Juelich Rapid Spectral Simulation Code (JURASSIC) (executable: ../../src/tblfmt | version: v1.14-10-gdc1110 | compiled: Jan 10 2026, 04:36:06) NG = 1 EMITTER[0] = CO2 ND = 1 NU[0] = 667.5000 NW = 1 WINDOW[0] = 0 NCL = 0 NSF = 0 SFTYPE = 2 SFSZA = -999 TBLBASE = - TBLFMT = 1 ATMFMT = 1 OBSFMT = 1 HYDZ = -999 CTM_CO2 = 1 CTM_H2O = 1 CTM_N2 = 1 CTM_O2 = 1 REFRAC = 1 RAYDS = 10 RAYDZ = 0.1 FOV = - RETP_ZMIN = -999 RETP_ZMAX = -999 RETT_ZMIN = -999 RETT_ZMAX = -999 RETQ_ZMIN[0] = -999 RETQ_ZMAX[0] = -999 RETK_ZMIN[0] = -999 RETK_ZMAX[0] = -999 RET_CLZ = 0 RET_CLDZ = 0 RET_CLK = 0 RET_SFT = 0 RET_SFEPS = 0 WRITE_BBT = 0 WRITE_MATRIX = 0 FORMOD = 1 RFMBIN = - RFMHIT = - RFMXSC[0] = - Read emissivity table: data/boxcar_667.5000_CO2.tab p[ 0]= 1.00000e+03 hPa | T[0: 0]= 285.00 ... 285.00 K | u[0:158]= 2.50248e+11 ... 1.98264e+19 molec/cm^2 | eps[0:158]= 1.01345e-06 ... 9.99998e-01 Initialize source function table... Number of data points: 1200 Read shape function: data/boxcar_667.5000.filt Number of data points: 4201 Range of x values: 666.4500 ... 668.5500 Range of y values: 0 ... 1 channel= 667.5000 cm^-1 | T= 100 ... 400 K | B= 0.000239014 ... 0.353036 W/(m^2 sr cm^-1) Write emissivity table: data/boxcar_bin_667.5000_CO2.bin Juelich Rapid Spectral Simulation Code (JURASSIC) (executable: ../../src/tblfmt | version: v1.14-10-gdc1110 | compiled: Jan 10 2026, 04:36:06) NG = 1 EMITTER[0] = CO2 ND = 1 NU[0] = 667.5000 NW = 1 WINDOW[0] = 0 NCL = 0 NSF = 0 SFTYPE = 2 SFSZA = -999 TBLBASE = - TBLFMT = 1 ATMFMT = 1 OBSFMT = 1 HYDZ = -999 CTM_CO2 = 1 CTM_H2O = 1 CTM_N2 = 1 CTM_O2 = 1 REFRAC = 1 RAYDS = 10 RAYDZ = 0.1 FOV = - RETP_ZMIN = -999 RETP_ZMAX = -999 RETT_ZMIN = -999 RETT_ZMAX = -999 RETQ_ZMIN[0] = -999 RETQ_ZMAX[0] = -999 RETK_ZMIN[0] = -999 RETK_ZMAX[0] = -999 RET_CLZ = 0 RET_CLDZ = 0 RET_CLK = 0 RET_SFT = 0 RET_SFEPS = 0 WRITE_BBT = 0 WRITE_MATRIX = 0 FORMOD = 1 RFMBIN = - RFMHIT = - RFMXSC[0] = - Read emissivity table: data/boxcar_667.5000_CO2.tab p[ 0]= 1.00000e+03 hPa | T[0: 0]= 285.00 ... 285.00 K | u[0:158]= 2.50248e+11 ... 1.98264e+19 molec/cm^2 | eps[0:158]= 1.01345e-06 ... 9.99998e-01 Initialize source function table... Number of data points: 1200 Read shape function: data/boxcar_667.5000.filt Number of data points: 4201 Range of x values: 666.4500 ... 668.5500 Range of y values: 0 ... 1 channel= 667.5000 cm^-1 | T= 100 ... 400 K | B= 0.000239014 ... 0.353036 W/(m^2 sr cm^-1) Gas file does not exist, creating: data/boxcar_gas_CO2.tbl Juelich Rapid Spectral Simulation Code (JURASSIC) (executable: ../../src/tblfmt | version: v1.14-10-gdc1110 | compiled: Jan 10 2026, 04:36:06) NG = 1 EMITTER[0] = CO2 ND = 1 NU[0] = 667.5000 NW = 1 WINDOW[0] = 0 NCL = 0 NSF = 0 SFTYPE = 2 SFSZA = -999 TBLBASE = - TBLFMT = 1 ATMFMT = 1 OBSFMT = 1 HYDZ = -999 CTM_CO2 = 1 CTM_H2O = 1 CTM_N2 = 1 CTM_O2 = 1 REFRAC = 1 RAYDS = 10 RAYDZ = 0.1 FOV = - RETP_ZMIN = -999 RETP_ZMAX = -999 RETT_ZMIN = -999 RETT_ZMAX = -999 RETQ_ZMIN[0] = -999 RETQ_ZMAX[0] = -999 RETK_ZMIN[0] = -999 RETK_ZMAX[0] = -999 RET_CLZ = 0 RET_CLDZ = 0 RET_CLK = 0 RET_SFT = 0 RET_SFEPS = 0 WRITE_BBT = 0 WRITE_MATRIX = 0 FORMOD = 1 RFMBIN = - RFMHIT = - RFMXSC[0] = - Read emissivity table: data/boxcar_bin_667.5000_CO2.bin p[ 0]= 1.00000e+03 hPa | T[0: 0]= 285.00 ... 285.00 K | u[0:158]= 2.50248e+11 ... 1.98264e+19 molec/cm^2 | eps[0:158]= 1.01345e-06 ... 9.99998e-01 Initialize source function table... Number of data points: 1200 Read shape function: data/boxcar_bin_667.5000.filt Number of data points: 4201 Range of x values: 666.4500 ... 668.5500 Range of y values: 0 ... 1 channel= 667.5000 cm^-1 | T= 100 ... 400 K | B= 0.000239014 ... 0.353036 W/(m^2 sr cm^-1) Write emissivity table: data/boxcar_bin_667.5000_CO2.tab Juelich Rapid Spectral Simulation Code (JURASSIC) (executable: ../../src/tblfmt | version: v1.14-10-gdc1110 | compiled: Jan 10 2026, 04:36:06) NG = 1 EMITTER[0] = CO2 ND = 1 NU[0] = 667.5000 NW = 1 WINDOW[0] = 0 NCL = 0 NSF = 0 SFTYPE = 2 SFSZA = -999 TBLBASE = - TBLFMT = 1 ATMFMT = 1 OBSFMT = 1 HYDZ = -999 CTM_CO2 = 1 CTM_H2O = 1 CTM_N2 = 1 CTM_O2 = 1 REFRAC = 1 RAYDS = 10 RAYDZ = 0.1 FOV = - RETP_ZMIN = -999 RETP_ZMAX = -999 RETT_ZMIN = -999 RETT_ZMAX = -999 RETQ_ZMIN[0] = -999 RETQ_ZMAX[0] = -999 RETK_ZMIN[0] = -999 RETK_ZMAX[0] = -999 RET_CLZ = 0 RET_CLDZ = 0 RET_CLK = 0 RET_SFT = 0 RET_SFEPS = 0 WRITE_BBT = 0 WRITE_MATRIX = 0 FORMOD = 1 RFMBIN = - RFMHIT = - RFMXSC[0] = - Read emissivity table: data/boxcar_gas_CO2.tbl p[ 0]= 1.00000e+03 hPa | T[0: 0]= 285.00 ... 285.00 K | u[0:158]= 2.50248e+11 ... 1.98264e+19 molec/cm^2 | eps[0:158]= 1.01345e-06 ... 9.99998e-01 Initialize source function table... Number of data points: 1200 Read shape function: data/boxcar_gas_667.5000.filt Number of data points: 4201 Range of x values: 666.4500 ... 668.5500 Range of y values: 0 ... 1 channel= 667.5000 cm^-1 | T= 100 ... 400 K | B= 0.000239014 ... 0.353036 W/(m^2 sr cm^-1) Write emissivity table: data/boxcar_gas_667.5000_CO2.tab Compare results... Files data/boxcar_667.5000.filt and data.ref/boxcar_667.5000.filt are identical Files data/gaussian_667.5000.filt and data.ref/gaussian_667.5000.filt are identical Files data/norton_beer_667.5000.filt and data.ref/norton_beer_667.5000.filt are identical Files data/sinc_667.5000.filt and data.ref/sinc_667.5000.filt are identical Files data/triangle_667.5000.filt and data.ref/triangle_667.5000.filt are identical Files data/boxcar_667.5000_CO2.tab and data.ref/boxcar_667.5000_CO2.tab are identical Files data/boxcar_bin_667.5000_CO2.tab and data.ref/boxcar_bin_667.5000_CO2.tab are identical Files data/boxcar_gas_667.5000_CO2.tab and data.ref/boxcar_gas_667.5000_CO2.tab are identical Files data/gaussian_667.5000_CO2.tab and data.ref/gaussian_667.5000_CO2.tab are identical Files data/norton_beer_667.5000_CO2.tab and data.ref/norton_beer_667.5000_CO2.tab are identical Files data/sinc_667.5000_CO2.tab and data.ref/sinc_667.5000_CO2.tab are identical Files data/triangle_667.5000_CO2.tab and data.ref/triangle_667.5000_CO2.tab are identical \n===== Test "tbl_test" passed! ===== \n===== Running "tools_test" ... ===== checking time... checking planck and brightness... Compare results... Files data/brightness.tab and data.ref/brightness.tab are identical Files data/planck.tab and data.ref/planck.tab are identical Files data/time.tab and data.ref/time.tab are identical \n===== Test "tools_test" passed! ===== job result: OK job finished: Sat Jan 10 04:37:29 CET 2026