Changeset 7620
- Timestamp:
- 2017-01-30T14:35:21+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UKMO/r6232_INGV1_WAVE-coupling/NEMOGCM/NEMO/OPA_SRC/SBC/sbcmod.F90
r7481 r7620 395 395 END SELECT 396 396 397 IF( ln_mixcpl ) CALL sbc_cpl_rcv ( kt, nn_fsbc, nn_ice ) ! forced-coupled mixed formulation after forcing 398 397 399 IF ( ln_wave .AND. ln_tauoc) THEN ! Wave stress subctracted 398 400 utau(:,:) = utau(:,:)*tauoc_wave(:,:) … … 407 409 ! 408 410 END IF 409 IF( ln_mixcpl ) CALL sbc_cpl_rcv ( kt, nn_fsbc, nn_ice ) ! forced-coupled mixed formulation after forcing410 411 411 412 412 ! !== Misc. Options ==!
Note: See TracChangeset
for help on using the changeset viewer.