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 5770 for branches/2015/dev_r5721_CNRS9_NOC3_LDF/NEMOGCM/NEMO/TOP_SRC/trcini.F90 – NEMO

Ignore:
Timestamp:
2015-10-01T14:48:08+02:00 (9 years ago)
Author:
gm
Message:

#1593: LDF-ADV, step II.2: phasing the improvements/simplifications of advective tracer trend (see wiki page)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5721_CNRS9_NOC3_LDF/NEMOGCM/NEMO/TOP_SRC/trcini.F90

    r5766 r5770  
    5353      !!                or read data or analytical formulation 
    5454      !!--------------------------------------------------------------------- 
    55       !!--------------------------------------------------------------------- 
    5655      ! 
    5756      IF( nn_timing == 1 )   CALL timing_start('trc_init') 
     
    9291      ! 
    9392   END SUBROUTINE trc_init 
     93 
    9494 
    9595   SUBROUTINE trc_ini_ctl 
     
    103103      l_trcdm2dc = ln_dm2dc .OR. ( ln_cpl .AND. ncpl_qsr_freq /= 1 ) 
    104104      l_trcdm2dc = l_trcdm2dc  .AND. .NOT. lk_offline 
    105       IF( l_trcdm2dc .AND. lwp ) & 
    106          &   CALL ctl_warn(' Coupling with passive tracers and used of diurnal cycle. & 
    107          & Computation of a daily mean shortwave for some biogeochemical models) ') 
    108  
    109       ! 
    110       IF( nn_cla == 1 )   & 
    111          &  CALL ctl_stop( ' Cross Land Advection not yet implemented with passive tracer ; nn_cla must be 0' ) 
     105      IF( l_trcdm2dc .AND. lwp )   CALL ctl_warn( 'Coupling with passive tracers and used of diurnal cycle.',   & 
     106         &                           'Computation of a daily mean shortwave for some biogeochemical models ' ) 
    112107      ! 
    113108   END SUBROUTINE trc_ini_ctl 
     109 
    114110 
    115111   SUBROUTINE trc_ini_inv 
     
    157153   END SUBROUTINE trc_ini_inv 
    158154 
     155 
    159156   SUBROUTINE trc_ini_sms 
    160157      !!---------------------------------------------------------------------- 
     
    196193      ! 
    197194   END SUBROUTINE trc_ini_trp 
     195 
    198196 
    199197   SUBROUTINE trc_ini_state 
     
    248246   END SUBROUTINE trc_ini_state 
    249247 
     248 
    250249   SUBROUTINE top_alloc 
    251250      !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.