-
Notifications
You must be signed in to change notification settings - Fork 0
3. Diagnose input
meteorologytoday edited this page Oct 8, 2015
·
1 revision
The format of input file is written as follows:
[Type]-[Coordinate]-[Density]-[Operator Complexity] // comments
[Left] [Right] [Bottom] [Top]
[nx] [ny]
[input folder]
[output folder]
[file_rho_A]
[file_rho_B]
[file_rho_C]
[file: forcing] // Add this line if [Type] is SECONDARY_CIRCULATION
[file_init_bc]
[residue_absolute] [residue_relative] [max_iter] [alpha]
The following is an example file
DYNAMIC_EFFICIENCY-CYLINDRICAL-DENSITY_NORMAL-BAROTROPIC // geometry-density-operator_complexity
0.000000 1.000000 0.000000 1.000000 // domain size
200 200 // grid points
. // input folder
. // output folder
A.bin // file: A
B.bin // file: B
C.bin // file: C
bc_init.bin // file: boundary condition and initial guess
0.005000 0.005000 100000 1.000000 // rchi solver residue absolute, residue relative, max iteration time, and alpha.
Created by DMLab (Dynamic Meteorology Lab).