Changeset 1793 for LMDZ5/trunk/libf/dyn3dmem/call_calfis_mod.F90
- Timestamp:
- Jul 18, 2013, 9:13:18 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3dmem/call_calfis_mod.F90
r1676 r1793 321 321 #endif 322 322 323 IF (ok_strato) THEN324 CALL top_bound_loc( vcov,ucov,teta,masse,dufi,dvfi,dtetafi)325 ENDIF326 327 323 #ifdef DEBUG_IO 328 324 CALL WriteField_u('ucovfi',ucov) … … 348 344 ENDDO 349 345 #endif 346 347 IF (ok_strato) THEN 348 ! CALL top_bound_loc( vcov,ucov,teta,masse,dufi,dvfi,dtetafi) 349 CALL top_bound_loc(vcov,ucov,teta,masse,dtphys) 350 ENDIF 350 351 351 352 !$OMP BARRIER
Note: See TracChangeset
for help on using the changeset viewer.