Changeset 4464 for LMDZ6/trunk
- Timestamp:
- Mar 9, 2023, 6:03:51 PM (21 months ago)
- Location:
- LMDZ6/trunk/libf/dynphy_lonlat
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/dynphy_lonlat/calfis.F
r4056 r4464 186 186 write(lunout,*) ' ngridmx jjm iim ' 187 187 write(lunout,*) ngridmx,jjm,iim 188 STOP188 call abort_gcm("calfis", "", 1) 189 189 ENDIF 190 190 ELSE -
LMDZ6/trunk/libf/dynphy_lonlat/calfis_loc.F
r4056 r4464 262 262 write(lunout,*) ' ngridmx jjm iim ' 263 263 write(lunout,*) ngridmx,jjm,iim 264 STOP264 call abort_gcm("calfis_loc", "", 1) 265 265 ENDIF 266 266 c$OMP MASTER … … 1218 1218 1219 1219 #else 1220 write(lunout,*) 1221 & "calfis_p: for now can only work with parallel physics" 1222 stop 1220 call abort_gcm("calfis_loc", 1221 & "calfis_p: for now can only work with parallel physics", 1) 1223 1222 #endif 1224 1223 ! of #ifdef CPP_PHYS -
LMDZ6/trunk/libf/dynphy_lonlat/gr_dyn_fi.F
r4456 r4464 23 23 24 24 IF (ngrid.NE.2+(jm-2)*(im-1)) then 25 print *, 'probleme de dim' 26 stop 1 25 call abort_gcm("gr_dyn_fi", 'probleme de dim', 1) 27 26 end if 28 27 c traitement des poles -
LMDZ6/trunk/libf/dynphy_lonlat/phylmd/limit_netcdf.F90
r4361 r4464 599 599 CALL pchfe_95(timeyear, champtime(i, j, :), yder, skip, & 600 600 arth(0.5, real(ndays_in) / ndays, ndays), champan(i, j, :), ierr) 601 if (ierr < 0) stop 1601 if (ierr < 0) call abort_physiq("get_2Dfield", "", 1) 602 602 n_extrap = n_extrap + ierr 603 603 END DO
Note: See TracChangeset
for help on using the changeset viewer.