Changeset 2770 for LMDZ5/trunk/libf
- Timestamp:
- Jan 24, 2017, 3:23:59 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/limit_read_mod.F90
r2768 r2770 190 190 !**************************************************************************************** 191 191 IF (first_call) THEN 192 first_call=.FALSE. 192 193 ! calculate number of time steps for one day 193 194 lmt_pas = NINT(86400./dtime * 1.0) … … 235 236 ierr = NF90_CLOSE(nid) 236 237 IF (ierr /= NF90_NOERR) CALL abort_physic(modname,'Pb when closing file', 1) 237 first_call=.FALSE.238 238 END IF ! is_mpi_root 239 239 !$OMP END MASTER
Note: See TracChangeset
for help on using the changeset viewer.