Changeset 9466
- Timestamp:
- 2018-04-09T15:45:36+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UKMO/r6232_HZG_WAVE-coupling/NEMOGCM/NEMO/OPA_SRC/DYN/dynspg_ts.F90
r9462 r9466 467 467 & + fwfisf(:,:) + fwfisf_b(:,:) ) 468 468 ENDIF 469 #if defined key_asminc 470 ! ! Include the IAU weighted SSH increment 471 IF( lk_asminc .AND. ln_sshinc .AND. ln_asmiau ) THEN 472 zssh_frc(:,:) = zssh_frc(:,:) - ssh_iau(:,:) 473 ENDIF 474 #endif 469 475 ! !* Fill boundary data arrays for AGRIF 470 476 ! ! ------------------------------------ … … 474 480 ! 475 481 ! ----------------------------------------------------------------------- 476 ! Phase 2 : Integration of the barotropic equations 482 ! Phase 2 : Integration of the barotropic equations 477 483 ! ----------------------------------------------------------------------- 478 484 ! 479 ! Moved here to allow merging with other branch480 IF( ln_sdw ) THEN ! Stokes drift divergence added if necessary481 zssh_frc(:,:) = zssh_frc(:,:) + div_sd(:,:)482 ENDIF483 !484 #if defined key_asminc485 ! ! Include the IAU weighted SSH increment486 IF( lk_asminc .AND. ln_sshinc .AND. ln_asmiau ) THEN487 zssh_frc(:,:) = zssh_frc(:,:) - ssh_iau(:,:)488 ENDIF489 #endif490 485 ! ! ==================== ! 491 486 ! ! Initialisations ! 492 ! ! ==================== ! 487 ! ! ==================== ! 493 488 ! Initialize barotropic variables: 494 489 IF( ll_init )THEN … … 500 495 vb_e (:,:) = 0._wp 501 496 ENDIF 497 ! 498 ! Moved here to allow merging with other branch 499 IF( ln_sdw ) THEN ! Stokes drift divergence added if necessary 500 zssh_frc(:,:) = zssh_frc(:,:) + div_sd(:,:) 501 ENDIF 502 502 ! 503 503 IF (ln_bt_fw) THEN ! FORWARD integration: start from NOW fields
Note: See TracChangeset
for help on using the changeset viewer.