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

Changeset 14272


Ignore:
Timestamp:
2021-01-06T11:44:33+01:00 (3 years ago)
Author:
dancopsey
Message:

Move reading of namini namelist (including nn_iceini_file) to before nn_iceini_file is used.

File:
1 edited

Legend:

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

    r13587 r14272  
    257257      ! 
    258258      !                                ! Initial sea-ice state 
     259      CALL ice_istate_init 
    259260      IF ( ln_rstart .OR. nn_iceini_file == 2 ) THEN 
    260261         CALL ice_rst_read                      ! start from a restart file 
    261262      ELSE 
    262          CALL ice_istate_init 
    263263         CALL ice_istate( nit000 )              ! start from rest or read a file 
    264264      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.