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 4306 for branches/2013/dev_MERGE_2013/NEMOGCM/NEMO/TOP_SRC/trcini.F90 – NEMO

Ignore:
Timestamp:
2013-11-21T15:59:57+01:00 (10 years ago)
Author:
cetlod
Message:

dev_MERGE_2013 : merge in the solar mean flux branch from MERCATOR, see ticket #1187

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_MERGE_2013/NEMOGCM/NEMO/TOP_SRC/trcini.F90

    r4230 r4306  
    2828   USE zpshde          ! partial step: hor. derivative   (zps_hde routine) 
    2929   USE prtctl_trc      ! Print control passive tracers (prt_ctl_trc_init routine) 
    30    USE trcsub       ! variables to substep passive tracers 
    31     
     30   USE trcsub          ! variables to substep passive tracers 
     31   USE lib_mpp         ! distribued memory computing library 
     32   USE sbc_oce 
     33  
    3234   IMPLICIT NONE 
    3335   PRIVATE 
     
    6971      CALL top_alloc()              ! allocate TOP arrays 
    7072 
    71       IF( ln_dm2dc .AND. lk_pisces )    & 
    72          &  CALL ctl_stop( ' The diurnal cycle is not compatible with PISCES ' ) 
     73      IF( ln_dm2dc .AND. ln_blk_core .AND. nn_ice==2 )THEN 
     74         ! When Diurnal cycle, core bulk and LIM2  are activated,  
     75         ! a daily mean qsr is computed for tracer/biogeochemistery model  
     76         CALL ctl_warn( ' Diurnal cycle on physics but not in PISCES or LOBSTER ' ) 
     77         ltrcdm2dc     = .TRUE. 
     78      ENDIF 
    7379 
    7480      IF( nn_cla == 1 )   & 
Note: See TracChangeset for help on using the changeset viewer.