! !$OMP MASTER if (is_mpi_root) then ! ndex2d = 0 itau_w = itau_phy + itap + int(start_time * day_step_phy) ! ! Variables globales ! zx_tmp_0d=R_ecc CALL histwrite(nid_ctesGCM,"R_ecc",itau_w, & zx_tmp_0d,np,ndex2d) ! zx_tmp_0d=R_peri CALL histwrite(nid_ctesGCM,"R_peri",itau_w, & zx_tmp_0d,np,ndex2d) ! zx_tmp_0d=R_incl CALL histwrite(nid_ctesGCM,"R_incl",itau_w, & zx_tmp_0d,np,ndex2d) ! zx_tmp_0d=solaire CALL histwrite(nid_ctesGCM,"solaire",itau_w, & zx_tmp_0d,np,ndex2d) ! zx_tmp_0d=co2_ppm CALL histwrite(nid_ctesGCM,"co2_ppm",itau_w, & zx_tmp_0d,np,ndex2d) ! zx_tmp_0d=CH4_ppb CALL histwrite(nid_ctesGCM,"CH4_ppb",itau_w, & zx_tmp_0d,np,ndex2d) ! zx_tmp_0d=N2O_ppb CALL histwrite(nid_ctesGCM,"N2O_ppb",itau_w, & zx_tmp_0d,np,ndex2d) ! zx_tmp_0d=CFC11_ppt CALL histwrite(nid_ctesGCM,"CFC11_ppt",itau_w, & zx_tmp_0d,np,ndex2d) ! zx_tmp_0d=CFC12_ppt CALL histwrite(nid_ctesGCM,"CFC12_ppt",itau_w, & zx_tmp_0d,np,ndex2d) ! !================================================================= ! if (ok_sync) then call histsync(nid_ctesGCM) endif ! endif !(is_mpi_root) then !$OMP END MASTER