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 1457 for trunk/NEMO/TOP_SRC/trcini.F90 – NEMO

Ignore:
Timestamp:
2009-05-23T10:16:38+02:00 (15 years ago)
Author:
cetlod
Message:

distribution of iom_put in TOP routines, see ticket:437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/trcini.F90

    r1286 r1457  
    2727   USE trcini_c14b     ! C14 bomb initialisation 
    2828   USE trcini_my_trc   ! MY_TRC   initialisation 
    29    USE trcdta     
     29   USE trcdta    
     30#if defined key_off_tra  
     31   USE daymod 
     32#endif 
    3033   USE zpshde_trc      ! partial step: hor. derivative  
    3134   USE in_out_manager  ! I/O manager 
     
    107110 
    108111      IF( .NOT. lrsttr ) THEN  
     112#if defined key_off_tra 
     113         CALL day_init      ! calendar 
     114#endif 
    109115# if defined key_dtatrc 
    110116         ! Initialization of tracer from a file that may also be used for damping 
     
    117123      ELSE 
    118124         CALL trc_rst_read      ! restart from a file 
     125#if defined key_off_tra 
     126         CALL day_init          ! calendar 
     127#endif 
    119128      ENDIF 
    120129 
Note: See TracChangeset for help on using the changeset viewer.