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/OPA_SRC/SBC – 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/OPA_SRC/SBC/sbcmod.F90

    r4365 r4607  
    154154#endif 
    155155      ! 
     156#if defined key_top && ! defined key_offline 
     157      ltrcdm2dc = (ln_dm2dc .AND. ln_blk_core .AND. nn_ice==2) 
     158      IF( ltrcdm2dc )THEN 
     159         IF(lwp)THEN 
     160            WRITE(numout,*)"analytical diurnal cycle, core bulk formulation and LIM2 use: " 
     161            WRITE(numout,*)"Diurnal cycle on physics but not in passive tracers" 
     162         ENDIF 
     163      ENDIF 
     164#else  
     165      ltrcdm2dc =  .FALSE. 
     166#endif 
     167 
     168      ! 
    156169      !                              ! allocate sbc arrays 
    157170      IF( sbc_oce_alloc() /= 0 )   CALL ctl_stop( 'STOP', 'sbc_init : unable to allocate sbc_oce arrays' ) 
Note: See TracChangeset for help on using the changeset viewer.