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

    r5230 r5236  
    226226         & asked coupling with drag coefficient (ln_cdgw =T) or Stokes drift (ln_sdw=T) ') 
    227227      ENDIF  
    228        
    229228      !                          ! Choice of the Surface Boudary Condition (set nsbc) 
    230229      icpt = 0 
     
    269268      IF( nsbc   == jp_cpl )   CALL sbc_cpl_init (nn_ice)      ! OASIS initialisation. must be done before first time step 
    270269       
    271       l_trcdm2dc = lk_top .AND. ( ln_dm2dc .OR. ( lk_cpl .AND. n_cpl_qsr /= 1 ) )   
    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) ') 
    275  
    276270   END SUBROUTINE sbc_init 
    277271 
Note: See TracChangeset for help on using the changeset viewer.