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 9881 for branches/UKMO/dev_merge_2017_CICE_interface_SI3_JGLR/NEMOGCM/NEMO/LIM_SRC_3/iceupdate.F90 – NEMO

Ignore:
Timestamp:
2018-07-05T17:43:55+02:00 (6 years ago)
Author:
jamrae
Message:

Various changes to allow UKMO coupled configuration to compile with LIM3 turned on and CICE turned off.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_merge_2017_CICE_interface_SI3_JGLR/NEMOGCM/NEMO/LIM_SRC_3/iceupdate.F90

    r9499 r9881  
    8989      !!              - sfx     : salt flux  
    9090      !!              - fr_i    : ice fraction 
    91       !!              - tn_ice  : sea-ice surface temperature 
     91      !!              - t1_ice  : sea-ice surface temperature 
    9292      !!              - alb_ice : sea-ice albedo (recomputed only for coupled mode) 
    9393      !! 
     
    190190      !---------------------------------- 
    191191      fr_i  (:,:)   = at_i(:,:)             ! Sea-ice fraction             
    192       tn_ice(:,:,:) = t_su(:,:,:)           ! Ice surface temperature                       
     192      t1_ice(:,:,:) = t_su(:,:,:)           ! Ice surface temperature                       
    193193 
    194194      ! Snow/ice albedo (only if sent to coupler, useless in forced mode) 
Note: See TracChangeset for help on using the changeset viewer.