Last change
on this file since 2461 was
2454,
checked in by musat, 9 years ago
|
Supression des moyennes globales du fichier paramLMDZ_phy.nc
|
-
Property copyright set to
Name of program: LMDZ Creation date: 1984 Version: LMDZ5 License: CeCILL version 2 Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539 See the license file in the root directory
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1.4 KB
|
Rev | Line | |
---|
[1862] | 1 | ! |
---|
| 2 | !$OMP MASTER |
---|
[1538] | 3 | if (is_mpi_root) then |
---|
[1862] | 4 | ! |
---|
[1538] | 5 | ndex2d = 0 |
---|
[2343] | 6 | itau_w = itau_phy + itap + int(start_time * day_step_phy) |
---|
[1862] | 7 | ! |
---|
| 8 | ! Variables globales |
---|
| 9 | ! |
---|
[1538] | 10 | zx_tmp_0d=R_ecc |
---|
[1862] | 11 | CALL histwrite(nid_ctesGCM,"R_ecc",itau_w, & |
---|
| 12 | zx_tmp_0d,np,ndex2d) |
---|
| 13 | ! |
---|
[1538] | 14 | zx_tmp_0d=R_peri |
---|
[1862] | 15 | CALL histwrite(nid_ctesGCM,"R_peri",itau_w, & |
---|
| 16 | zx_tmp_0d,np,ndex2d) |
---|
| 17 | ! |
---|
[1538] | 18 | zx_tmp_0d=R_incl |
---|
[1862] | 19 | CALL histwrite(nid_ctesGCM,"R_incl",itau_w, & |
---|
| 20 | zx_tmp_0d,np,ndex2d) |
---|
| 21 | ! |
---|
[1538] | 22 | zx_tmp_0d=solaire |
---|
[1862] | 23 | CALL histwrite(nid_ctesGCM,"solaire",itau_w, & |
---|
| 24 | zx_tmp_0d,np,ndex2d) |
---|
| 25 | ! |
---|
[1538] | 26 | zx_tmp_0d=co2_ppm |
---|
[1862] | 27 | CALL histwrite(nid_ctesGCM,"co2_ppm",itau_w, & |
---|
| 28 | zx_tmp_0d,np,ndex2d) |
---|
| 29 | ! |
---|
[1538] | 30 | zx_tmp_0d=CH4_ppb |
---|
[1862] | 31 | CALL histwrite(nid_ctesGCM,"CH4_ppb",itau_w, & |
---|
| 32 | zx_tmp_0d,np,ndex2d) |
---|
| 33 | ! |
---|
[1538] | 34 | zx_tmp_0d=N2O_ppb |
---|
[1862] | 35 | CALL histwrite(nid_ctesGCM,"N2O_ppb",itau_w, & |
---|
| 36 | zx_tmp_0d,np,ndex2d) |
---|
| 37 | ! |
---|
[1538] | 38 | zx_tmp_0d=CFC11_ppt |
---|
[1862] | 39 | CALL histwrite(nid_ctesGCM,"CFC11_ppt",itau_w, & |
---|
| 40 | zx_tmp_0d,np,ndex2d) |
---|
| 41 | ! |
---|
[1538] | 42 | zx_tmp_0d=CFC12_ppt |
---|
[1862] | 43 | CALL histwrite(nid_ctesGCM,"CFC12_ppt",itau_w, & |
---|
| 44 | zx_tmp_0d,np,ndex2d) |
---|
| 45 | ! |
---|
| 46 | !================================================================= |
---|
| 47 | ! |
---|
[683] | 48 | if (ok_sync) then |
---|
| 49 | call histsync(nid_ctesGCM) |
---|
| 50 | endif |
---|
[1862] | 51 | ! |
---|
[1538] | 52 | endif !(is_mpi_root) then |
---|
[1862] | 53 | !$OMP END MASTER |
---|
Note: See
TracBrowser
for help on using the repository browser.