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/trcstp.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/trcstp.F90

    r12236 r12252  
    7272      ll_trcstat  = ( sn_cfctl%l_trcstat ) .AND. & 
    7373     &              ( ( MOD( kt, sn_cfctl%ptimincr ) == 0 ) .OR. ( kt == nitend ) ) 
     74 
     75      IF( kt == nittrc000 )                      CALL trc_stp_ctl   ! control  
    7476      IF( kt == nittrc000 .AND. lk_trdmxl_trc )  CALL trd_mxl_trc_init    ! trends: Mixed-layer 
    7577      ! 
     
    131133      ! 
    132134   END SUBROUTINE trc_stp 
     135 
     136 
     137   SUBROUTINE trc_stp_ctl 
     138      !!---------------------------------------------------------------------- 
     139      !!                     ***  ROUTINE trc_stp_ctl  *** 
     140      !! ** Purpose :        Control  + ocean volume 
     141      !!---------------------------------------------------------------------- 
     142      ! 
     143      ! Define logical parameter ton control dirunal cycle in TOP 
     144      l_trcdm2dc = ln_dm2dc .OR. ( ln_cpl .AND. ncpl_qsr_freq /= 1 ) 
     145      l_trcdm2dc = l_trcdm2dc  .AND. .NOT. l_offline 
     146      IF( l_trcdm2dc .AND. lwp )   CALL ctl_warn( 'Coupling with passive tracers and used of diurnal cycle.',   & 
     147         &                           'Computation of a daily mean shortwave for some biogeochemical models ' ) 
     148      ! 
     149   END SUBROUTINE trc_stp_ctl 
     150 
    133151 
    134152   SUBROUTINE trc_mean_qsr( kt ) 
Note: See TracChangeset for help on using the changeset viewer.