Changes between Version 14 and Version 15 of u/bliu/pnMapping


Ignore:
Timestamp:
12/20/21 12:03:51 (3 years ago)
Author:
Baowei Liu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • u/bliu/pnMapping

    v14 v15  
    22
    33= 1. old data run revised =
    4 set box_7 to be 4000/8=500 instead of 750
    5 
    6 {{{
    7     ! Physical bounds of boxes
    8     box_0=64000*reshape((/-1,-1,-1,1,1,1/),(/3,2/))
    9     box_4=4000*reshape((/-1,-1,-1,1,1,1/),(/3,2/))
    10     !box_7=750*reshape((/-1,-1,-1,1,1,1/),(/3,2/))
    11     box_7=500*reshape((/-1,-1,-1,1,1,1/),(/3,2/))
     4added gridsData namelist (largeGridSize, mediumGridSize, smallGridSize, gridPos(3))
     5
     6{{{
     7&GridsData
     8largeGridSize   = 64000d0
     9mediumGridSize  = 4000d0
     10smallGridSize   = 750d0
     11gridPos         = 750d0,750d0,0d0
     12
    1213}}}
    1314
     
    1819
    1920{{{
    20 large grid: 2.4e4/512=46.875; 1.4/299 = 46.8227424749
    21 medium grid: 1e4/512=19.53125
    22 small grid: 5e3/512 = 9.765625
     21large grid size: 2.4e4/512=46.875; 1.4/299 = 46.8227424749
     22medium grid size: 1e4/512=19.53125
     23small grid size: 5e3/512 = 9.765625
     24
     25Ratio:
     26large grid size: 4.79464882943
     27medium grid size: 2
     28small grid size: 1
    2329}}}
    2430