Ignore:
Timestamp:
05/26/14 12:41:58 (10 years ago)
Author:
aclsce
Message:

Modifed IPSLCM6 NEMO sources to fit with NEMO revision 4624

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6/SOURCES/NEMO/sbcmod.F90

    r2221 r2251  
    6363   !!---------------------------------------------------------------------- 
    6464   !! NEMO/OPA 4.0 , NEMO-consortium (2011)  
    65    !! $Id: sbcmod.F90 4230 2013-11-18 11:57:11Z cetlod $ 
     65   !! $Id: sbcmod.F90 4624 2014-04-28 12:09:03Z acc $ 
    6666   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
    6767   !!---------------------------------------------------------------------- 
     
    101101      READ  ( numnam_cfg, namsbc, IOSTAT = ios, ERR = 902 ) 
    102102902   IF( ios /= 0 ) CALL ctl_nam ( ios , 'namsbc in configuration namelist', lwp ) 
    103       WRITE ( numond, namsbc ) 
     103      IF(lwm) WRITE ( numond, namsbc ) 
    104104 
    105105      !                          ! overwrite namelist parameter using CPP key information 
     
    153153      IF(lwp) WRITE(numout,*) '              Fluxes distributed linearly over ice categories ln_iceflx_linear = ', ln_iceflx_linear 
    154154#endif 
     155      ! 
     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 
    155168      ! 
    156169      !                              ! allocate sbc arrays 
Note: See TracChangeset for help on using the changeset viewer.