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

Ignore:
Timestamp:
2016-12-15T20:41:18+01:00 (8 years ago)
Author:
vancop
Message:

Commit a first set of modifications

File:
1 edited

Legend:

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

    r6963 r7506  
    611611      diag_heat(:,:) = 0._wp ;   diag_smvi(:,:) = 0._wp ; 
    612612      diag_vice(:,:) = 0._wp ;   diag_vsnw(:,:) = 0._wp ; 
     613 
     614      ! 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_fc_bo(:,:)    = 0._wp ; diag_fc_su(:,:)    = 0._wp 
    613618       
    614619   END SUBROUTINE sbc_lim_diag0 
Note: See TracChangeset for help on using the changeset viewer.