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

Ignore:
Timestamp:
2015-06-05T11:42:14+02:00 (9 years ago)
Author:
cetlod
Message:

dev_r5171_CNRS_LIM3_seaicebgc : bugfix on trcsbc

File:
1 edited

Legend:

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

    r5193 r5361  
    9797      areatot = glob_sum( cvol(:,:,:) ) 
    9898 
    99       CALL trc_ice_ini                                 ! Tracers in sea ice 
    10099 
    101100      IF( lk_pisces  )       CALL trc_ini_pisces       ! PISCES  bio-model 
     
    103102      IF( lk_c14b    )       CALL trc_ini_c14b         ! C14 bomb  tracer 
    104103      IF( lk_my_trc  )       CALL trc_ini_my_trc       ! MY_TRC  tracers 
     104 
     105      CALL trc_ice_ini                                 ! Tracers in sea ice 
     106 
    105107 
    106108      IF( lwp ) THEN 
Note: See TracChangeset for help on using the changeset viewer.