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 7068 for branches/2016/dev_r7012_ROBUST5_CNRS/NEMOGCM/NEMO/TOP_SRC/trcice.F90 – NEMO

Ignore:
Timestamp:
2016-10-21T17:38:13+02:00 (8 years ago)
Author:
cetlod
Message:

ROBUST5_CNRS : implementation of part I of new TOP interface - 1st step -, see ticket #1782

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r7012_ROBUST5_CNRS/NEMOGCM/NEMO/TOP_SRC/trcice.F90

    r7041 r7068  
    5252 
    5353      IF ( nn_ice_tr == 1 ) THEN 
    54          IF( lk_pisces  )    CALL trc_ice_ini_pisces       ! PISCES  bio-model 
     54         IF( ln_pisces  )    CALL trc_ice_ini_pisces       ! PISCES  bio-model 
    5555         IF( ll_cfc     )    CALL trc_ice_ini_cfc          ! CFC     tracers 
    5656         IF( ln_c14     )    CALL trc_ice_ini_c14          ! C14     tracer 
    5757         IF( ln_age     )    CALL trc_ice_ini_age          ! AGE     tracer 
    58          IF( lk_my_trc  )    CALL trc_ice_ini_my_trc       ! MY_TRC  tracers 
     58         IF( ln_my_trc  )    CALL trc_ice_ini_my_trc       ! MY_TRC  tracers 
    5959      ENDIF 
    6060 
Note: See TracChangeset for help on using the changeset viewer.