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 2761 for trunk/NEMOGCM/NEMO/TOP_SRC/SED/sedsfc.F90 – NEMO

Ignore:
Timestamp:
2011-05-03T12:49:22+02:00 (13 years ago)
Author:
cetlod
Message:

Changes in sediment model to use with dynamic memory, see ticket #821

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/TOP_SRC/SED/sedsfc.F90

    r2528 r2761  
    2525      !!---------------------------------------------------------------------- 
    2626      !!* Arguments 
    27       INTEGER, INTENT(in) ::  & 
    28          kt              ! time step 
     27      INTEGER, INTENT(in) ::  kt              ! time step 
    2928 
    3029      ! * local variables 
    31       INTEGER :: & 
    32          ji, jj, ikt     ! dummy loop indices 
    33  
     30      INTEGER :: ji, jj, ikt     ! dummy loop indices 
    3431 
    3532      !------------------------------------------------------------------------ 
Note: See TracChangeset for help on using the changeset viewer.