NCAR / icar

The Intermediate Complexity Atmospheric Research model (ICAR)
MIT License
72 stars 53 forks source link

Changed advect.f90 winds check, cleaned up wind.f90 smooth_height references #112

Closed d-reynolds closed 2 years ago

d-reynolds commented 2 years ago

TYPE: No impact (refactoring)

KEYWORDS: Advection, coordinate-transform, refactoring

SOURCE: Dylan Reynolds, SLF

DESCRIPTION OF CHANGES: As requested by Ethan, ensured that references to jacobian of coordinate transform are minimized throughout the code, and that the check in advection of winds is guaranteed the same as what is used in the actual advection. The indexing of arrays in the advection code has also been changed to image-scope indexing (ims:ime, etc) to be consistent with rest of v2 code.