Changeset 1931 for LMDZ5/trunk/libf/phylmd/physiq.F90
- Timestamp:
- Jan 17, 2014, 6:49:48 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/physiq.F90
r1924 r1931 1153 1153 IF(nCFMIP.GT.npCFMIP) THEN 1154 1154 print*,'nCFMIP > npCFMIP : augmenter npCFMIP et recompiler' 1155 CALL abort1155 call abort_gcm("physiq", "", 1) 1156 1156 else 1157 1157 print*,'physiq npCFMIP=',npCFMIP,'nCFMIP=',nCFMIP … … 1257 1257 !$OMP BARRIER 1258 1258 1259 freq_outNMC(1) = ecrit_files(7)1260 freq_outNMC(2) = ecrit_files(8)1261 freq_outNMC(3) = ecrit_files(9)1262 WRITE(lunout,*)'OK freq_outNMC(1)=',freq_outNMC(1)1263 WRITE(lunout,*)'OK freq_outNMC(2)=',freq_outNMC(2)1264 WRITE(lunout,*)'OK freq_outNMC(3)=',freq_outNMC(3)1259 freq_outNMC(1) = ecrit_files(7) 1260 freq_outNMC(2) = ecrit_files(8) 1261 freq_outNMC(3) = ecrit_files(9) 1262 WRITE(lunout,*)'OK freq_outNMC(1)=',freq_outNMC(1) 1263 WRITE(lunout,*)'OK freq_outNMC(2)=',freq_outNMC(2) 1264 WRITE(lunout,*)'OK freq_outNMC(3)=',freq_outNMC(3) 1265 1265 1266 1266 include "ini_histday_seri.h" … … 1692 1692 ENDIF 1693 1693 1694 ! AI Janv 20141695 1696 1697 1698 1699 1700 1701 1694 ! AI Janv 2014 1695 do i = 1, klon 1696 if (fract(i).le.0.) then 1697 JrNt(i)=0. 1698 else 1699 JrNt(i)=1. 1700 endif 1701 enddo 1702 1702 1703 1703 if (mydebug) then … … 2123 2123 ELSE 2124 2124 WRITE(lunout,*) "iflag_con non-prevu", iflag_con 2125 CALL abort2125 call abort_gcm("physiq", "", 1) 2126 2126 ENDIF 2127 2127 … … 3250 3250 3251 3251 ENDIF 3252 !3253 3252 3254 3253 !
Note: See TracChangeset
for help on using the changeset viewer.