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 6299 for branches/UKMO/dev_r5518_ciceiau/NEMOGCM/NEMO/OPA_SRC/ASM/asminc.F90 – NEMO

Ignore:
Timestamp:
2016-02-09T11:41:04+01:00 (8 years ago)
Author:
drew
Message:

UKMO CICE Ticket#68. Commit NEMO changes require to run CICE-IAU.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_ciceiau/NEMOGCM/NEMO/OPA_SRC/ASM/asminc.F90

    r6298 r6299  
    6262   LOGICAL, PUBLIC :: ln_dyninc = .FALSE.      !: No dynamics (u and v) assimilation increments 
    6363   LOGICAL, PUBLIC :: ln_sshinc = .FALSE.      !: No sea surface height assimilation increment 
    64    LOGICAL, PUBLIC :: ln_seaiceinc             !: No sea ice concentration increment 
     64   LOGICAL, PUBLIC :: ln_seaiceinc = .FALSE.   !: No sea ice concentration increment 
    6565   LOGICAL, PUBLIC :: ln_salfix = .FALSE.      !: Apply minimum salinity check 
    6666   LOGICAL, PUBLIC :: ln_temnofreeze = .FALSE. !: Don't allow the temperature to drop below freezing 
     
    130130      !! 
    131131      NAMELIST/nam_asminc/ ln_bkgwri,                                      & 
    132          &                 ln_trainc, ln_dyninc, ln_sshinc,               & 
     132         &                 ln_trainc, ln_dyninc, ln_sshinc, ln_seaiceinc, & 
    133133         &                 ln_asmdin, ln_asmiau,                           & 
    134134         &                 nitbkg, nitdin, nitiaustr, nitiaufin, niaufn,   & 
     
    139139      ! Read Namelist nam_asminc : assimilation increment interface 
    140140      !----------------------------------------------------------------------- 
    141       ln_seaiceinc = .FALSE. 
     141      !ln_seaiceinc = .FALSE. 
    142142      ln_temnofreeze = .FALSE. 
    143143 
Note: See TracChangeset for help on using the changeset viewer.