Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
revision 1.17 by jahn, Fri Sep 12 16:19:39 2014 UTC | revision 1.18 by jahn, Fri Jul 24 21:47:26 2015 UTC | |
---|---|---|
# | Line 422 C always fill; this will be the s | Line 422 C always fill; this will be the s |
422 | C way it won't blow up for weird diagnostics periods. | C way it won't blow up for weird diagnostics periods. |
423 | C we fill before updating, so the diag is the one used in this time | C we fill before updating, so the diag is the one used in this time |
424 | C step | C step |
425 | CALL DIAGNOSTICS_FILL( | IF ( useDiagnostics ) THEN |
426 | CALL DIAGNOSTICS_FILL( | |
427 | & PARday(1-Olx,1-Oly,1,bi,bj,PARiprev),'PARday ', | & PARday(1-Olx,1-Oly,1,bi,bj,PARiprev),'PARday ', |
428 | & 0,Nr,2,bi,bj,myThid ) | & 0,Nr,2,bi,bj,myThid ) |
429 | ENDIF | |
430 | #endif | #endif |
431 | #endif /* ALLOW_PAR_DAY */ | #endif /* ALLOW_PAR_DAY */ |
432 |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |