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 12417 – NEMO

Changeset 12417


Ignore:
Timestamp:
2020-02-20T10:25:07+01:00 (4 years ago)
Author:
jcastill
Message:

Fix crashes in bgc runs in coupled mode: perform radiation daily cycle for bgc tracers only when ln_dm2dc=.true. in both coupled and uncoupled mode

File:
1 edited

Legend:

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

    r10162 r12417  
    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.