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 8916 for branches/UKMO/dev_r8183_ICEMODEL_svn_removed/NEMOGCM/NEMO/OPA_SRC/SBC – NEMO

Ignore:
Timestamp:
2017-12-06T13:24:18+01:00 (6 years ago)
Author:
alexwestmohc
Message:

Protected reading and writing of top layer ice temperature and effective
conductivity in restarts by ln_meto_cpl

Corrected meltponds setting in sbccpl

Added rt0 to sstfrz as this is output in Celsius

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r8183_ICEMODEL_svn_removed/NEMOGCM/NEMO/OPA_SRC/SBC/sbccpl.F90

    r8905 r8916  
    24052405      IF( ssnd(jps_a_p)%laction .OR. ssnd(jps_ht_p)%laction ) THEN  
    24062406         SELECT CASE( sn_snd_mpnd%cldes)   
    2407          CASE( 'weighted ice' )   
     2407         CASE( 'ice only' )   
    24082408            SELECT CASE( sn_snd_mpnd%clcat )   
    24092409            CASE( 'yes' )   
     
    27682768 
    27692769      CALL eos_fzp(tsn(:,:,1,jp_sal), sstfrz) 
    2770       ztmp1(:,:) = sstfrz(:,:) 
     2770      ztmp1(:,:) = sstfrz(:,:) + rt0 
    27712771      IF( ssnd(jps_sstfrz)%laction )  CALL cpl_snd( jps_sstfrz, isec, RESHAPE ( ztmp1, (/jpi,jpj,1/) ), info) 
    27722772 
Note: See TracChangeset for help on using the changeset viewer.