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

Ignore:
Timestamp:
2019-07-01T10:51:24+02:00 (5 years ago)
Author:
emmafiedler
Message:

Avoid multiple lines of write statement and change of variable name following CICE review

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_obs_oper_update_icethick/NEMOGCM/NEMO/OPA_SRC/SBC/sbcice_cice.F90

    r10276 r11200  
    5757                flatn_f,fsurfn_f,fcondtopn_f,                    & 
    5858#ifdef key_asminc 
    59                 daice_da,dsit_da,fresh_da,fsalt_da,             & 
     59                daice_da,dhi_da,fresh_da,fsalt_da,             & 
    6060#endif 
    6161                uatm,vatm,wind,fsw,flw,Tair,potT,Qa,rhoa,zlvl,   & 
     
    516516!Ice thickness change (from assimilation) 
    517517      ztmp(:,:)=ndsit_da(:,:)*tmask(:,:,1) 
    518       Call nemo2cice(ztmp,dsit_da,'T', 1. ) 
     518      Call nemo2cice(ztmp,dhi_da,'T', 1. ) 
    519519#endif  
    520520 
Note: See TracChangeset for help on using the changeset viewer.