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/PISCES/trcice_pisces.F90 – NEMO

Ignore:
Timestamp:
2016-10-21T17:38:13+02:00 (7 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/PISCES/trcice_pisces.F90

    r7041 r7068  
    55   !!====================================================================== 
    66   !! History :  3.5  ! 2013    (M. Vancoppenolle, O. Aumont, G. Madec), original code 
    7    !!---------------------------------------------------------------------- 
    8 #if defined key_pisces  
    9    !!---------------------------------------------------------------------- 
    10    !!   'key_pisces'                                       PISCES bio-model 
    117   !!---------------------------------------------------------------------- 
    128   !! trc_ice_pisces   : PISCES fake sea ice model setting 
     
    276272 
    277273 
    278 #else 
    279    !!---------------------------------------------------------------------- 
    280    !!   Dummy module                            No PISCES biochemical model 
    281    !!---------------------------------------------------------------------- 
    282 CONTAINS 
    283    SUBROUTINE trc_ice_ini_pisces         ! Empty routine 
    284    END SUBROUTINE trc_ice_ini_pisces 
    285 #endif 
    286  
    287274   !!====================================================================== 
    288275END MODULE trcice_pisces 
Note: See TracChangeset for help on using the changeset viewer.