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 4719 for branches/2014/dev_4707_CNRS04_bgc_ice/NEMOGCM/NEMO/TOP_SRC/trcini.F90 – NEMO

Ignore:
Timestamp:
2014-07-15T18:48:35+02:00 (10 years ago)
Author:
vancop
Message:

[sea ice tracer boundary conditions ORCA2_LIM2 PISCES]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_4707_CNRS04_bgc_ice/NEMOGCM/NEMO/TOP_SRC/trcini.F90

    r4607 r4719  
    3131   USE lib_mpp         ! distribued memory computing library 
    3232   USE sbc_oce 
    33   
     33   USE trcice          ! MV prescribed bio tracers 
     34 
    3435   IMPLICIT NONE 
    3536   PRIVATE 
     
    100101      IF( lk_c14b    )       CALL trc_ini_c14b         ! C14 bomb  tracer 
    101102      IF( lk_my_trc  )       CALL trc_ini_my_trc       ! MY_TRC  tracers 
     103 
     104      ! MV 
     105      CALL trc_ice_ini ! Sea ice boundary condition 
     106      ! END MV 
    102107 
    103108      IF( lwp ) THEN 
Note: See TracChangeset for help on using the changeset viewer.