Last change
on this file since 2169 was
687,
checked in by mhnguyen, 9 years ago
|
Implementing auto-generate rectilinear domain
+) Add a new special transformation to generate (complete) rectilinear domain
Test
+) On Curie
+) test_new_feature passed
|
File size:
798 bytes
|
Rev | Line | |
---|
[687] | 1 | 6c6 |
---|
| 2 | < |
---|
| 3 | --- |
---|
| 4 | > |
---|
| 5 | 36c36 |
---|
| 6 | < |
---|
| 7 | --- |
---|
| 8 | > |
---|
| 9 | 45c45 |
---|
| 10 | < |
---|
| 11 | --- |
---|
| 12 | > |
---|
| 13 | 52,53c52,53 |
---|
| 14 | < div = src_ni_glo/size |
---|
| 15 | < remain = MOD( src_ni_glo, size ) |
---|
| 16 | --- |
---|
| 17 | > div = src_ni_glo/size |
---|
| 18 | > remain = MOD( src_ni_glo, size ) |
---|
| 19 | 60c60 |
---|
| 20 | < ENDIF |
---|
| 21 | --- |
---|
| 22 | > ENDIF |
---|
| 23 | 91,92c91,92 |
---|
| 24 | < CALL xios_set_domain_attr("src_domain",data_dim=1, data_ni=src_ni, data_i_index=src_data_i_index, data_n_index=src_ni) |
---|
| 25 | < CALL xios_set_domain_attr("src_domain",lonvalue=src_lon,latvalue=src_lat, bounds_lon=src_boundslon, bounds_lat=src_boundslat, nvertex=src_nvertex) |
---|
| 26 | --- |
---|
| 27 | > CALL xios_set_domain_attr("src_domain",data_dim=1, data_ni=src_ni, data_i_index=src_data_i_index, data_n_index=src_ni, nvertex=src_nvertex) |
---|
| 28 | > CALL xios_set_domain_attr("src_domain",lonvalue=src_lon,latvalue=src_lat, bounds_lon=src_boundslon, bounds_lat=src_boundslat) |
---|
Note: See
TracBrowser
for help on using the repository browser.