Skip to content

Commit

Permalink
Modify RadMon plotting to change regional periods (#152)
Browse files Browse the repository at this point in the history
* Ref #128

Fix regional angle & time file generation, generalize all file writes.

* Ref #128

Rm diagnostic output.

* Ref #128

Add changes to image gen to support regional 24 cyc/day.

* Ref #128

Rm block on file cleanup (used testing purposes), clarify code comments.
  • Loading branch information
EdwardSafford-NOAA authored Jan 15, 2025
1 parent 184e6ef commit ec12cad
Show file tree
Hide file tree
Showing 5 changed files with 229 additions and 344 deletions.
15 changes: 0 additions & 15 deletions src/Radiance_Monitor/image_gen/html/index.html.glb
Original file line number Diff line number Diff line change
Expand Up @@ -160,21 +160,6 @@
}
}

/*function ltoggle(id) {
var el = document.getElementById(id);
var img = document.getElementById("arrow");
var box = el.getAttribute("class");
if(box == "lhide"){
el.setAttribute("class", "lshow");
delay(img, "./pngs/arrowleft.png", 400);
}
else{
el.setAttribute("class", "lhide");
delay(img, "./pngs/arrowright.png", 400);
}
} */



//---------------------------------------
// function delay
Expand Down
Loading

0 comments on commit ec12cad

Please sign in to comment.