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

Ignore:
Timestamp:
2009-01-13T19:54:08+01:00 (15 years ago)
Author:
cetlod
Message:

clean TOP model routines to avoid warning when compiling, see ticket:303

File:
1 edited

Legend:

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

    r1250 r1264  
    5858      CALL sed_sfc( kt )         ! Give back new bottom wat chem to tracer model 
    5959#endif 
    60       CALL sed_rst_write( kt )   ! restart file output 
     60      CALL sed_rst_wri( kt )   ! restart file output 
    6161      CALL sed_wri( kt )         ! outputs 
    6262 
     
    7575   END SUBROUTINE sed_stp 
    7676#endif 
    77  
    7877END MODULE sedstp 
    79  
    80  
    81  
    82  
    83  
    84  
    85  
Note: See TracChangeset for help on using the changeset viewer.