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 4607 for trunk/NEMOGCM/NEMO/TOP_SRC/trcini.F90 – NEMO

Ignore:
Timestamp:
2014-03-31T12:03:13+02:00 (10 years ago)
Author:
cbricaud
Message:

solve ticket 1239

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/TOP_SRC/trcini.F90

    r4306 r4607  
    7171      CALL top_alloc()              ! allocate TOP arrays 
    7272 
    73       IF( ln_dm2dc .AND. ln_blk_core .AND. nn_ice==2 )THEN 
    74          ! When Diurnal cycle, core bulk and LIM2  are activated,  
    75          ! a daily mean qsr is computed for tracer/biogeochemistery model  
    76          CALL ctl_warn( ' Diurnal cycle on physics but not in PISCES or LOBSTER ' ) 
    77          ltrcdm2dc     = .TRUE. 
    78       ENDIF 
     73#if defined key_offline 
     74      ltrcdm2dc = .FALSE. 
     75#endif 
     76 
     77      IF( ltrcdm2dc )CALL ctl_warn( ' Diurnal cycle on physics but not in PISCES or LOBSTER ' ) 
    7978 
    8079      IF( nn_cla == 1 )   & 
Note: See TracChangeset for help on using the changeset viewer.