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 8150 for branches/2016/v3_6_CMIP6_ice_diagnostics/NEMOGCM/NEMO/OPA_SRC/SBC/sbcice_lim.F90 – NEMO

Ignore:
Timestamp:
2017-06-07T16:37:36+02:00 (7 years ago)
Author:
vancop
Message:

SIMIP outputs, phase 2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/v3_6_CMIP6_ice_diagnostics/NEMOGCM/NEMO/OPA_SRC/SBC/sbcice_lim.F90

    r7506 r8150  
    595595      wfx_res(:,:) = 0._wp   ;   wfx_sub(:,:) = 0._wp 
    596596      wfx_spr(:,:) = 0._wp   ;    
     597 
     598      wfx_snw_dyn(:,:) = 0._wp ; wfx_snw_sum(:,:) = 0._wp 
    597599       
    598600      hfx_thd(:,:) = 0._wp   ;    
     
    613615 
    614616      ! SIMIP diagnostics 
    615       diag_dms_mel(:,:)  = 0._wp ; diag_dms_dyn(:,:)  = 0._wp 
    616       diag_dmtx_dyn(:,:) = 0._wp ; diag_dmty_dyn(:,:) = 0._wp 
     617      diag_dms_sum(:,:)  = 0._wp ; diag_dms_dyn(:,:)  = 0._wp 
     618      diag_dmi_dyn(:,:)  = 0._wp ; 
    617619      diag_fc_bo(:,:)    = 0._wp ; diag_fc_su(:,:)    = 0._wp 
    618620       
Note: See TracChangeset for help on using the changeset viewer.