Skip to content

Commit

Permalink
added initial support for UVic-ESCM (v2.10)
Browse files Browse the repository at this point in the history
  • Loading branch information
bolding committed Mar 13, 2024
1 parent de3392e commit 6916342
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/drivers/uvic/fabm_driver.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#define _FABM_DIMENSION_COUNT_ 3
#define _FABM_DEPTH_DIMENSION_INDEX_ 2
#define _FABM_VECTORIZED_DIMENSION_INDEX_ 1

#define _FABM_MASK_TYPE_ real(rke)
#define _FABM_UNMASKED_VALUE_ 1

! Specify that the vertical index of the bottom cell is variable (kmax depends on i,j)
#define _FABM_BOTTOM_INDEX_ -1

#include "fabm.h"

0 comments on commit 6916342

Please sign in to comment.