Can a 2D model nest with a 3D model?

General scientific issues regarding ROMS

Moderators: arango, robertson

Post Reply
Message
Author
Guotong_Deng
Posts: 5
Joined: Tue Mar 05, 2019 1:32 am
Location: Tsinghua University

Can a 2D model nest with a 3D model?

#1 Unread post by Guotong_Deng »

Hi all!
I run a 3D-nesting-3D model which inner and outer grid are 10 layers, and I want to run a 2D-nesting-3D model based on this 3D-nesting-3D model. I just changed the outer grid to 1 layer, but there was something wrong:
MP_ASSEMBLEF_3D - inconsistent array size, Npts = 9680 96800
number of addressed array elements is incorrect.
Then I changed the outer grid to 5 layers, there was the same problem:
MP_ASSEMBLEF_3D - inconsistent array size, Npts = 48400 96800
number of addressed array elements is incorrect.
The first number of Npts changed, so it was related to the number of layers.
Here is the basic information of Generic User Parameters in the case of 5 layers(outer) nesting 10 layers(inner):
5.0000E+00 user(01) User parameter 01.

Tile partition information for Grid 01: 324x108x5 tiling: 10x4

tile Istr Iend Jstr Jend Npts

0 1 30 1 27 4050
1 31 63 1 27 4455
2 64 96 1 27 4455
3 97 129 1 27 4455
4 130 162 1 27 4455
5 163 195 1 27 4455
6 196 228 1 27 4455
7 229 261 1 27 4455
8 262 294 1 27 4455
9 295 324 1 27 4050
10 1 30 28 54 4050
11 31 63 28 54 4455
12 64 96 28 54 4455
13 97 129 28 54 4455
14 130 162 28 54 4455
15 163 195 28 54 4455
16 196 228 28 54 4455
17 229 261 28 54 4455
18 262 294 28 54 4455
19 295 324 28 54 4050
20 1 30 55 81 4050
21 31 63 55 81 4455
22 64 96 55 81 4455
23 97 129 55 81 4455
24 130 162 55 81 4455
25 163 195 55 81 4455
26 196 228 55 81 4455
27 229 261 55 81 4455
28 262 294 55 81 4455
29 295 324 55 81 4050
30 1 30 82 108 4050
31 31 63 82 108 4455
32 64 96 82 108 4455
33 97 129 82 108 4455
34 130 162 82 108 4455
35 163 195 82 108 4455
36 196 228 82 108 4455
37 229 261 82 108 4455
38 262 294 82 108 4455
39 295 324 82 108 4050

Tile partition information for Grid 02: 275x220x10 tiling: 10x4

tile Istr Iend Jstr Jend Npts

0 1 26 1 55 14300
1 27 54 1 55 15400
2 55 82 1 55 15400
3 83 110 1 55 15400
4 111 138 1 55 15400
5 139 166 1 55 15400
6 167 194 1 55 15400
7 195 222 1 55 15400
8 223 250 1 55 15400
9 251 275 1 55 13750
10 1 26 56 110 14300
11 27 54 56 110 15400
12 55 82 56 110 15400
13 83 110 56 110 15400
14 111 138 56 110 15400
15 139 166 56 110 15400
16 167 194 56 110 15400
17 195 222 56 110 15400
18 223 250 56 110 15400
19 251 275 56 110 13750
20 1 26 111 165 14300
21 27 54 111 165 15400
22 55 82 111 165 15400
23 83 110 111 165 15400
24 111 138 111 165 15400
25 139 166 111 165 15400
26 167 194 111 165 15400
27 195 222 111 165 15400
28 223 250 111 165 15400
29 251 275 111 165 13750
30 1 26 166 220 14300
31 27 54 166 220 15400
32 55 82 166 220 15400
33 83 110 166 220 15400
34 111 138 166 220 15400
35 139 166 166 220 15400
36 167 194 166 220 15400
37 195 222 166 220 15400
38 223 250 166 220 15400
39 251 275 166 220 13750


The total of Npts of Grid 01 is 174960 and Grid 02 is 605000 and both of them are different from the number 96800. Is there anyone who can tell me the difference of these numbers and can a 2D model nest with a 3D model ?
Any comments are welcome.

Post Reply