Changeset 5155 for branches/2012/dev_v3_4_STABLE_2012/NEMOGCM/NEMO/OPATAM_SRC/DYN/dynspg_flt_tam.F90
- Timestamp:
- 2015-03-18T12:13:53+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2012/dev_v3_4_STABLE_2012/NEMOGCM/NEMO/OPATAM_SRC/DYN/dynspg_flt_tam.F90
r4597 r5155 167 167 ELSE ! fixed volume (add the surface pressure gradient + unweighted time stepping) 168 168 ! 169 CALL lbc_lnk(sshn_tl,'T',1.) 169 170 DO jj = 2, jpjm1 ! Surface pressure gradient (now) 170 171 DO ji = fs_2, fs_jpim1 ! vector opt. … … 568 569 END DO 569 570 END DO 571 CALL lbc_lnk_adj(sshn_ad,'T',1.) 570 572 ENDIF 571 573 … … 808 810 gcx_tl (:,:) = zgcx_tlin (:,:) ; gcxb_tl(:,:) = zgcxb_tlin(:,:) 809 811 810 CALL sol_mat( istp ) ! for nitend, it is not called in _tan so it is still set to the nit000 case 812 CALL sol_mat( istp ) ! for nitend, it is not called in _tan so it is still set to the nit000 case 811 813 CALL dyn_spg_flt_tan( istp, indic ) 812 814 … … 945 947 & ) 946 948 DEALLOCATE( zgcx_tlin , zgcx_tlout , zgcx_adin , zgcx_adout, & 947 & zgcxb_tlin, zgcxb_tlout, zgcxb_adin, zgcxb_adout ) 949 & zgcxb_tlin, zgcxb_tlout, zgcxb_adin, zgcxb_adout ) 948 950 END SUBROUTINE dyn_spg_flt_adj_tst 949 951
Note: See TracChangeset
for help on using the changeset viewer.