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_flt.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_flt.F90

    r642 r657  
    487487      WRITE(*,*) 'dyn_spg_flt: You should not have seen this print! error?', kt, kindic 
    488488   END SUBROUTINE dyn_spg_flt 
     489   SUBROUTINE flt_rst    ( kt, cdrw )         ! Empty routine 
     490      INTEGER         , INTENT(in) ::   kt         ! ocean time-step 
     491      CHARACTER(len=*), INTENT(in) ::   cdrw       ! "READ"/"WRITE" flag 
     492      WRITE(*,*) 'flt_rst: You should not have seen this print! error?', kt, cdrw 
     493   END SUBROUTINE flt_rst 
    489494#endif 
    490495    
Note: See TracChangeset for help on using the changeset viewer.