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 5779 for branches/NERC/dev_r5589_is_oce_cpl/NEMOGCM/NEMO/OPA_SRC/DOM/istate.F90 – NEMO

Ignore:
Timestamp:
2015-10-06T18:28:13+02:00 (9 years ago)
Author:
mathiot
Message:

ISF coupling branch: correct some compilation issues, remove code related to MISOMIP/ISOMIP+ and polishing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r5589_is_oce_cpl/NEMOGCM/NEMO/OPA_SRC/DOM/istate.F90

    r5619 r5779  
    4747   USE wrk_nemo        ! Memory allocation 
    4848   USE timing          ! Timing 
    49    USE sbc_iscpl 
     49   USE iscplrst 
    5050 
    5151   IMPLICIT NONE 
     
    9191      IF( ln_rstart ) THEN                    ! Restart from a file 
    9292         !                                    ! ------------------- 
    93          CALL rst_read                           ! Read the restart file 
    94          IF (ln_iscpl) CALL rst_iscpl            ! extraloate restart to wet and dry 
    95          CALL day_init                           ! model calendar (using both namelist and restart infos) 
     93         CALL rst_read                        ! Read the restart file 
     94         IF (ln_iscpl)       CALL iscpl_stp   ! extraloate restart to wet and dry 
     95         CALL day_init                        ! model calendar (using both namelist and restart infos) 
    9696      ELSE 
    9797         !                                    ! Start from rest 
Note: See TracChangeset for help on using the changeset viewer.