Skip to content

Commit 34d4ec0

Browse files
committed
add flag in description
1 parent 9112b73 commit 34d4ec0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

msqg/qg.c

+5
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ rsync _qg.c
1919
mpicc -Wall -std=c99 -O2 _qg.c -lm -o qg.e (-mkl)
2020
*/
2121

22+
/**
23+
Experimental flags:
24+
-D_LS_RV=1: advect large-scale relative vorticity
25+
*/
26+
2227
#include "grid/multigrid.h"
2328
#include "auxiliar_input.h"
2429
#include "qg.h"

0 commit comments

Comments
 (0)