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 12252 for NEMO/branches/2019/dev_r11943_MERGE_2019/src/TOP/trcini.F90 – NEMO

Ignore:
Timestamp:
2019-12-14T14:57:23+01:00 (4 years ago)
Author:
smasson
Message:

rev12240_dev_r11943_MERGE_2019: same as [12251], merge trunk 12072:12248, all sette tests ok, GYRE_PISCES, AMM12, ISOMIP, VORTEX intentical to 12236

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11943_MERGE_2019/src/TOP/trcini.F90

    r12236 r12252  
    5858      IF(lwp) WRITE(numout,*) '~~~~~~~~' 
    5959      ! 
    60       CALL trc_ini_ctl   ! control  
    6160      CALL trc_nam       ! read passive tracers namelists 
    6261      CALL top_alloc()   ! allocate TOP arrays 
     
    8483      ! 
    8584   END SUBROUTINE trc_init 
    86  
    87  
    88    SUBROUTINE trc_ini_ctl 
    89       !!---------------------------------------------------------------------- 
    90       !!                     ***  ROUTINE trc_ini_ctl  *** 
    91       !! ** Purpose :        Control  + ocean volume 
    92       !!---------------------------------------------------------------------- 
    93       INTEGER ::   jk    ! dummy loop indices 
    94       ! 
    95       ! Define logical parameter ton control dirunal cycle in TOP 
    96       l_trcdm2dc = ln_dm2dc .OR. ( ln_cpl .AND. ncpl_qsr_freq /= 1 ) 
    97       l_trcdm2dc = l_trcdm2dc  .AND. .NOT. l_offline 
    98       IF( l_trcdm2dc .AND. lwp )   CALL ctl_warn( 'Coupling with passive tracers and used of diurnal cycle.',   & 
    99          &                           'Computation of a daily mean shortwave for some biogeochemical models ' ) 
    100       ! 
    101    END SUBROUTINE trc_ini_ctl 
    10285 
    10386 
Note: See TracChangeset for help on using the changeset viewer.