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 12432 for branches – NEMO

Changeset 12432 for branches


Ignore:
Timestamp:
2020-02-21T14:42:38+01:00 (4 years ago)
Author:
jcastill
Message:

Merge changes in AMM15_v3_6_STABLE_package_collate_utils326, see Met Office utils ticket 326

File:
1 edited

Legend:

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

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