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 – NEMO

Changeset 657 for trunk/NEMO/OPA_SRC


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

Location:
trunk/NEMO/OPA_SRC/DYN
Files:
3 edited

Legend:

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

    r592 r657  
    261261      WRITE(*,*) 'dyn_spg_exp: You should not have seen this print! error?', kt 
    262262   END SUBROUTINE dyn_spg_exp 
     263   SUBROUTINE exp_rst( kt, cdrw )     ! Empty routine 
     264      INTEGER         , INTENT(in) ::   kt         ! ocean time-step 
     265      CHARACTER(len=*), INTENT(in) ::   cdrw       ! "READ"/"WRITE" flag 
     266      WRITE(*,*) 'exp_rst: You should not have seen this print! error?', kt, cdrw 
     267   END SUBROUTINE exp_rst 
    263268#endif 
    264269    
  • 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    
  • 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.