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 1250 for trunk/NEMO/TOP_SRC/SED/sedarr.F90 – NEMO

Ignore:
Timestamp:
2009-01-13T10:41:45+01:00 (16 years ago)
Author:
cetlod
Message:

update modules of sediment model to take into account minor modifications, see ticket:297

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/SED/sedarr.F90

    r1179 r1250  
    116116   END SUBROUTINE unpack_arr_2d_3d 
    117117 
     118#else 
     119   !!====================================================================== 
     120   !! MODULE sedarr  :   Dummy module 
     121   !!====================================================================== 
     122CONTAINS 
     123   SUBROUTINE pack_arr         ! Empty routine 
     124   END SUBROUTINE  pack_arr 
     125   SUBROUTINE unpack_arr         ! Empty routine 
     126   END SUBROUTINE  unpack_arr 
     127   !!====================================================================== 
    118128#endif 
    119129END MODULE sedarr 
Note: See TracChangeset for help on using the changeset viewer.