- Timestamp:
- Jun 6, 2011, 10:16:33 AM (13 years ago)
- Location:
- LMDZ4/branches/LMDZ4_AR5/libf/phylmd
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/LMDZ4_AR5/libf/phylmd/CFMIP_point_locations_mod.F90
r1532 r1536 11 11 12 12 WRITE(*,*) 'npCFMIP=',npCFMIP 13 OPEN(20, file="pointlocations.txt",status='old') 13 ! OPEN(20, file="pointlocations.txt",status='old') 14 OPEN(20, file="pointlocations.txt",status='old',err=999) 14 15 OPEN(21, file="pointlocations_lon180.txt") 15 16 np=1 … … 26 27 CLOSE(20) 27 28 CLOSE(21) 29 999 RETURN 28 30 END SUBROUTINE read_CFMIP_point_locations 29 31 -
LMDZ4/branches/LMDZ4_AR5/libf/phylmd/phys_output_mod.F90
r1534 r1536 704 704 clef_stations(4) = .FALSE. 705 705 clef_stations(5) = .FALSE. 706 clef_stations(6) = . TRUE.706 clef_stations(6) = .FALSE. 707 707 708 708 lev_files(1) = lev_histmth -
LMDZ4/branches/LMDZ4_AR5/libf/phylmd/physiq.F
r1534 r1536 1478 1478 998 CONTINUE 1479 1479 CLOSE(98) 1480 999CONTINUE1480 CONTINUE 1481 1481 IF(nCFMIP.GT.npCFMIP) THEN 1482 1482 print*,'nCFMIP > npCFMIP : augmenter npCFMIP et recompiler' … … 1506 1506 $tabijGCM, lonGCM, latGCM, iGCM, jGCM) 1507 1507 c 1508 999 CONTINUE 1508 1509 ENDIF !debut 1509 1510
Note: See TracChangeset
for help on using the changeset viewer.