Changeset 15369
- Timestamp:
- 2021-10-14T15:11:28+02:00 (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/releases/r4.0/r4.0-HEAD/src/OCE/SBC/sbcmod.F90
r15367 r15369 450 450 IF ( ln_wave .AND. (ln_tauwoc .OR. ln_tauw) ) CALL sbc_wstress( ) ! Wind stress provided by waves 451 451 ! 452 IF( ln_icebergs ) utau_icb(:,:) = utau(:,:) ; vtau_icb(:,:) = vtau(:,:) ! save pure wind stresses (with no ice-ocean stress) to be used by icebergs 452 IF( ln_icebergs ) THEN ! save pure wind stresses (with no ice-ocean stress) to be used by icebergs 453 utau_icb(:,:) = utau(:,:) ; vtau_icb(:,:) = vtau(:,:) 454 ENDIF 453 455 ! 454 456 ! !== Misc. Options ==!
Note: See TracChangeset
for help on using the changeset viewer.