New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 12618 for branches/UKMO/AMM15_v3_6_STABLE_package_collate_utils326/NEMOGCM/NEMO/TOP_SRC/trcini.F90 – NEMO

Ignore:
Timestamp:
2020-03-27T10:03:48+01:00 (4 years ago)
Author:
jcastill
Message:

Changes as in the trunk version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/AMM15_v3_6_STABLE_package_collate_utils326/NEMOGCM/NEMO/TOP_SRC/trcini.F90

    r12432 r12618  
    8181      CALL top_alloc()              ! allocate TOP arrays 
    8282 
    83       l_trcdm2dc = ln_dm2dc  .AND. .NOT. lk_offline 
     83      l_trcdm2dc = ln_dm2dc .OR. ( ln_cpl .AND. ncpl_qsr_freq /= 1 .AND. ncpl_qsr_freq /= 0) 
     84      l_trcdm2dc = l_trcdm2dc .AND. .NOT. lk_offline 
    8485      IF( l_trcdm2dc .AND. lwp ) & 
    8586         &   CALL ctl_warn(' Coupling with passive tracers and used of diurnal cycle. & 
Note: See TracChangeset for help on using the changeset viewer.