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 5236 for branches/2015/dev_r5204_CNRS_PISCES_dcy/NEMOGCM/NEMO/TOP_SRC/trcini.F90 – NEMO

Ignore:
Timestamp:
2015-04-24T14:08:11+02:00 (9 years ago)
Author:
cetlod
Message:

NEMOGCM_dev_r5204_CNRS_PISCES_dcy : update routines according to the new strategy, see ticket #1484

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5204_CNRS_PISCES_dcy/NEMOGCM/NEMO/TOP_SRC/trcini.F90

    r5209 r5236  
    7070 
    7171      CALL top_alloc()              ! allocate TOP arrays 
     72 
     73      l_trcdm2dc = ln_dm2dc .OR. ( lk_cpl .AND. ncpl_qsr_freq /= 1 ) 
     74      l_trcdm2dc = l_trcdm2dc  .AND. .NOT. lk_offline 
     75      IF( l_trcdm2dc .AND. lwp ) & 
     76         &   CALL ctl_warn(' Coupling with passive tracers and used of diurnal cycle. & 
     77         & Computation of a daily mean shortwave for some biogeochemical models) ') 
    7278 
    7379      IF( nn_cla == 1 )   & 
Note: See TracChangeset for help on using the changeset viewer.