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 8239 for branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/OPA_SRC/SBC/sbcice_lim.F90 – NEMO

Ignore:
Timestamp:
2017-06-28T17:55:50+02:00 (7 years ago)
Author:
clem
Message:

merge with v3_6_CMIP6_ice_diagnostics@r8238

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/OPA_SRC/SBC/sbcice_lim.F90

    r8233 r8239  
    634634      wfx_res(:,:) = 0._wp   ;   wfx_sub(:,:) = 0._wp 
    635635      wfx_spr(:,:) = 0._wp   ;   wfx_lam(:,:) = 0._wp   
     636      wfx_snw_dyn(:,:) = 0._wp ; wfx_snw_sum(:,:) = 0._wp 
     637      wfx_snw_sub(:,:) = 0._wp ; wfx_ice_sub(:,:) = 0._wp 
    636638 
    637639      ! MV MP 2016 
     
    654656      diag_heat(:,:) = 0._wp ;   diag_smvi(:,:) = 0._wp 
    655657      diag_vice(:,:) = 0._wp ;   diag_vsnw(:,:) = 0._wp 
     658 
     659      ! SIMIP diagnostics 
     660      diag_dms_dyn(:,:)  = 0._wp ; diag_dmi_dyn(:,:)  = 0._wp 
     661      diag_fc_bo(:,:)    = 0._wp ; diag_fc_su(:,:)    = 0._wp 
    656662 
    657663      tau_icebfr(:,:) = 0._wp; ! landfast ice param only (clem: important to keep the init here) 
Note: See TracChangeset for help on using the changeset viewer.