Changeset 4202
- Timestamp:
- 2013-11-14T16:48:15+01:00 (11 years ago)
- Location:
- trunk/NEMOGCM/NEMO/TOP_SRC
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEMOGCM/NEMO/TOP_SRC/trcini.F90
r3680 r4202 145 145 146 146 ! 147 IF( nn_dttrc /= 1 ) CALL trc_sub_ini ! Initialize variables for substepping passive tracers148 !149 150 147 trai(:) = 0._wp ! initial content of all tracers 151 148 DO jn = 1, jptra -
trunk/NEMOGCM/NEMO/TOP_SRC/trcstp.F90
r3680 r4202 56 56 IF( nn_timing == 1 ) CALL timing_start('trc_stp') 57 57 ! 58 IF( kt == nittrc000 .AND. lk_trdmld_trc ) CALL trd_mld_trc_init ! trends: Mixed-layer59 58 ! 60 IF( lk_vvl ) THEN ! update ocean volume due to ssh temporal evolution 59 IF( kt == nit000 .AND. nn_dttrc /= 1 ) CALL trc_sub_ini ! Initialize variables for substepping passive tracers 60 ! 61 IF( kt == nit000 .AND. lk_trdmld_trc ) CALL trd_mld_trc_init ! trends: Mixed-layer 62 ! 63 IF( lk_vvl ) THEN ! update ocean volume due to ssh temporal evolution 61 64 DO jk = 1, jpk 62 65 cvol(:,:,jk) = e1e2t(:,:) * fse3t(:,:,jk) * tmask(:,:,jk) -
trunk/NEMOGCM/NEMO/TOP_SRC/trcsub.F90
r3905 r4202 550 550 ENDIF 551 551 ! 552 IF( nn_timing == 1 ) CALL timing_st art('trc_sub_stp')552 IF( nn_timing == 1 ) CALL timing_stop('trc_sub_stp') 553 553 ! 554 554 END SUBROUTINE trc_sub_stp
Note: See TracChangeset
for help on using the changeset viewer.