Skip to content

Commit

Permalink
Fixed filenames.
Browse files Browse the repository at this point in the history
  • Loading branch information
lars2015 committed Jan 28, 2024
1 parent 8d04f0f commit c56ddcf
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions projects/example/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ set mytics 5
set title "MPTRAC | $t"
plot "$f" u 3:4:(1.*\$2) w d lc pal z t "", \
"../data/wcl.tab" u 1:2 w l lt -1 t "", \
"../../data/wcl.tab" u 1:2 w l lt -1 t "", \
"-" u 1:2 w p pt 9 ps 3 lc rgbcolor "red" t ""
-72.117 -40.59
e
Expand Down Expand Up @@ -127,7 +127,7 @@ set mytics 5
set title "MPTRAC | $t"
splot "$f" u 3:4:(1e3*\$7) t "", \
"../data/wcl.tab" u 1:2:(0) w l lt -1 t "", \
"../../data/wcl.tab" u 1:2:(0) w l lt -1 t "", \
"-" u 1:2:3 w p pt 9 ps 3 lc rgbcolor "red" t ""
-72.117 -40.59 0
e
Expand Down
2 changes: 1 addition & 1 deletion src/libtrac.c
Original file line number Diff line number Diff line change
Expand Up @@ -2884,7 +2884,7 @@ void read_ctl(

/* Climatological data... */
scan_ctl(filename, argc, argv, "CLIM_PHOTO", -1,
"../../data/photolysis_rate.nc", ctl->clim_photo);
"../../data/photolysis_rates.nc", ctl->clim_photo);
scan_ctl(filename, argc, argv, "CLIM_HNO3_FILENAME", -1,
"../../data/gozcards_HNO3.nc", ctl->clim_hno3_filename);
scan_ctl(filename, argc, argv, "CLIM_OH_FILENAME", -1,
Expand Down

0 comments on commit c56ddcf

Please sign in to comment.