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_exp.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_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    
Note: See TracChangeset for help on using the changeset viewer.