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 4229 for branches/2013/dev_MERCATOR_UKMO_2013/NEMOGCM/NEMO/OPA_SRC/ASM – NEMO

Ignore:
Timestamp:
2013-11-18T12:36:11+01:00 (11 years ago)
Author:
cbricaud
Message:

merge UKMO branch into dev_MERCATOR_UKMO_2013

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_MERCATOR_UKMO_2013/NEMOGCM/NEMO/OPA_SRC/ASM/asminc.F90

    r4070 r4229  
    10161016#endif 
    10171017 
    1018 #if defined key_cice 
     1018#if defined key_cice && defined key_asminc 
    10191019            ! Sea-ice : CICE case. Pass ice increment tendency into CICE 
    10201020            ndaice_da(:,:) = seaice_bkginc(:,:) * zincwgt / rdt 
     
    10271027         ELSE 
    10281028 
    1029 #if defined key_cice 
     1029#if defined key_cice && defined key_asminc 
    10301030            ! Sea-ice : CICE case. Zero ice increment tendency into CICE 
    10311031            ndaice_da(:,:) = 0.0_wp 
     
    10711071#endif 
    10721072  
    1073 #if defined key_cice 
    1074             ! Sea-ice : CICE case. Pass ice increment tendency into CICE - is this correct? 
     1073#if defined key_cice && defined key_asminc 
     1074            ! Sea-ice : CICE case. Pass ice increment tendency into CICE 
    10751075           ndaice_da(:,:) = seaice_bkginc(:,:) / rdt 
    10761076#endif 
     
    10811081         ELSE 
    10821082 
    1083 #if defined key_cice 
     1083#if defined key_cice && defined key_asminc 
    10841084            ! Sea-ice : CICE case. Zero ice increment tendency into CICE  
    10851085            ndaice_da(:,:) = 0.0_wp 
Note: See TracChangeset for help on using the changeset viewer.