Good day Claw Users,
My name is Wilfredo Robinson, and I am working with EURECOM (France) on a project that uses GeoClaw. I have a question regarding the AMR refinement levels.
Let's assume that I have a computational domain that is 100km x 100km. I set my coarsest level to 30x30 cells. This means that each side measuring 100km will be divided into 30 cells. This means each cell side is now 100km / 30 = 3.33km. This is my AMR Level 1.
Now I set my AMR refinement levels as follows: [2, 4]. My AMR Level 2 will now divide my 30x30 computational domain into 60x60 cells, leading to a cell side of 1.66km, twice the resolution of AMR Level 1. Now AMR Level 3 will be have 4 times the resolution that AMR Level 2 has, meaning each cell side will be 0.417km (100km / 30 / 2 / 4 = 0.417km).
I have two questions:
1. Is my interpretation of how AMR works correct? If not, what did I interpret incorrectly?
2. What happens if I make an AMR level lead to a higher resolution than what is actually possible based on the original grid file? For example, let's say my topo file (.asc) has a cell size of 100m (not using degrees here for clarity). If I use this topo file and use an AMR level that makes the cell have a size of 50m, what happens? Does GeoClaw assume its own 50m resolution? Or does it just stick to the minimum possible cell size (100m), which is defined by the original topo file?
Thanks in advance. I await to see if anyone has any feedback for this.
Cheers,
Wilfredo