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

Changeset 5227


Ignore:
Timestamp:
2015-04-20T15:40:55+02:00 (9 years ago)
Author:
cetlod
Message:

NEMOGCM_dev_r5204_CNRS_PISCES_dcy : cosmetic changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5204_CNRS_PISCES_dcy/NEMOGCM/NEMO/OPA_SRC/SBC/sbcmod.F90

    r5226 r5227  
    270270       
    271271      l_trcdm2dc = lk_top .AND. ( ln_dm2dc .OR. ( lk_cpl .AND. n_cpl_qsr /= 1 ) )   
    272       IF( l_trcdm2dc .AND. lwp ) THEN 
    273             WRITE(numout,*) "Coupling with passive tracers and used of diurnal cycle !!!!! " 
    274             WRITE(numout,*) "Computation of a daily mean shortwave for some biogeochemical models" 
    275       ENDIF 
     272      IF( l_trcdm2dc .AND. lwp )                                                           & 
     273         &   CALL ctl_warn('         Coupling with passive tracers and used of diurnal cycle.  & 
     274         &   Computation of a daily mean shortwave for some biogeochemical models) ') 
    276275 
    277276   END SUBROUTINE sbc_init 
Note: See TracChangeset for help on using the changeset viewer.