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 657 for trunk/NEMO/OPA_SRC/DYN/dynspg_ts.F90 – NEMO

Ignore:
Timestamp:
2007-04-30T10:42:42+02:00 (17 years ago)
Author:
opalod
Message:

nemo_v2_bugfix_035:RB: add dummy restart routines for all surface types

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DYN/dynspg_ts.F90

    r642 r657  
    681681      WRITE(*,*) 'dyn_spg_ts: You should not have seen this print! error?', kt 
    682682   END SUBROUTINE dyn_spg_ts 
     683   SUBROUTINE ts_rst( kt, cdrw )     ! Empty routine 
     684      INTEGER         , INTENT(in) ::   kt         ! ocean time-step 
     685      CHARACTER(len=*), INTENT(in) ::   cdrw       ! "READ"/"WRITE" flag 
     686      WRITE(*,*) 'ts_rst    : You should not have seen this print! error?', kt, cdrw 
     687   END SUBROUTINE ts_rst     
    683688#endif 
    684689    
Note: See TracChangeset for help on using the changeset viewer.