Changeset 2097 for LMDZ5/trunk/libf/phylmd/phys_output_write_mod.F90
- Timestamp:
- Jul 21, 2014, 2:39:49 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/phys_output_write_mod.F90
-
Property
svn:keywords
set to
Id
r2095 r2097 1 1 ! 2 ! $ Header$2 ! $Id$ 3 3 ! 4 4 MODULE phys_output_write_mod … … 1319 1319 IF(.NOT.vars_defined) THEN 1320 1320 !$OMP MASTER 1321 #ifndef CPP_ NO_IOIPSL1321 #ifndef CPP_IOIPSL_NO_OUTPUT 1322 1322 DO iff=1,nfiles 1323 1323 IF (clef_files(iff)) THEN … … 1344 1344 IF(vars_defined) THEN 1345 1345 ! On synchronise les fichiers pour IOIPSL 1346 #ifndef CPP_ NO_IOIPSL1346 #ifndef CPP_IOIPSL_NO_OUTPUT 1347 1347 !$OMP MASTER 1348 1348 DO iff=1,nfiles -
Property
svn:keywords
set to
Note: See TracChangeset
for help on using the changeset viewer.