- Timestamp:
- 2017-12-15T18:43:46+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/TRD/trdmxl.F90
r9097 r9100 532 532 CALL lbc_lnk_multi( ztmltot2, 'T', 1., zsmltot2, 'T', 1., & 533 533 & ztmlres2, 'T', 1., zsmlres2, 'T', 1. ) 534 CALL lbc_lnk_multi( ztmltrd2(:,:,:), 'T', zsmltrd2(:,:,:), 'T', 1. ) ! / in the NetCDF trends file 534 DO jl = 1, jpltrd 535 CALL lbc_lnk_multi( ztmltrd2(:,:,jl), 'T', zsmltrd2(:,:,jl), 'T', 1. ) ! / in the NetCDF trends file 536 END DO 535 537 536 538 ! III.3 Time evolution array swap
Note: See TracChangeset
for help on using the changeset viewer.