Changeset 1451 for LMDZ4/branches/LMDZ4_AR5/libf/dyn3dpar
- Timestamp:
- Nov 12, 2010, 4:13:39 PM (14 years ago)
- Location:
- LMDZ4/branches/LMDZ4_AR5/libf/dyn3dpar
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/LMDZ4_AR5/libf/dyn3dpar/fluxstokenc_p.F
r1279 r1451 57 57 58 58 c AC initialisations 59 cympbarug(:,:) = 0.59 pbarug(:,:) = 0. 60 60 cym pbarvg(:,:,:) = 0. 61 61 cym wg(:,:) = 0. -
LMDZ4/branches/LMDZ4_AR5/libf/dyn3dpar/initfluxsto_p.F
r1279 r1451 203 203 . llm, nivsigs, zvertiid) 204 204 c pour le fichier def 205 nivd(1) = 1 206 call histvert(filedid, 'sig_s', 'Niveaux sigma', 207 . 'sigma_level', 208 . 1, nivd, dvertiid) 209 205 if (mpi_rank==0) then 206 nivd(1) = 1 207 call histvert(filedid, 'sig_s', 'Niveaux sigma', 208 . 'sigma_level', 209 . 1, nivd, dvertiid) 210 endif 210 211 C 211 212 C Appels a histdef pour la definition des variables a sauvegarder … … 282 283 call histend(fileid) 283 284 call histend(filevid) 284 call histend(filedid)285 if (mpi_rank==0) call histend(filedid) 285 286 if (ok_sync) then 286 287 call histsync(fileid) 287 288 call histsync(filevid) 288 call histsync(filedid)289 if (mpi_rank==0) call histsync(filedid) 289 290 endif 290 291 -
LMDZ4/branches/LMDZ4_AR5/libf/dyn3dpar/leapfrog_p.F
r1286 r1451 588 588 . flxw,pk, iapptrac) 589 589 590 IF (offline ) THEN590 IF (offline .AND. .NOT. adjust) THEN 591 591 Cmaf stokage du flux de masse pour traceurs OFF-LINE 592 592
Note: See TracChangeset
for help on using the changeset viewer.