Changeset 2616 for LMDZ5/trunk/libf/dyn3dmem/leapfrog_loc.F
- Timestamp:
- Aug 26, 2016, 5:05:04 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3dmem/leapfrog_loc.F
r2603 r2616 472 472 cym apphys = .FALSE. 473 473 statcl = .FALSE. 474 474 ! conser = .FALSE. ! ie: no output of control variables to stdout in // 475 475 476 476 if (firstCaldyn) then … … 700 700 701 701 c$OMP MASTER 702 if (mpi_rank==0.AND.conser) THEN 703 WRITE(lunout,*) 'leapfrog_loc, Time step: ',itau,' Day:',time 704 ENDIF 702 705 call VTe(VTcaldyn) 703 706 c$OMP END MASTER
Note: See TracChangeset
for help on using the changeset viewer.