Skip to content
meteorologytoday edited this page Oct 8, 2015 · 1 revision

Diagnose input file

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.
Clone this wiki locally