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 4062 – NEMO

Changeset 4062


Ignore:
Timestamp:
2013-10-15T18:14:59+02:00 (11 years ago)
Author:
djlea
Message:

Bug fix to allow CICE versions with assimilation to build.

File:
1 edited

Legend:

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

    r3785 r4062  
    10261026#endif 
    10271027 
    1028 #if defined key_cice 
     1028#if defined key_cice && defined key_asminc 
    10291029            ! Sea-ice : CICE case. Pass ice increment tendency into CICE 
    10301030            ndaice_da(:,:) = seaice_bkginc(:,:) * zincwgt / rdt 
     
    10371037         ELSE 
    10381038 
    1039 #if defined key_cice 
     1039#if defined key_cice && defined key_asminc 
    10401040            ! Sea-ice : CICE case. Zero ice increment tendency into CICE 
    10411041            ndaice_da(:,:) = 0.0_wp 
     
    10811081#endif 
    10821082  
    1083 #if defined key_cice 
    1084             ! Sea-ice : CICE case. Pass ice increment tendency into CICE - is this correct? 
     1083#if defined key_cice && defined key_asminc 
     1084            ! Sea-ice : CICE case. Pass ice increment tendency into CICE 
    10851085           ndaice_da(:,:) = seaice_bkginc(:,:) / rdt 
    10861086#endif 
     
    10911091         ELSE 
    10921092 
    1093 #if defined key_cice 
     1093#if defined key_cice && defined key_asminc 
    10941094            ! Sea-ice : CICE case. Zero ice increment tendency into CICE  
    10951095            ndaice_da(:,:) = 0.0_wp 
Note: See TracChangeset for help on using the changeset viewer.