123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280 |
- !
- ! TM5 grid definitions
- !
- !
- ! For each region define:
- !
- ! xcyc : 1 if the region has cyclic x-boundary conditions, 0 otherwise
- ! touch_np : 1 if region touches the north pole, 0 otherwise
- ! touch_sp : 1 if region touches the south pole, 0 otherwise
- ! xbeg : the westmost border of the region
- ! xend : the eastmost border of the region
- ! ybeg : the southmost border of the region
- ! yend : the northmost border of the region
- !
- ! Refinement factors (<= maxref)
- ! tref may differ from xref/yref.
- ! In the current implementation it should be 1,2,4,6,...
- !
- ! maximum refinement factor (can be arbitrary in principle):
- region.maxref : 10
- ! basic (coarsest) resolution in degrees for x and y (dz default 1.0)' )
- region.dx : 6.0
- region.dy : 4.0
- region.dz : 1.0
- ! globe as single grid cell, used for global mass conservation ;
- ! this region has index '0' in the model;
- ! DO NOT CHANGE THIS DEFINITION !
- region.globe.xcyc : 1
- region.globe.touch_np : 1
- region.globe.touch_sp : 1
- region.globe.xbeg : -180
- region.globe.xend : 180
- region.globe.ybeg : -90
- region.globe.yend : 90
- region.globe.im : 1
- region.globe.jm : 1
- region.globe.xref : 1
- region.globe.yref : 1
- region.globe.zref : 1
- region.globe.tref : 1
- region.globe.redgrid.nh.n : 0
- region.globe.redgrid.nh.comb :
- region.globe.redgrid.sh.n : 0
- region.globe.redgrid.sh.comb :
- ! global 1x1 for surface fields ;
- ! not used for zooming, thus no 'ref's required
- region.glb100x100.xcyc : 1
- region.glb100x100.touch_np : 1
- region.glb100x100.touch_sp : 1
- region.glb100x100.xbeg : -180
- region.glb100x100.xend : 180
- region.glb100x100.ybeg : -90
- region.glb100x100.yend : 90
- region.glb100x100.im : 360
- region.glb100x100.jm : 180
- region.glb100x100.xref : 0
- region.glb100x100.yref : 0
- region.glb100x100.zref : 0
- region.glb100x100.tref : 0
- region.glb100x100.redgrid.nh.n : 0
- region.glb100x100.redgrid.nh.comb :
- region.glb100x100.redgrid.sh.n : 0
- region.glb100x100.redgrid.sh.comb :
- ! global 6x4
- region.glb600x400.xcyc : 1
- region.glb600x400.touch_np : 1
- region.glb600x400.touch_sp : 1
- region.glb600x400.xbeg : -180
- region.glb600x400.xend : 180
- region.glb600x400.ybeg : -90
- region.glb600x400.yend : 90
- region.glb600x400.im : 60
- region.glb600x400.jm : 45
- region.glb600x400.xref : 1
- region.glb600x400.yref : 1
- region.glb600x400.zref : 1
- region.glb600x400.tref : 1
- region.glb600x400.redgrid.nh.n : 1
- region.glb600x400.redgrid.nh.comb : 60
- region.glb600x400.redgrid.sh.n : 3
- region.glb600x400.redgrid.sh.comb : 60 20 10
- ! zoom over Europe 3x2
- region.eur300x200.xcyc : 0
- region.eur300x200.touch_np : 0
- region.eur300x200.touch_sp : 0
- region.eur300x200.xbeg : -36
- region.eur300x200.xend : 54
- region.eur300x200.ybeg : 2
- region.eur300x200.yend : 74
- region.eur300x200.im : 30
- region.eur300x200.jm : 36
- region.eur300x200.xref : 2
- region.eur300x200.yref : 2
- region.eur300x200.zref : 1
- region.eur300x200.tref : 2
- region.eur300x200.redgrid.nh.n : 0
- region.eur300x200.redgrid.nh.comb :
- region.eur300x200.redgrid.sh.n : 0
- region.eur300x200.redgrid.sh.comb :
- ! zoom over Europe 2x1
- region.eur200x100.xcyc : 0
- region.eur200x100.touch_np : 0
- region.eur200x100.touch_sp : 0
- region.eur200x100.xbeg : -45
- region.eur200x100.xend : 45
- region.eur200x100.ybeg : 20
- region.eur200x100.yend : 78
- region.eur200x100.im : 45
- region.eur200x100.jm : 58
- region.eur200x100.xref : 3
- region.eur200x100.yref : 4
- region.eur200x100.zref : 1
- region.eur200x100.tref : 4
- region.eur200x100.redgrid.nh.n : 0
- region.eur200x100.redgrid.nh.comb :
- region.eur200x100.redgrid.sh.n : 0
- region.eur200x100.redgrid.sh.comb :
-
- ! zoom over Europe 1x1
- region.eur100x100.xcyc : 0
- region.eur100x100.touch_np : 0
- region.eur100x100.touch_sp : 0
- region.eur100x100.xbeg : -21
- region.eur100x100.xend : 39
- region.eur100x100.ybeg : 12
- region.eur100x100.yend : 66
- region.eur100x100.im : 60
- region.eur100x100.jm : 54
- region.eur100x100.xref : 6
- region.eur100x100.yref : 4
- region.eur100x100.zref : 1
- region.eur100x100.tref : 4
- region.eur100x100.redgrid.nh.n : 0
- region.eur100x100.redgrid.nh.comb :
- region.eur100x100.redgrid.sh.n : 0
- region.eur100x100.redgrid.sh.comb :
- ! zoom over Europe 1x1 ; extended 6 cells to east
- region.eux100x100.xcyc : 0
- region.eux100x100.touch_np : 0
- region.eux100x100.touch_sp : 0
- region.eux100x100.xbeg : -21
- region.eux100x100.xend : 45
- region.eux100x100.ybeg : 12
- region.eux100x100.yend : 66
- region.eux100x100.im : 66
- region.eux100x100.jm : 54
- region.eux100x100.xref : 6
- region.eux100x100.yref : 4
- region.eux100x100.zref : 1
- region.eux100x100.tref : 4
- region.eux100x100.redgrid.nh.n : 0
- region.eux100x100.redgrid.nh.comb :
- region.eux100x100.redgrid.sh.n : 0
- region.eux100x100.redgrid.sh.comb :
- ! zoom over North-America 3x2
- region.nam300x200.xcyc : 0
- region.nam300x200.touch_np : 0
- region.nam300x200.touch_sp : 0
- region.nam300x200.xbeg : -168
- region.nam300x200.xend : -54
- region.nam300x200.ybeg : 2
- region.nam300x200.yend : 82
- region.nam300x200.im : 38
- region.nam300x200.jm : 40
- region.nam300x200.xref : 2
- region.nam300x200.yref : 2
- region.nam300x200.zref : 1
- region.nam300x200.tref : 2
- region.nam300x200.redgrid.nh.n : 0
- region.nam300x200.redgrid.nh.comb :
- region.nam300x200.redgrid.sh.n : 0
- region.nam300x200.redgrid.sh.comb :
- ! zoom over North-America 1x1
- region.nam100x100.xcyc : 0
- region.nam100x100.touch_np : 0
- region.nam100x100.touch_sp : 0
- region.nam100x100.xbeg : -132
- region.nam100x100.xend : -60
- region.nam100x100.ybeg : 20
- region.nam100x100.yend : 64
- region.nam100x100.im : 72
- region.nam100x100.jm : 44
- region.nam100x100.xref : 6
- region.nam100x100.yref : 4
- region.nam100x100.zref : 1
- region.nam100x100.tref : 4
- region.nam100x100.redgrid.nh.n : 0
- region.nam100x100.redgrid.nh.comb :
- region.nam100x100.redgrid.sh.n : 0
- region.nam100x100.redgrid.sh.comb :
- ! hi-res zoom over Europe 0.50x0.25
- region.eur050x025.xcyc : 0
- region.eur050x025.touch_np : 0
- region.eur050x025.touch_sp : 0
- region.eur050x025.xbeg : -9
- region.eur050x025.xend : 27
- region.eur050x025.ybeg : 40
- region.eur050x025.yend : 58
- region.eur050x025.im : 72
- region.eur050x025.jm : 72
- region.eur050x025.xref : 6
- region.eur050x025.yref : 8
- region.eur050x025.zref : 1
- region.eur050x025.tref : 4
- region.eur050x025.redgrid.nh.n : 0
- region.eur050x025.redgrid.nh.comb :
- region.eur050x025.redgrid.sh.n : 0
- region.eur050x025.redgrid.sh.comb :
- ! hi-res zoom over Europe 1.00x0.50
- region.eur100x050.xcyc : 0
- region.eur100x050.touch_np : 0
- region.eur100x050.touch_sp : 0
- region.eur100x050.xbeg : -30
- region.eur100x050.xend : 30
- region.eur100x050.ybeg : 35
- region.eur100x050.yend : 70
- region.eur100x050.im : 60
- region.eur100x050.jm : 70
- region.eur100x050.xref : 6
- region.eur100x050.yref : 8
- region.eur100x050.zref : 1
- region.eur100x050.tref : 8
- region.eur100x050.redgrid.nh.n : 0
- region.eur100x050.redgrid.nh.comb :
- region.eur100x050.redgrid.sh.n : 0
- region.eur100x050.redgrid.sh.comb :
- ! zoom over South-America 3x2
- region.sam300x200.xcyc : 0
- region.sam300x200.touch_np : 0
- region.sam300x200.touch_sp : 0
- region.sam300x200.xbeg : -96
- region.sam300x200.xend : -24
- region.sam300x200.ybeg : -70
- region.sam300x200.yend : 22
- region.sam300x200.im : 24
- region.sam300x200.jm : 46
- region.sam300x200.xref : 2
- region.sam300x200.yref : 2
- region.sam300x200.zref : 1
- region.sam300x200.tref : 2
- region.sam300x200.redgrid.nh.n : 0
- region.sam300x200.redgrid.nh.comb :
- region.sam300x200.redgrid.sh.n : 0
- region.sam300x200.redgrid.sh.comb :
- ! zoom over South-America 1x1
- region.sam100x100.xcyc : 0
- region.sam100x100.touch_np : 0
- region.sam100x100.touch_sp : 0
- region.sam100x100.xbeg : -84
- region.sam100x100.xend : -33
- region.sam100x100.ybeg : -32
- region.sam100x100.yend : 14
- region.sam100x100.im : 51
- region.sam100x100.jm : 46
- region.sam100x100.xref : 6
- region.sam100x100.yref : 4
- region.sam100x100.zref : 1
- region.sam100x100.tref : 4
- region.sam100x100.redgrid.nh.n : 0
- region.sam100x100.redgrid.nh.comb :
- region.sam100x100.redgrid.sh.n : 0
- region.sam100x100.redgrid.sh.comb :
-
|