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 11581 for NEMO/branches/UKMO/NEMO_4.0_init_ice/src/ICE/icestp.F90 – NEMO

Ignore:
Timestamp:
2019-09-20T11:40:13+02:00 (5 years ago)
Author:
dancopsey
Message:

Create nn_iceini_file=2 option that loads sea ice restart file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0_init_ice/src/ICE/icestp.F90

    r11081 r11581  
    252252      ! 
    253253      !                                ! Initial sea-ice state 
    254       IF( .NOT. ln_rstart ) THEN              ! start from rest: sea-ice deduced from sst 
     254      IF( .NOT. ln_rstart .AND. nn_iceini_file /= 2 ) THEN              ! start from rest: sea-ice deduced from sst 
    255255         CALL ice_istate_init 
    256256         CALL ice_istate 
Note: See TracChangeset for help on using the changeset viewer.