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 4882 for branches/2014/dev_r4650_UKMO13_CICE_changes_take2/NEMOGCM/NEMO/OPA_SRC – NEMO

Ignore:
Timestamp:
2014-11-24T16:06:47+01:00 (10 years ago)
Author:
timgraham
Message:

1) Update to initialise CICE sst if no ice restart file is used
2) Update to documentation for CICE interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO13_CICE_changes_take2/NEMOGCM/NEMO/OPA_SRC/SBC/sbcice_cice.F90

    r4881 r4882  
    170170      ji_off = INT ( (jpiglo - nx_global) / 2 ) 
    171171      jj_off = INT ( (jpjglo - ny_global) / 2 ) 
     172 
     173#if defined key_nemocice_decomp 
     174      ! Pass initial SST from NEMO to CICE so ice is initialised correctly if 
     175      ! there is no restart file. 
     176      ! Values from a CICE restart file would overwrite this 
     177      IF ( .NOT. ln_rstart ) THEN     
     178         CALL nemo2cice( tsn(:,:,1,jp_tem) , sst , 'T' , 1.)  
     179      ENDIF   
     180#endif 
    172181 
    173182! Initialize CICE 
Note: See TracChangeset for help on using the changeset viewer.