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

Ignore:
Timestamp:
2015-07-20T19:43:15+02:00 (9 years ago)
Author:
mathiot
Message:

ocean/ice sheet coupling: initial commit

File:
1 edited

Legend:

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

    r5332 r5619  
    4747   USE wrk_nemo        ! Memory allocation 
    4848   USE timing          ! Timing 
     49   USE sbc_iscpl 
    4950 
    5051   IMPLICIT NONE 
     
    9192         !                                    ! ------------------- 
    9293         CALL rst_read                           ! Read the restart file 
     94         IF (ln_iscpl) CALL rst_iscpl            ! extraloate restart to wet and dry 
    9395         CALL day_init                           ! model calendar (using both namelist and restart infos) 
    9496      ELSE 
Note: See TracChangeset for help on using the changeset viewer.