- Timestamp:
- 2017-02-14T11:42:21+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UKMO/dev_r5518_pcbias/NEMOGCM/NEMO/OPA_SRC/step.F90
r6411 r7679 275 275 IF( ln_sto_eos ) CALL sto_pts( tsn ) ! Random T/S fluctuations 276 276 CALL eos ( tsa, rhd, rhop, fsdept_n(:,:,:) ) ! Time-filtered in situ density for hpg computation 277 CALL lbc_lnk( rhd, 'T', 1.0_wp ) 277 278 IF( ln_zps .AND. .NOT. ln_isfcav) & 278 279 & CALL zps_hde ( kstp, jpts, tsa, gtsu, gtsv, & ! Partial steps: before horizontal gradient … … 287 288 IF( ln_sto_eos ) CALL sto_pts( tsn ) ! Random T/S fluctuations 288 289 CALL eos ( tsn, rhd, rhop, fsdept_n(:,:,:) ) ! now in situ density for hpg computation 290 CALL lbc_lnk( rhd, 'T', 1.0_wp ) 289 291 IF( ln_zps .AND. .NOT. ln_isfcav) & 290 292 & CALL zps_hde ( kstp, jpts, tsn, gtsu, gtsv, & ! Partial steps: before horizontal gradient
Note: See TracChangeset
for help on using the changeset viewer.