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 2798 for branches/2011/dev_r2784_CMCC1_topbfm/NEMOGCM/NEMO/TOP_SRC/trcini.F90 – NEMO

Ignore:
Timestamp:
2011-07-11T16:18:18+02:00 (13 years ago)
Author:
vichi
Message:

Added initial coupling with BFM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_r2784_CMCC1_topbfm/NEMOGCM/NEMO/TOP_SRC/trcini.F90

    r2715 r2798  
    2525   USE trcini_c14b     ! C14 bomb initialisation 
    2626   USE trcini_my_trc   ! MY_TRC   initialisation 
     27#if defined key_bfm 
     28   USE par_bfm 
     29#endif 
    2730   USE trcdta    
    2831   USE daymod 
     
    9497      ENDIF 
    9598 
    96       IF( ln_dm2dc .AND. ( lk_pisces .OR. lk_lobster ) )    & 
    97          &       CALL ctl_stop( ' The diurnal cycle is not compatible with PISCES or LOBSTER ' ) 
     99      IF( ln_dm2dc .AND. ( lk_pisces .OR. lk_lobster .OR. lk_bfm) )    & 
     100         &       CALL ctl_stop( ' The diurnal cycle is not compatible with PISCES or LOBSTER or BFM ' ) 
    98101 
    99102      IF( nn_cla == 1 )   & 
     
    118121      IF( lk_my_trc  ) THEN   ;   CALL trc_ini_my_trc       ! MY_TRC  tracers 
    119122      ELSE                    ;   IF(lwp) WRITE(numout,*) '          MY_TRC not used' 
     123      ENDIF 
     124 
     125      IF( lk_bfm     ) THEN   ;   CALL trc_ini_bfm          ! BFM  tracers 
     126      ELSE                    ;   IF(lwp) WRITE(numout,*) '          BFM not used' 
    120127      ENDIF 
    121128 
Note: See TracChangeset for help on using the changeset viewer.