- Timestamp:
- 2020-03-22T22:18:21+01:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/2020/dev_r12377_KERNEL-06_techene_e3/src/OCE/DOM/domqe.F90
r12583 r12584 42 42 PUBLIC dom_qe_init ! called by domain.F90 43 43 PUBLIC dom_qe_zgr ! called by isfcpl.F90 44 PUBLIC dom_qe_sf_nxt ! called by step .F9045 PUBLIC dom_qe_sf_update ! called by step .F9044 PUBLIC dom_qe_sf_nxt ! called by steplf.F90 45 PUBLIC dom_qe_sf_update ! called by steplf.F90 46 46 PUBLIC dom_qe_interpol ! called by dynnxt.F90 47 47 PUBLIC dom_qe_r3c ! called by steplf.F90 … … 259 259 ENDIF 260 260 261 IF( PRESENT(kcall) ) THEN262 IF( kcall == 2 ) THEN263 CALL dom_qe_r3c( ssh(:,:,Kaa), r3t(:,:,Kaa), r3u(:,:,Kaa), r3v(:,:,Kaa), r3f(:,:) )264 ELSE265 CALL dom_qe_r3c( ssh(:,:,Kaa), r3t(:,:,Kaa), r3u(:,:,Kaa), r3v(:,:,Kaa) )266 ENDIF267 ENDIF268 261 269 262 ! ******************************* !
Note: See TracChangeset
for help on using the changeset viewer.